coreboot-kgpe-d16/src/mainboard/google/drallion
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
..
spd mb: remove duplicated Make code for spd.bin generation 2020-09-06 14:57:06 +00:00
variants mb/*: devicetree: drop now unneeded USBx_PORT_EMPTY 2020-09-06 14:38:28 +00:00
board_info.txt
bootblock.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
dsdt.asl mb/google: remove cannonlake dptf.asl include file from dsdt files 2020-06-18 08:30:07 +00:00
ec.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
hda_verb.c 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
Makefile.inc src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
ramstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
romstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smihandler.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00