summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/zork/data.apcbbin0 -> 4672 bytes
-rw-r--r--src/mainboard/google/zork/spd/Makefile.inc7
2 files changed, 4 insertions, 3 deletions
diff --git a/src/mainboard/google/zork/data.apcb b/src/mainboard/google/zork/data.apcb
new file mode 100644
index 0000000000..f7a3e7817e
--- /dev/null
+++ b/src/mainboard/google/zork/data.apcb
Binary files differ
diff --git a/src/mainboard/google/zork/spd/Makefile.inc b/src/mainboard/google/zork/spd/Makefile.inc
index 4ae310ae84..3e6509d9ae 100644
--- a/src/mainboard/google/zork/spd/Makefile.inc
+++ b/src/mainboard/google/zork/spd/Makefile.inc
@@ -5,13 +5,14 @@ SPD_SOURCES_DIR=$(dir $(word 1, $(SPD_SOURCES)))
APCB_SOURCES=$(foreach f, $(basename $(notdir $(SPD_SOURCES))), $(obj)/APCB_$(f).gen)
# APCB binary with magic numbers to be replaced by apcb_edit tool
-APCB_MAGIC_BLOB:=$(FIRMWARE_LOCATION)/APCB_magic.bin
+APCB_NAME=data.apcb
+APCB_PATH=$(src)/mainboard/$(MAINBOARDDIR)
$(obj)/APCB_%.gen: $(SPD_SOURCES_DIR)%.hex \
$(APCB_EDIT_TOOL) \
- $(APCB_MAGIC_BLOB)
+ $(APCB_PATH)/$(APCB_NAME)
$(APCB_EDIT_TOOL) \
- $(APCB_MAGIC_BLOB) \
+ $(APCB_PATH)/$(APCB_NAME) \
$@ \
--hex \
--strip_manufacturer_information \