aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/spd
diff options
context:
space:
mode:
authorReka Norman <rekanorman@google.com>2021-09-14 10:29:29 +1000
committerPatrick Georgi <pgeorgi@google.com>2021-09-23 06:22:27 +0000
commit2d501aa0fd82a58d138e28256a4b96eab4c825c2 (patch)
tree731b412e9723ae7846a23459bfbb314274eb8a77 /src/mainboard/google/brya/spd
parent7adc2e23b54cb063f2277347537e5242f5f309ce (diff)
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>
Diffstat (limited to 'src/mainboard/google/brya/spd')
-rw-r--r--src/mainboard/google/brya/spd/Makefile.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/google/brya/spd/Makefile.inc b/src/mainboard/google/brya/spd/Makefile.inc
index e7a1c5d516..be4d98bd1d 100644
--- a/src/mainboard/google/brya/spd/Makefile.inc
+++ b/src/mainboard/google/brya/spd/Makefile.inc
@@ -2,10 +2,5 @@
##
ifneq ($(SPD_SOURCES),)
-ifeq ($(SPD_SOURCE_PATH),)
-SPD_SOURCE_PATH := src/soc/intel/alderlake/spd
-endif
-
-LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), $(SPD_SOURCE_PATH)/$(f))
-
+LIB_SPD_DEPS := $(SPD_SOURCES)
endif