coreboot-kgpe-d16/src/mainboard/asus
Uwe Hermann 90950925c7 The new CBFS based build system requires the whole ROM to be accessible
in very early stages, otherwise the boot may hang like this because
the CBFS headers cannot be found/accessed:

  Uncompressing coreboot to RAM.
  Jumping to image.
  Check CBFS header at fffedfe0
  magic is ffffffff
  ERROR: No valid CBFS header found!
  CBFS:  Could not find file fallback/coreboot_ram
  Jumping to image.

This patch enables full ROM access on all 440BX boards right after the
serial init (and before CBFS headers are parsed).

Build-tested and runtime-tested on ASUS P2B-F.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4721 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-04 23:50:06 +00:00
..
a8n_e This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. 2009-10-04 18:55:40 +00:00
a8v-e_se This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. 2009-10-04 18:55:40 +00:00
m2v-mx_se This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. 2009-10-04 18:55:40 +00:00
mew-am This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. 2009-10-04 18:55:40 +00:00
mew-vm This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. 2009-10-04 18:55:40 +00:00
p2b The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
p2b-d The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
p2b-ds The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
p2b-f The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
p3b-f The new CBFS based build system requires the whole ROM to be accessible 2009-10-04 23:50:06 +00:00
Kconfig Add kconfig support for all Intel 82810 (i810) boards. 2009-08-28 16:38:42 +00:00