coreboot-kgpe-d16/src/mainboard/google/glados
Michael Niewöhner e83d30bb5a mb: remove duplicated Make code for spd.bin generation
Drop duplicated code for spd.bin generation that is provided globally
in lib/Makefile.inc.

For all affected boards it has been verified that the output binary
functionally matches the original one. The changed execution order of
Make instructions influenced the cbfs file order. Hence, the rom images
can't be compared directly.

Thus, the output files of the two timeless abuild runs have been compared.
Further, it was verified that the final files in cbfs stay identical, by
comparing the extracted cbfs of each board.

The boards (possibly) needing modification could be found with something
like this (with false positives, though):

find src/mainboard -name Makefile.inc | \
  xargs egrep 'SPD_BIN|SPD_DEPS' | cut -d: -f1 | sort -u

Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: Icd3ac0fd6c901228554115c6350d88bb49874587
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2020-09-06 14:57:06 +00:00
..
acpi treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spd treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
variants mb: remove duplicated Make code for spd.bin generation 2020-09-06 14:57:06 +00:00
board_info.txt
bootblock_mainboard.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chromeos.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chromeos.fmd
cmos.layout src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
devicetree.cb soc/intel/skylake: Enable CIO depending on devicetree configuration 2020-08-08 16:32:41 +00:00
dsdt.asl treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ec.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ec.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gma-mainboard.ads treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig mb: remove duplicated Make code for spd.bin generation 2020-09-06 14:57:06 +00:00
Kconfig.name mb/*/Kconfig: Drop redundant 'select DRIVERS_INTEL_WIFI' 2020-09-02 13:40:46 +00:00
mainboard.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
romstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smihandler.c ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00