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 |
||
|---|---|---|
| .. | ||
| arch/x86 | ||
| device | ||
| console.h | ||
| elf.h | ||
| elf_boot.h | ||
| ip_checksum.h | ||
| isa-dma.h | ||
| keyboard.h | ||
| lar.h | ||
| lib.h | ||
| mc146818rtc.h | ||
| post_code.h | ||
| shared.h | ||
| spd.h | ||
| spinlock.h | ||
| string.h | ||
| tables.h | ||
| uart8250.h | ||