Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "stepan" checked in revision 4910 to the coreboot repository. This caused the following changes:
Change Log: Use more care when implementing the PCI BIOS functions.
The READ_CONF and WRITE_CONF functions would both do the wrong thing if the passed in BDF was not found. We should return and error to the caller, but not stop running the option ROM.
Signed-off-by: Mark Marshall mark.marshall@csr.com
I slightly reworked the patch:
The 'CHECK' function seemed to be both wrong code and the wrong number.
In fact the CHECK function was given the function number of the "Microsoft Real-Time Compression Interface". Since this is definitely wrong I removed the code.
Dropped some unneeded scopes, too, to make the code easier to read.
Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of emulation:qemu-x86 has been broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=4910&device=qemu-x86&am...
If something broke during this checkin please be a pain in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should be backed out.
Best regards, coreboot automatic build system