From 7a3d6e143527f03593a48ab321ff03c1a206e06d Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Tue, 30 May 2017 11:01:17 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/19982 Tested-by: build bot (Jenkins) Reviewed-by: Mario Scheithauer --- src/mainboard/siemens/mc_tcu3/Makefile.inc | 22 +--------------------- src/mainboard/siemens/mc_tcu3/hwinfo.hex | Bin 7424 -> 0 bytes src/mainboard/siemens/mc_tcu3/hwinfo10.hex | Bin 485 -> 0 bytes src/mainboard/siemens/mc_tcu3/hwinfo12.hex | Bin 485 -> 0 bytes src/mainboard/siemens/mc_tcu3/hwinfo15.hex | Bin 485 -> 0 bytes src/mainboard/siemens/mc_tcu3/hwinfo19.hex | Bin 485 -> 0 bytes 6 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 src/mainboard/siemens/mc_tcu3/hwinfo.hex delete mode 100644 src/mainboard/siemens/mc_tcu3/hwinfo10.hex delete mode 100644 src/mainboard/siemens/mc_tcu3/hwinfo12.hex delete mode 100644 src/mainboard/siemens/mc_tcu3/hwinfo15.hex delete mode 100644 src/mainboard/siemens/mc_tcu3/hwinfo19.hex (limited to 'src') diff --git a/src/mainboard/siemens/mc_tcu3/Makefile.inc b/src/mainboard/siemens/mc_tcu3/Makefile.inc index 2922eef9da..05b4e60193 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 += gpio.c 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 bbf6783b16..0000000000 Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo.hex and /dev/null differ diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo10.hex b/src/mainboard/siemens/mc_tcu3/hwinfo10.hex deleted file mode 100644 index 390c6b4857..0000000000 Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo10.hex and /dev/null differ diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo12.hex b/src/mainboard/siemens/mc_tcu3/hwinfo12.hex deleted file mode 100644 index 471af4f537..0000000000 Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo12.hex and /dev/null differ diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo15.hex b/src/mainboard/siemens/mc_tcu3/hwinfo15.hex deleted file mode 100644 index 4cbbe5bd05..0000000000 Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo15.hex and /dev/null differ diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo19.hex b/src/mainboard/siemens/mc_tcu3/hwinfo19.hex deleted file mode 100644 index f8510fcdb8..0000000000 Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo19.hex and /dev/null differ -- cgit v1.2.3