mb/google/brya: Migrate brya to use SPD files under spd/
commit2d501aa0fd82a58d138e28256a4b96eab4c825c2
authorReka Norman <rekanorman@google.com>
Tue, 14 Sep 2021 00:29:29 +0000 (14 10:29 +1000)
committerPatrick Georgi <pgeorgi@google.com>
Thu, 23 Sep 2021 06:22:27 +0000 (23 06:22 +0000)
tree731b412e9723ae7846a23459bfbb314274eb8a77
parent7adc2e23b54cb063f2277347537e5242f5f309ce
mb/google/brya: Migrate brya to use SPD files under spd/

SPD files are being moved from the soc and mainboard directories to a
centralised spd/ directory. This change migrates all brya variants to
use this new location. The contents of the new SPDs are identical, only
their file paths have changed.

The variant Makefile.inc and dram_id.generated.txt files were generated
using the part_id_gen tool. E.g. for anahera:

util/spd_tools/bin/part_id_gen \
  ADL \
  lp4x \
  src/mainboard/google/brya/variants/anahera/memory \
  src/mainboard/google/brya/variants/anahera/memory/mem_parts_used.txt

BUG=b:191776301
TEST=Check that each variant's coreboot.rom is the same with and without
this change. Built using: abuild -p none -t google/brya -a -x --timeless

Change-Id: I08efe1d75438c81161d9b496af2fa30ce6f59ade
Signed-off-by: Reka Norman <rekanorman@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57661
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
26 files changed:
src/mainboard/google/brya/spd/Makefile.inc
src/mainboard/google/brya/variants/anahera/memory/Makefile.inc
src/mainboard/google/brya/variants/anahera/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/brya0/memory/Makefile.inc
src/mainboard/google/brya/variants/brya0/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/felwinter/memory/Makefile.inc
src/mainboard/google/brya/variants/felwinter/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/gimble/memory/Makefile.inc
src/mainboard/google/brya/variants/gimble/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/kano/memory/Makefile.inc
src/mainboard/google/brya/variants/kano/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/primus/memory/Makefile.inc
src/mainboard/google/brya/variants/primus/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/redrix/memory/Makefile.inc
src/mainboard/google/brya/variants/redrix/memory/dram_id.generated.txt
src/mainboard/google/brya/variants/taeko/memory/Makefile.inc
src/mainboard/google/brya/variants/taeko/memory/dram_id.generated.txt
src/soc/intel/alderlake/spd/lp4x-spd-1.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-2.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-3.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-4.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-5.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-6.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x-spd-7.hex [deleted file]
src/soc/intel/alderlake/spd/lp4x_spd_manifest.generated.txt [deleted file]
src/soc/intel/alderlake/spd/placeholder.spd.hex [deleted file]