summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-02-19 12:13:09 +0300
committerTim Lee <chli30@nuvoton.com>2024-03-06 04:01:01 +0300
commitfd7b67d3ddbf72c7d94685103f07e03744a9e42e (patch)
tree8fb60b563d69c269da8289aa6b3a079ca0579603 /meta-nuvoton
parent8d409020e5a4a1c840829126b1302da59e7039ce (diff)
downloadopenbmc-fd7b67d3ddbf72c7d94685103f07e03744a9e42e.tar.xz
meta-nuvoton: npcm8xx-igps: update to 04.00.06
IGPS 04.00.06 - Feb 5th 2024 ============ - Bootblock 0.4.1 * Set PCI and GFX core clock to PLL1. - Add bootblock XML for MS (with GPIO enabled). - Remove Z1 from signing flows. Add MS signing. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I5846ba5630771885f36a27fe59a95564f4784f42
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.09.08.bb4
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_04.00.06.bb4
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc2
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.09.08.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.09.08.bb
deleted file mode 100644
index 2692b105b1..0000000000
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.09.08.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-# tag IGPS_03.09.08
-SRCREV = "aeeda7d627744e79d1a66862476896dda57e614a"
-
-require npcm8xx-igps.inc
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_04.00.06.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_04.00.06.bb
new file mode 100644
index 0000000000..36b91b2ddb
--- /dev/null
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_04.00.06.bb
@@ -0,0 +1,4 @@
+# tag IGPS_04.00.06
+SRCREV = "748e89d30787ba359464be11b6aecae4cb00b204"
+
+require npcm8xx-igps.inc
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
index 099fa47801..7c043f808f 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps.inc
@@ -15,7 +15,7 @@ DEST = "${D}${datadir}/${BPN}"
# Adjust paths for use with bitbake
do_patch() {
- sed -i -e 's,inputs/,,g' ${S}/py_scripts/ImageGeneration/references/*.xml \
+ sed -i -e 's,output_binaries/tmp/,,g' ${S}/py_scripts/ImageGeneration/references/*.xml \
${S}/py_scripts/ImageGeneration/inputs/*.xml
}