coreboot-kgpe-d16/src/cpu/amd/model_lx
Ronald G. Minnich 65bc460e01 This code gets us to a working linux boot on the alix1c. I have not tested
Ethernet yet. The fixes are a board-specific fake spd_read_byte, cleaning up 
comments, and just in general customizing for the 1c. 

The lxraminit 
change fixes a bug (&& used instead of ||), adds some debug prints which were
VERY useful debugging the alix1c, changes fatal error messages from print_debug
to print_emerg, and adds two functions: 
banner, which just prints out a string with a banner, and 
hcf, which print an emergency message and then pushes null bytes
into the uart forever, just to make sure that no bytes get lost 
for any reason. 


Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2899 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-10-26 14:57:46 +00:00
..
cache_as_ram.inc Add missing license headers, minor cosmetic fixes in existing headers. 2007-05-22 10:12:49 +00:00
Config.lb This patch adds support for the AMD LX cpu. 2006-07-28 16:06:16 +00:00
cpubug.c Fix the indent and whitespace to match LinuxBIOS standards 2007-05-10 18:32:28 +00:00
cpureginit.c This code gets us to a working linux boot on the alix1c. I have not tested 2007-10-26 14:57:46 +00:00
model_lx_init.c analog changes for the cpu_driver structures... 2007-10-24 11:10:21 +00:00
syspreinit.c Fix the indent and whitespace to match LinuxBIOS standards 2007-05-10 18:32:28 +00:00
vsmsetup.c Add missing license headers, minor cosmetic fixes in existing headers. 2007-05-22 10:12:49 +00:00