Philipp Deppenwiese has posted comments on this change. ( https://review.coreboot.org/19077 )
Change subject: intel/bakersport_fsp: Move into bayleybay_fsp as a variant
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/19077
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I5712c1b399570bd7ab7fc9e42af25fbf15a0ba78
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Lee Leahy
Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-HasComments: No
Werner Zeh has submitted this change and it was merged. ( https://review.coreboot.org/19982 )
Change subject: mc_tcu3: Remove all hwinfo files from mainboard directory
......................................................................
mc_tcu3: Remove all hwinfo files from mainboard directory
To unify the hwinfo handling along all Siemens MC boards the hwinfo
files have to be removed from the mainboard directory. They will be added
to cbfs in site-local/Makefile.inc.
Change-Id: Ia3dcb2e0118527b37aed872740273c4fa7004aef
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
Reviewed-on: https://review.coreboot.org/19982
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer(a)siemens.com>
---
M src/mainboard/siemens/mc_tcu3/Makefile.inc
D src/mainboard/siemens/mc_tcu3/hwinfo.hex
D src/mainboard/siemens/mc_tcu3/hwinfo10.hex
D src/mainboard/siemens/mc_tcu3/hwinfo12.hex
D src/mainboard/siemens/mc_tcu3/hwinfo15.hex
D src/mainboard/siemens/mc_tcu3/hwinfo19.hex
6 files changed, 1 insertion(+), 21 deletions(-)
Approvals:
Mario Scheithauer: Looks good to me, approved
build bot (Jenkins): Verified
diff --git a/src/mainboard/siemens/mc_tcu3/Makefile.inc b/src/mainboard/siemens/mc_tcu3/Makefile.inc
index 2922eef..05b4e60 100644
--- a/src/mainboard/siemens/mc_tcu3/Makefile.inc
+++ b/src/mainboard/siemens/mc_tcu3/Makefile.inc
@@ -2,6 +2,7 @@
## This file is part of the coreboot project.
##
## Copyright (C) 2013 Google Inc.
+## Copyright (C) 2017 Siemens AG
##
## 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
@@ -17,24 +18,3 @@
ramstage-y += irqroute.c
ramstage-y += lcd_panel.c
ramstage-y += ptn3460.c
-
-cbfs-files-y += hwinfo.hex
-hwinfo.hex-file := hwinfo.hex
-hwinfo.hex-type := raw
-hwinfo.hex-align := 0x1000
-
-cbfs-files-y += hwinfo10.hex
-hwinfo10.hex-file := hwinfo10.hex
-hwinfo10.hex-type := raw
-
-cbfs-files-y += hwinfo12.hex
-hwinfo12.hex-file := hwinfo12.hex
-hwinfo12.hex-type := raw
-
-cbfs-files-y += hwinfo15.hex
-hwinfo15.hex-file := hwinfo15.hex
-hwinfo15.hex-type := raw
-
-cbfs-files-y += hwinfo19.hex
-hwinfo19.hex-file := hwinfo19.hex
-hwinfo19.hex-type := raw
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo.hex b/src/mainboard/siemens/mc_tcu3/hwinfo.hex
deleted file mode 100644
index bbf6783..0000000
--- a/src/mainboard/siemens/mc_tcu3/hwinfo.hex
+++ /dev/null
Binary files differ
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo10.hex b/src/mainboard/siemens/mc_tcu3/hwinfo10.hex
deleted file mode 100644
index 390c6b4..0000000
--- a/src/mainboard/siemens/mc_tcu3/hwinfo10.hex
+++ /dev/null
Binary files differ
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo12.hex b/src/mainboard/siemens/mc_tcu3/hwinfo12.hex
deleted file mode 100644
index 471af4f..0000000
--- a/src/mainboard/siemens/mc_tcu3/hwinfo12.hex
+++ /dev/null
Binary files differ
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo15.hex b/src/mainboard/siemens/mc_tcu3/hwinfo15.hex
deleted file mode 100644
index 4cbbe5b..0000000
--- a/src/mainboard/siemens/mc_tcu3/hwinfo15.hex
+++ /dev/null
Binary files differ
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo19.hex b/src/mainboard/siemens/mc_tcu3/hwinfo19.hex
deleted file mode 100644
index f8510fc..0000000
--- a/src/mainboard/siemens/mc_tcu3/hwinfo19.hex
+++ /dev/null
Binary files differ
--
To view, visit https://review.coreboot.org/19982
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia3dcb2e0118527b37aed872740273c4fa7004aef
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>