the following patch was just integrated into master: commit 369b561315ca68d0cdedc38208105a513c7139b5 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Sun Dec 6 00:47:17 2015 -0600
mainboard/asus/kgpe-d16: Use I/O PCI access in bootblock
The existing code incorrectly used standard PCI access calls in the bootblock. Use the I/O PCI access calls as the normal PCI access mechanisms have not yet been set up.
Also ensure the recovery jumper GPIO has been set to input mode before reading it.
Change-Id: Id626d01526427004b2404e4d9b44d7c987d172d1 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com Reviewed-on: https://review.coreboot.org/12651 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held felix-coreboot@felixheld.de
See https://review.coreboot.org/12651 for details.
-gerrit