coreboot-kgpe-d16/util/inteltool
Nico Huber ac826c8fd7 inteltool: Don't use PCI_FILL_SIZES
This is supposed to fill the `size[]` array with the actual sizes of
a device' MMIO ranges, but apparently isn't implemented for every
access method in libpci (we let the library choose one). It tells us
by clearing `PCI_FILL_SIZES` in the return value of `pci_fill_info()`
(which we don't check). Since we don't ever use `size`, we can just
make it clear and don't ask for it.

Change-Id: I3fb9334472f1c7563a9e17910190f73affbe067a
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/19582
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2017-06-06 17:19:45 +02:00
..
Makefile inteltool: add --ahci for printing AHCI registers 2016-09-21 14:16:55 +02:00
ahci.c inteltool: add --ahci for printing AHCI registers 2016-09-21 14:16:55 +02:00
amb.c util/inteltool: fix memory leak 2016-07-31 19:16:45 +02:00
cpu.c util/inteltool: Use tabs for indents 2016-10-20 20:21:51 +02:00
gfx.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
gpio.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
inteltool.8 inteltool: handle unsafe dumping of graphics registers 2016-06-08 22:35:57 +02:00
inteltool.c inteltool: Don't use PCI_FILL_SIZES 2017-06-06 17:19:45 +02:00
inteltool.h util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
ivy_memory.c util/inteltool: Remove unnecessary whitespace 2016-10-20 20:22:05 +02:00
memory.c inteltool: update documentation 2016-05-13 16:58:56 +02:00
pcie.c util/inteltool: Use tabs for indents 2016-10-20 20:21:51 +02:00
powermgt.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
rootcmplx.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00
spi.c util/inteltool: Add support for Wildcat Point-LP Premium 2017-05-01 00:43:52 +02:00