From 9dfbc719a5035e02419f624a86b99702202e285e Mon Sep 17 00:00:00 2001 From: Benjamin Fair Date: Mon, 21 Dec 2020 16:51:42 -0800 Subject: meta-nuvoton: npcm7xx-bootblock: upgrade to 10.10.16 Changelog from 10.10.09: * MC: Enhanced training optimization. * SPI0 frequency is now only limited to be up to 50MHz (remove 40MHz lower limit). This check is only performed if PLLs are changes (RUN_BMC or new header frequency values). * Fix an issue in INTCR3 settings (FIU_FIX field). * MC: in enhanced training: change the sweep range accrording to the location of the step. (run time optimization) (From meta-nuvoton rev: e7db9495062eab77a319e6eb322cdfe0f68719d8) Change-Id: I65a512a0110b183c5d9307aea1380cc914236d7d Signed-off-by: Benjamin Fair Signed-off-by: Andrew Geissler --- .../images/npcm7xx-bootblock_10.10.09.bb | 26 ---------------------- .../images/npcm7xx-bootblock_10.10.16.bb | 25 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.09.bb create mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.16.bb (limited to 'meta-nuvoton/recipes-bsp') diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.09.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.09.bb deleted file mode 100644 index 22774cf65..000000000 --- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.09.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices" -DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices" -HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -FILENAME = "Poleg_bootblock_${PV}.bin" - -S = "${WORKDIR}" - -SRCREV = "7bfef99f7a0354395519c4975f96d66cdda1fb67" -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] = "05f71da6ebb7798679fcffdcc928fbada8f941bd8e7a374ebc826131a0803e58" - -inherit deploy - -do_deploy () { - install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Poleg_bootblock.bin -} - -addtask deploy before do_build after do_compile diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.16.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.16.bb new file mode 100644 index 000000000..77285dc36 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.16.bb @@ -0,0 +1,25 @@ +SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices" +DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices" +HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +FILENAME = "Poleg_bootblock_${PV}.bin" + +S = "${WORKDIR}" + +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] = "b2df56cc8667227fa625f11c628bfc10c831d36d076bf28ff376902d06b63a54" + +inherit deploy + +do_deploy () { + install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Poleg_bootblock.bin +} + +addtask deploy before do_build after do_compile -- cgit v1.2.3