c270e896f0
It's an embedded AMD 690/SB600 mainboard with a Mobile Sempron CPU. Issues with this port: - hangs early during "Starting Windows" with Windows 7, after loading all the drivers - sound is untested and probably not working - powernow seems to be not working Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4764 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
21 lines
509 B
Text
21 lines
509 B
Text
# This will make a target directory of ./dbm690t
|
|
|
|
target kt690
|
|
mainboard kontron/kt690
|
|
|
|
romimage "normal"
|
|
option CONFIG_ROM_SIZE = 1024*1024 - 55808
|
|
option CONFIG_USE_FALLBACK_IMAGE=0
|
|
option CONFIG_ROM_IMAGE_SIZE=0x20000
|
|
option CONFIG_XIP_ROM_SIZE=0x20000
|
|
payload ../payload.elf
|
|
end
|
|
|
|
romimage "fallback"
|
|
option CONFIG_USE_FALLBACK_IMAGE=1
|
|
option CONFIG_ROM_IMAGE_SIZE=0x20000
|
|
option CONFIG_XIP_ROM_SIZE=0x20000
|
|
payload ../payload.elf
|
|
end
|
|
|
|
buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
|