mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 |
||
---|---|---|
.. | ||
amd | ||
intel/i440bxemulation |