mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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.
BUG=none
BRANCH=none
TEST=none
Change-Id: I9cad8d637947c76327ffe1b22152e4d524f02424
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 7a3d6e1435
Original-Change-Id: Ia3dcb2e0118527b37aed872740273c4fa7004aef
Original-Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Original-Reviewed-on: https://review.coreboot.org/19982
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://chromium-review.googlesource.com/521032
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
b08ac1a563
commit
aa9451f084
6 changed files with 1 additions and 21 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue