switch-coreboot/northbridge/amd/k8
Ronald G. Minnich 7102949d76 We're much closer.
Added a stepping enum to k8.h. This will allow us to do things like this:
if (cpu_stepping(node) < E0)

and so on instead of is_cpu_pre_e0_in_bsp or whatever it is. 

Added and fixed Kconfig variables. 

Broke out northbridge by function, so we can see what goes with what. 

This tree still builds a working DBE62 coreboot that boots a kernel; no harm done to existing ports. 

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@781 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-08-17 22:18:09 +00:00
..
coherent_ht.c First cut at sanity in the northbridge. Break out functions so that there is some meaning to what is in what. 2008-08-14 16:31:24 +00:00
common.c We're much closer. 2008-08-17 22:18:09 +00:00
cpu.c We're much closer. 2008-08-17 22:18:09 +00:00
domain.c We're much closer. 2008-08-17 22:18:09 +00:00
get_sblk_pci1234.c northbridge/amd/k8/get_sblk_pci1234.c license updated to GPL v2. 2008-08-12 23:54:25 +00:00
incoherent_ht.c stage1.h has been removed. Remove the corresponding include statement. 2008-08-15 19:23:11 +00:00
Makefile First cut at sanity in the northbridge. Break out functions so that there is some meaning to what is in what. 2008-08-14 16:31:24 +00:00
pci v3: k8/m57sli wip1 2008-08-02 03:34:05 +00:00
pci.c We're much closer. 2008-08-17 22:18:09 +00:00
raminit.c Continue cleaning up pci calls in stage1. 2008-08-14 17:00:11 +00:00