summaryrefslogtreecommitdiff
path: root/zephyr/projects
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-02-17 15:35:21 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-18 17:24:11 +0000
commitccd2d5ac1047614ce47e393333fbbf79282d8c86 (patch)
treedb5446985584aa747fe7910448692ad7ac83797a /zephyr/projects
parent805f47818176fb2e9409a5a7d3c85139aac811e0 (diff)
downloadchrome-ec-ccd2d5ac1047614ce47e393333fbbf79282d8c86.tar.gz
zephyr: zmake: rename "raw" packer to "npcx" packer
The "raw" packer used to be a binary packer which simply forwarded zephyr.bin to the output directory with no modifications. A history of CLs has repurposed this packer to be specific to binman RO/RW format, with the RO expected to generate a Nuvoton loader at the beginning of the image. So it's hardly "raw" anymore. Rename it to "npcx" so we can bring back the original "raw" packer, needed by chameleon. (Note this is done in a follow-up CL). BUG=b:180545676 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I73e13426d7c87db1ccf3514dd321640ebc625068 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2702494 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/projects')
-rw-r--r--zephyr/projects/delbin/zmake.yaml2
-rw-r--r--zephyr/projects/kohaku/zmake.yaml10
-rw-r--r--zephyr/projects/volteer/zmake.yaml10
3 files changed, 3 insertions, 19 deletions
diff --git a/zephyr/projects/delbin/zmake.yaml b/zephyr/projects/delbin/zmake.yaml
index 2ceb55f073..dd63310772 100644
--- a/zephyr/projects/delbin/zmake.yaml
+++ b/zephyr/projects/delbin/zmake.yaml
@@ -6,4 +6,4 @@ board: delbin
supported-zephyr-versions:
- v2.4
toolchain: coreboot-sdk
-output-type: raw
+output-type: npcx
diff --git a/zephyr/projects/kohaku/zmake.yaml b/zephyr/projects/kohaku/zmake.yaml
index 7477961500..fc8827ea44 100644
--- a/zephyr/projects/kohaku/zmake.yaml
+++ b/zephyr/projects/kohaku/zmake.yaml
@@ -6,12 +6,4 @@ board: kohaku
supported-zephyr-versions:
- v2.4
toolchain: coreboot-sdk
-
-# Note: below output type is not correct, but good enough for
-# developing right now. We need to run ecst to pack the RO/RW binary
-# into the special NPCX format, but don't do that now.
-#
-# So, when flashing, please flash
-# build-singleimage/zephyr/zephyr_kohaku.bin instead until Zmake
-# grows a configuration option to handle ecst.
-output-type: raw
+output-type: npcx
diff --git a/zephyr/projects/volteer/zmake.yaml b/zephyr/projects/volteer/zmake.yaml
index 914f8660e0..d50dae9b21 100644
--- a/zephyr/projects/volteer/zmake.yaml
+++ b/zephyr/projects/volteer/zmake.yaml
@@ -6,12 +6,4 @@ board: volteer
supported-zephyr-versions:
- v2.4
toolchain: coreboot-sdk
-
-# Note: below output type is not correct, but good enough for
-# developing right now. We need to run ecst to pack the RO/RW binary
-# into the special NPCX format, but don't do that now.
-#
-# So, when flashing, please flash
-# build-singleimage/zephyr/zephyr_volteer.bin instead until Zmake
-# grows a configuration option to handle ecst.
-output-type: raw
+output-type: npcx