diff options
author | Yuichi Ito <yui.corebt@gmail.com> | 2016-07-28 13:34:18 +0900 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-09-29 15:56:39 +0200 |
commit | c4ddfe45a8067473a63cdf066f50ae2345478548 (patch) | |
tree | 76a78eb196e7b9c89206e429203ce949420e0dea /src/mainboard/elmex/pcm205400/Kconfig | |
parent | b31c3d1b921e45d26a2fdade45e82ca3a8af5c74 (diff) |
mainboard/elmex: Add new board pcm205400
pcm205400 is CPU board equipped with T56N of AMD. We used SeaBIOS and
Windows Embedded Standard 7 to test pcm205400. I disable the port5,
6, and 7 of the PCI-e in elmex/pcm205400/PlatformGnbPcieComplex.h.
I disable the audio capabilities at the 236th line of
elmex/pcm205400/platform_cfg.h. Coding style is modified to avoid the
error and warning that occur when I commit.
Change-Id: I77cb76903fe3c1b500a306426f5399936382695b
Signed-off-by: Yuichi Ito <yui.corebt@gmail.com>
Reviewed-on: https://review.coreboot.org/15929
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/elmex/pcm205400/Kconfig')
-rw-r--r-- | src/mainboard/elmex/pcm205400/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/elmex/pcm205400/Kconfig b/src/mainboard/elmex/pcm205400/Kconfig index b47be3b578..61667ecf06 100644 --- a/src/mainboard/elmex/pcm205400/Kconfig +++ b/src/mainboard/elmex/pcm205400/Kconfig @@ -61,14 +61,9 @@ config VGA_BIOS bool default n -#config VGA_BIOS_FILE -# string "VGA BIOS path and filename" -# depends on VGA_BIOS -# default "rom/video/OntarioGenericVbios.bin" - config VGA_BIOS_ID string - default "1002,9802" + default "1002,9806" # FUSION_G_T56N config SB800_AHCI_ROM bool |