mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
It also changes %p debug statements in various places. I think they get in the way of diffs when you have log files to compare. I don't want to see the allocation differences most of the time. I turned most of them into NULL checks. If they were supposed to be "Where are we in device allocation?" checks, we could make them into that too. It's a work-in-progress. Comments welcome. I think most of the changes are self explanatory, but this one might not be: If you are reading all the BARs from a device, and you come to a 64-bit BAR. No matter why you skip it, you should skip it as a 64-bit BAR, and not try to read the upper half as the next 32-bit BAR. Because of that, set the 64-bit flag IORESOURCE_PCI64 early, and don't clear it on return. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@980 f3766cd6-281f-0410-b1cd-43a5c92072e9 |
||
---|---|---|
.. | ||
agp_device.c | ||
cardbus_device.c | ||
device.c | ||
device_util.c | ||
hypertransport.c | ||
Kconfig | ||
Makefile | ||
pci_device.c | ||
pci_ops.c | ||
pci_rom.c | ||
pcie_device.c | ||
pcix_device.c | ||
pnp_device.c | ||
pnp_raw.c | ||
root_device.c | ||
smbus_ops.c |