switch-coreboot/mainboard
Corey Osgood 68529567e4 This patch:
* Moves non-DRAM early init code out of initram and into stage1, where 
it should have been in the first place
* Fixes an issue with GP3 timer causing system reboot (possibly not 
present in current svn, but was present in my local copy)
* Fixes serial garbage from stage1 on jetway j7f2
* Fixes ROM mapping for flash > 512k on vt8237
* Makes a couple minor whitespace changes
* Moves some function prototypes to the headers where they belong
* Nukes some phase2 hackery that belongs in phase4 (eventually)
* Comments out early_mtrr_init() for via/epia-cn, this breaks booting on 
jetway j7f2
* Moves troublesome SATA init code into stage1 - change of device class 
hangs coreboot
* Gets to vt8237 IDE phase6 init and dies on jetway/j7f2:
	Phase 6: Initializing devices...                                                
	Phase 6: Root Device init.                                                      
	Phase 6: PCI: 00:10.1 init.                                                     
	Primary IDE interface enabled                                                   
	Secondary IDE interface enabled 
	<hang>

Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@1070 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-12-10 21:23:09 +00:00
..
adl Every GeodeLX target already has spd_read_byte in 2008-08-27 22:58:04 +00:00
amd This patch adds two k8 devices from v2 to v3 (apic and mcf3.) 2008-12-03 15:38:42 +00:00
amp Minor fixes and improvements for v3, mostly for Kconfig files (trivial). 2008-10-01 18:29:22 +00:00
artecgroup artecgroup/dbe62: Remove old memory setup related commented out calls and touch up a comment. 2008-11-17 10:31:40 +00:00
emulation This patch changes all occurrences of pci_dev_set_resources -> 2008-11-24 14:06:10 +00:00
gigabyte Gigabyte M57SLI compilation is broken in v3. With a small makefile and 2008-11-16 16:09:09 +00:00
jetway This patch: 2008-12-10 21:23:09 +00:00
kontron This patch removes some warnings from the v3 kontron build. 2008-12-10 18:50:54 +00:00
pcengines Remove insignificant unused spd_devices arrays. 2008-11-13 01:04:35 +00:00
via This patch: 2008-12-10 21:23:09 +00:00
Kconfig Filling in core 2 support. 2008-11-12 00:38:13 +00:00