mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mainboard/elmex: Add new board pcm205401
pcm205401 is CPU board equipped with T40R of AMD. We used SeaBIOS and Windows Embedded Standard 7 to test pcm205401. In comparison to pcm205400, only VGA PCI ID is changed and board identifier strings in SMBIOS / DMI. BUG=None BRANCH=None TEST=None Signed-off-by: Yuichi Ito <yui.corebt@gmail.com> Reviewed-on: https://review.coreboot.org/15930 Tested-by: build bot (Jenkins) Reviewed-by: Kysti Mlkki <kyosti.malkki@gmail.com> Change-Id: I6c7e90db84f13ffbf9e629f2b92649895a466155 Reviewed-on: https://chromium-review.googlesource.com/391076 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ee2ca30ce6
commit
6311b9d8a8
4 changed files with 42 additions and 5 deletions
|
@ -19,6 +19,14 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "pcm205400"
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9806" # FUSION_G_T56N
|
||||
|
||||
endif # BOARD_ELMEX_PCM205400
|
||||
|
||||
if BOARD_ELMEX_PCM205400 || BOARD_ELMEX_PCM205401
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
def_bool y
|
||||
select CPU_AMD_AGESA_FAMILY14
|
||||
|
@ -61,12 +69,8 @@ config VGA_BIOS
|
|||
bool
|
||||
default n
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9806" # FUSION_G_T56N
|
||||
|
||||
config SB800_AHCI_ROM
|
||||
bool
|
||||
default n
|
||||
|
||||
endif # BOARD_ELMEX_PCM205400
|
||||
endif # BOARD_ELMEX_PCM205400 | BOARD_ELMEX_PCM205401
|
||||
|
|
26
src/mainboard/elmex/pcm205401/Kconfig
Normal file
26
src/mainboard/elmex/pcm205401/Kconfig
Normal file
|
@ -0,0 +1,26 @@
|
|||
#
|
||||
# This file is part of the coreboot project.
|
||||
#
|
||||
# Copyright (C) 2011 Advanced Micro Devices, Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; version 2 of the License.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
|
||||
if BOARD_ELMEX_PCM205401
|
||||
|
||||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "pcm205401"
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,9804" # FUSION_G_T40R
|
||||
|
||||
endif # BOARD_ELMEX_PCM205401
|
2
src/mainboard/elmex/pcm205401/Kconfig.name
Normal file
2
src/mainboard/elmex/pcm205401/Kconfig.name
Normal file
|
@ -0,0 +1,2 @@
|
|||
config BOARD_ELMEX_PCM205401
|
||||
bool "pcm205401"
|
5
src/mainboard/elmex/pcm205401/board_info.txt
Normal file
5
src/mainboard/elmex/pcm205401/board_info.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Board name: PCM205401
|
||||
Category: sbc
|
||||
ROM protocol: SPI
|
||||
ROM socketed: n
|
||||
Flashrom support: y
|
Loading…
Add table
Reference in a new issue