* clean up all but two warnings on artecgroup dbe61
authorStefan Reinauer <stepan@coresystems.de>
Wed, 21 Apr 2010 20:06:10 +0000 (20:06 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 21 Apr 2010 20:06:10 +0000 (20:06 +0000)
commit9839cbd53fdcfcee52c406d9f52af924192e618d
treea38daaa0b545aaf36a7ad5f5df9dfe73e08d97da
parentcf036d1266d7ec307aac437105b094acbc9681ec
* clean up all but two warnings on artecgroup dbe61
* integrate vsm init into normal x86.c code (so it can run above 1M)
* call void main(unsigned long bist) except void cache_as_ram_main(void)
  on Geode LX (as we do on almost all other platforms now)
* Unify Geode LX MSR setup (will bring most non-working LX targets back
  to life)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
26 files changed:
src/cpu/amd/model_gx2/Kconfig
src/cpu/amd/model_gx2/Makefile.inc
src/cpu/amd/model_gx2/vsmsetup.c [deleted file]
src/cpu/amd/model_lx/Kconfig
src/cpu/amd/model_lx/Makefile.inc
src/cpu/amd/model_lx/cache_as_ram.inc
src/cpu/amd/model_lx/msrinit.c [new file with mode: 0644]
src/cpu/amd/model_lx/vsmsetup.c [deleted file]
src/devices/oprom/x86.c
src/devices/oprom/x86_asm.S
src/include/cpu/amd/lxdef.h
src/mainboard/amd/db800/romstage.c
src/mainboard/amd/norwich/romstage.c
src/mainboard/artecgroup/dbe61/Kconfig
src/mainboard/artecgroup/dbe61/romstage.c
src/mainboard/digitallogic/msm800sev/romstage.c
src/mainboard/iei/pcisa-lx-800-r10/romstage.c
src/mainboard/lippert/roadrunner-lx/romstage.c
src/mainboard/lippert/spacerunner-lx/romstage.c
src/mainboard/pcengines/alix1c/romstage.c
src/mainboard/winent/pl6064/romstage.c
src/northbridge/amd/gx2/Kconfig
src/northbridge/amd/lx/Kconfig
src/northbridge/amd/lx/northbridge.c
src/southbridge/amd/cs5536/cs5536.h
src/southbridge/amd/cs5536/cs5536_early_setup.c