summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-04-17 12:24:09 +0300
committerTim Lee <chli30@nuvoton.com>2024-04-25 05:14:52 +0300
commit4aa1593e04a9489e26e82c26e40ad99be4b1cbfe (patch)
tree79f7f8a05ae025c926c198b15a8247fbcf022f55
parent77f78cae511edd3d0a6554607c3a419cac627b94 (diff)
downloadopenbmc-4aa1593e04a9489e26e82c26e40ad99be4b1cbfe.tar.xz
meta-nuvoton: npcm7xx-bootblock: upgrade to 10.10.19
Changelog: version 10.10.19 - Mar 27th 2024 ============= - U-Boot can only be loaded to DRAM from the range 0x100 till end of DRAM. - Avoid TOCTOU: read destination address and size only once. - Remove XIP. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Icd56348f9f2818fb381b91ddbc3fc3e566a9da87
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.19.bb (renamed from meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.19.bb
index f3d1aa2e57..db6c08a22d 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb
+++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.19.bb
@@ -8,14 +8,14 @@ FILENAME = "Poleg_bootblock_${PV}.bin"
S = "${WORKDIR}"
-SRCREV = "4fa655f95547b927b0133c8ed96c88c5d14ac7b3"
+SRCREV = "cac8f0ed8c6e875148ec37b657fcbdd1058c2c69"
SRC_URI = " \
https://raw.githubusercontent.com/Nuvoton-Israel/bootblock/${SRCREV}/LICENSE;name=lic \
https://github.com/Nuvoton-Israel/bootblock/releases/download/BootBlock_${PV}/Poleg_bootblock_basic.bin;downloadfilename=${FILENAME};name=bin \
"
SRC_URI[lic.md5sum] = "b234ee4d69f5fce4486a80fdaf4a4263"
-SRC_URI[bin.sha256sum] = "a33f3fe96786929a8f35e986ae76bbd1bf53459770a6ece7d6777dced1d62ddf"
+SRC_URI[bin.sha256sum] = "1bc367032b2ac76190064256a306993a0405de2a2af5b4fad2c549ccd6a0ba0f"
inherit deploy