This patch adds (initial) support for the Kontron KT690 mainboard.
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
This commit is contained in:
committed by
Stefan Reinauer
parent
45cbc35abb
commit
c270e896f0
31
targets/kontron/kt690/Config-abuild.lb
Normal file
31
targets/kontron/kt690/Config-abuild.lb
Normal file
@@ -0,0 +1,31 @@
|
||||
# This will make a target directory of ./VENDOR_MAINBOARD
|
||||
|
||||
target VENDOR_MAINBOARD
|
||||
mainboard VENDOR/MAINBOARD
|
||||
|
||||
option CC="CROSSCC"
|
||||
option CONFIG_CROSS_COMPILE="CROSS_PREFIX"
|
||||
option HOSTCC="CROSS_HOSTCC"
|
||||
|
||||
__COMPRESSION__
|
||||
__LOGLEVEL__
|
||||
|
||||
option CONFIG_ROM_SIZE=1024*1024
|
||||
romimage "normal"
|
||||
option CONFIG_USE_FALLBACK_IMAGE=0
|
||||
option CONFIG_ROM_IMAGE_SIZE=0x20000
|
||||
option CONFIG_XIP_ROM_SIZE=0x20000
|
||||
option COREBOOT_EXTRA_VERSION=".0-normal"
|
||||
payload __PAYLOAD__
|
||||
end
|
||||
|
||||
romimage "fallback"
|
||||
option CONFIG_USE_FALLBACK_IMAGE=1
|
||||
option CONFIG_ROM_IMAGE_SIZE=0x20000
|
||||
option CONFIG_XIP_ROM_SIZE=0x20000
|
||||
option COREBOOT_EXTRA_VERSION=".0-fallback"
|
||||
payload __PAYLOAD__
|
||||
end
|
||||
|
||||
buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback"
|
||||
pci_rom ../../../misc/KT690/pci1002,791f.rom vendor_id=0x1002 device_id=0x791f
|
21
targets/kontron/kt690/Config.lb
Normal file
21
targets/kontron/kt690/Config.lb
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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"
|
1
targets/kontron/kt690/VERSION
Normal file
1
targets/kontron/kt690/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
_kt690
|
Reference in New Issue
Block a user