coreboot-kgpe-d16/src/southbridge/amd
Ronald G. Minnich 6ed39d9786 This is the final set of changes to allow rumba to build. Rumba is not
tested. I also addressed questions raised by Uwe: 
TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
UDELAY_TSC

Are now defined as booleans in src/cpu/x86/Kconfig and can be selected in 
the mainboard Kconfig. The remaining question of Uwe's is a deeper 
problem:

---
We'll have to check if this works. From a quick glance
the Rumba does not have the mmx related lines (which _are_ in
Makefile.romccboard.inc, though):

crt0-y += ../../../../src/cpu/x86/fpu/enable_fpu.inc
crt0-y += ../../../../src/cpu/x86/mmx/enable_mmx.inc
crt0-y += auto.inc
crt0-y += ../../../../src/cpu/x86/mmx/disable_mmx.inc
---

We're going to need a whole variant of this standard mainboard OR
we're going to have to make (some) of the unconditional includes above 
conditional. 


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


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4618 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-08-29 02:59:35 +00:00
..
amd8111 Missing files from last patch. 2009-08-12 15:26:31 +00:00
amd8131 This now builds. 2009-08-12 15:56:17 +00:00
amd8131-disable Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
amd8132 Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
amd8151 Ever wondered where those "setting incorrect section attributes for 2007-10-24 09:08:58 +00:00
cs5530 Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
cs5535 Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
cs5536 This is the beginning of support for Geode and Kconfig in v2. 2009-08-28 14:46:59 +00:00
rs690 Added support for the AMD RS690 and SB600 southbridges in Kconfig 2009-08-27 21:39:20 +00:00
sb600 Added support for the AMD RS690 and SB600 southbridges in Kconfig 2009-08-27 21:39:20 +00:00
Kconfig This is the final set of changes to allow rumba to build. Rumba is not 2009-08-29 02:59:35 +00:00
Makefile.inc Various Kconfig and Makefile.inc fixes and cosmetics. 2009-08-25 00:53:22 +00:00