[coreboot-gerrit] Change in coreboot[master]: mb/intel/d410pt: Add mainboard

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu Jun 1 00:28:46 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/20000 )

Change subject: mb/intel/d410pt: Add mainboard
......................................................................

mb/intel/d410pt: Add mainboard

This board is almost identical to D510MO, the only differences are
some differences in populated connections, CPU with less L2 cache and
a 10/100 Realtek NIC.

The vendor uses the very same binary for both D510M0 and D410PT.

Change-Id: I220515365b69e785ef249c4e3a9af5f7fddf02f9
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/intel/d510mo/Kconfig
M src/mainboard/intel/d510mo/Kconfig.name
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/20000/1

diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig
index 0f747cc..915fe37 100644
--- a/src/mainboard/intel/d510mo/Kconfig
+++ b/src/mainboard/intel/d510mo/Kconfig
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 #
 
-if BOARD_INTEL_D510MO
+if BOARD_INTEL_D510MO || BOARD_INTEL_D410PT
 
 config BOARD_SPECIFIC_OPTIONS
 	def_bool y
@@ -43,6 +43,7 @@
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "D510MO"
+	default "D510MO" if BOARD_INTEL_D510MO
+	default "D410PT" if BOARD_INTEL_D410PT
 
 endif # BOARD_INTEL_D510MO
diff --git a/src/mainboard/intel/d510mo/Kconfig.name b/src/mainboard/intel/d510mo/Kconfig.name
index 2df0dca..979c101 100644
--- a/src/mainboard/intel/d510mo/Kconfig.name
+++ b/src/mainboard/intel/d510mo/Kconfig.name
@@ -1,2 +1,5 @@
 config BOARD_INTEL_D510MO
 	bool "D510MO"
+
+config BOARD_INTEL_D410PT
+	bool "D410PT"

-- 
To view, visit https://review.coreboot.org/20000
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I220515365b69e785ef249c4e3a9af5f7fddf02f9
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list