[coreboot-gerrit] Change in coreboot[master]: mainboard/neoware/g170: Add Neoware G170 board

Lubomir Rintel (Code Review) gerrit at coreboot.org
Sun Mar 19 10:37:25 CET 2017


Lubomir Rintel has uploaded a new change for review. ( https://review.coreboot.org/18899 )

Change subject: mainboard/neoware/g170: Add Neoware G170 board
......................................................................

mainboard/neoware/g170: Add Neoware G170 board

Change-Id: I0d7aba827fb87f69f542edd2f7ac7a66d949f865
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
A src/mainboard/neoware/Kconfig
A src/mainboard/neoware/Kconfig.name
M src/mainboard/neoware/g170/Kconfig
M src/mainboard/neoware/g170/Kconfig.name
M src/mainboard/neoware/g170/board_info.txt
5 files changed, 32 insertions(+), 7 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/18899/1

diff --git a/src/mainboard/neoware/Kconfig b/src/mainboard/neoware/Kconfig
new file mode 100644
index 0000000..1464a61
--- /dev/null
+++ b/src/mainboard/neoware/Kconfig
@@ -0,0 +1,16 @@
+if VENDOR_NEOWARE
+
+choice
+	prompt "Mainboard model"
+
+source "src/mainboard/neoware/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/neoware/*/Kconfig"
+
+config MAINBOARD_VENDOR
+	string
+	default "Neoware"
+
+endif # VENDOR_NEOWARE
diff --git a/src/mainboard/neoware/Kconfig.name b/src/mainboard/neoware/Kconfig.name
new file mode 100644
index 0000000..5414235
--- /dev/null
+++ b/src/mainboard/neoware/Kconfig.name
@@ -0,0 +1,2 @@
+config VENDOR_NEOWARE
+	bool "HP Neoware"
diff --git a/src/mainboard/neoware/g170/Kconfig b/src/mainboard/neoware/g170/Kconfig
index c328c3f..0440594 100644
--- a/src/mainboard/neoware/g170/Kconfig
+++ b/src/mainboard/neoware/g170/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_BCOM_WINNETP680
+if BOARD_NEOWARE_G170
 
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
@@ -12,14 +12,14 @@
 
 config MAINBOARD_DIR
 	string
-	default bcom/winnetp680
+	default neoware/g170
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "WinNET P680"
+	default "Neoware G170"
 
 config IRQ_SLOT_COUNT
 	int
 	default 10
 
-endif # BOARD_BCOM_WINNETP680
+endif # BOARD_NEOWARE_G170
diff --git a/src/mainboard/neoware/g170/Kconfig.name b/src/mainboard/neoware/g170/Kconfig.name
index 5b09e7a..215edf0 100644
--- a/src/mainboard/neoware/g170/Kconfig.name
+++ b/src/mainboard/neoware/g170/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_BCOM_WINNETP680
-	bool "WinNET P680"
+config BOARD_NEOWARE_G170
+	bool "HP Neoware G170 (CA19)"
diff --git a/src/mainboard/neoware/g170/board_info.txt b/src/mainboard/neoware/g170/board_info.txt
index 0ba2657..fc36419 100644
--- a/src/mainboard/neoware/g170/board_info.txt
+++ b/src/mainboard/neoware/g170/board_info.txt
@@ -1 +1,8 @@
-Category: settop
+Category: mini
+Vendor name: Neoware Inc.
+Board name: G170
+ROM package: PLCC
+ROM protocol: Parallel
+ROM socketed: y
+Flashrom support: y
+Release year: 2006

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d7aba827fb87f69f542edd2f7ac7a66d949f865
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Lubomir Rintel <lkundrak at v3.sk>



More information about the coreboot-gerrit mailing list