AMD Thatcher Board based on trinity
Thatcher features: Family 15 trinity FP2. Hudson. close to Parmer. This board and parmer both need to revert the change http://review.coreboot.org/#/c/1359/, and add thatcher's own chip.h,otherwise the mainboard_enable can not be called. Change-Id: I54e1cfca845fbcea1d3aad5eff08d760d0d215c9 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1382 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
170d19c2ad
commit
ea71e81920
32 changed files with 7028 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ config BOARD_AMD_UNIONSTATION
|
|||
bool "Unionstation"
|
||||
config BOARD_AMD_PARMER
|
||||
bool "Parmer"
|
||||
config BOARD_AMD_THATCHER
|
||||
bool "Thatcher"
|
||||
endchoice
|
||||
|
||||
source "src/mainboard/amd/db800/Kconfig"
|
||||
|
|
@ -59,6 +61,7 @@ source "src/mainboard/amd/south_station/Kconfig"
|
|||
source "src/mainboard/amd/torpedo/Kconfig"
|
||||
source "src/mainboard/amd/union_station/Kconfig"
|
||||
source "src/mainboard/amd/parmer/Kconfig"
|
||||
source "src/mainboard/amd/thatcher/Kconfig"
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue