/[Development]
ViewVC logotype

Revision 4721


Jump to revision: Previous Next
Author: uwe
Date: Sun Oct 4 23:50:06 2009 UTC (3 years, 7 months ago)
Changed paths: 18
Log Message:
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>



Changed paths

Path Details
Directorytrunk/coreboot-v2/src/mainboard/a-trend/atc-6220/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/a-trend/atc-6240/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/abit/be6-ii_v2_0/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/asus/p2b/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/asus/p2b-d/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/asus/p2b-ds/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/asus/p2b-f/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/asus/p3b-f/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/azza/pt-6ibd/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/biostar/m6tba/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/msi/ms6119/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/msi/ms6147/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/soyo/sy-6ba-plus-iii/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/mainboard/tyan/s1846/auto.c modified , text changed
Directorytrunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_enable_rom.c added
Directorytrunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_isa.c modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15