[coreboot] [commit] r5775 - in trunk/src/mainboard/lippert: roadrunner-lx spacerunner-lx

Stefan Reinauer stefan.reinauer at coresystems.de
Fri Sep 3 20:46:19 CEST 2010


 On 9/3/10 5:16 PM, repository service wrote:
>            device pnp 2e.7 on		# GPIO
> -            io 0x62 = 0x1220
> -            io 0x64 = 0x1200
> +            io 0x62 = 0x1220 # Simple I/O
> +            io 0x64 = 0x1228 # SPI
>            end
Are these IO ports? If so, you might be seeing a double allocation
because coreboot starts dynamic io resources at 0x1000 while static ones
usually live below 0x1000.

Stefan




More information about the coreboot mailing list