[coreboot-gerrit] Patch set updated for coreboot: mainboard/elmex: Add new board pcm205400

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Mon Aug 8 14:43:41 CEST 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15929

-gerrit

commit dff9638984be5dc150c114e25685f0bcb0bcd943
Author: Yuichi Ito <yui.corebt at gmail.com>
Date:   Thu Jul 28 13:34:18 2016 +0900

    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.
    
    Change-Id: I77cb76903fe3c1b500a306426f5399936382695b
    Signed-off-by: Yuichi Ito <yui.corebt at gmail.com>
---
 src/mainboard/elmex/pcm205400/Kconfig        | 7 +------
 src/mainboard/elmex/pcm205400/board_info.txt | 4 ++--
 src/mainboard/elmex/pcm205400/devicetree.cb  | 8 ++------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/src/mainboard/elmex/pcm205400/Kconfig b/src/mainboard/elmex/pcm205400/Kconfig
index b47be3b..61667ec 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
diff --git a/src/mainboard/elmex/pcm205400/board_info.txt b/src/mainboard/elmex/pcm205400/board_info.txt
index 85cb19a..e73423f 100644
--- a/src/mainboard/elmex/pcm205400/board_info.txt
+++ b/src/mainboard/elmex/pcm205400/board_info.txt
@@ -1,5 +1,5 @@
-Board name: DBFT1-00-EVAL-KT (Persimmon)
-Category: eval
+Board name: PCM205400
+Category: sbc
 ROM protocol: SPI
 ROM socketed: n
 Flashrom support: y
diff --git a/src/mainboard/elmex/pcm205400/devicetree.cb b/src/mainboard/elmex/pcm205400/devicetree.cb
index afab841..2592f2a 100644
--- a/src/mainboard/elmex/pcm205400/devicetree.cb
+++ b/src/mainboard/elmex/pcm205400/devicetree.cb
@@ -47,7 +47,7 @@ chip northbridge/amd/agesa/family14/root_complex
 						end
 					end # SM
 					device pci 14.1 on end # IDE	0x439c
-					device pci 14.2 on end # HDA	0x4383
+					device pci 14.2 off end # HDA	0x4383
 					device pci 14.3 on # LPC		0x439d
 					chip superio/fintek/f81865f
 						device pnp 4e.0 off		# Floppy
@@ -57,11 +57,7 @@ chip northbridge/amd/agesa/family14/root_complex
 						end
 						device pnp 4e.3 off end			# Parallel Port
 						device pnp 4e.4 off end			# Hardware Monitor
-						device pnp 4e.5 on #  Keyboard
-							io 0x60 = 0x60
-							io 0x62 = 0x64
-							irq 0x70 = 1
-						end
+						device pnp 4e.5 off end			# Keyboard
 						device pnp 4e.6 off end			# GPIO
 						device pnp 4e.a off end			# PME
 						device pnp 4e.10 on			# COM1



More information about the coreboot-gerrit mailing list