From a80b1198294c4fa4eeff2d2e880333f5f4a82bdd Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Tue, 1 Aug 2023 15:57:32 +0800 Subject: meta-nuvoton: npcm7xx-igps: update to 02.01.18 Changelog: IGPS 02.01.18 - Jul 27th 2023 ============== - BootBlock 10.10.18 Date: 24.07.24 ================== =============== Add support for baud rate setting supported baud rates 115200, 460800 - Support BAUD Rate configuration (115200, 460800) - XML: Add baud rate setting to BootblockAndHeader.XML Default value is 115200. Signed-off-by: Tim Lee Change-Id: I93d6b37fdf1d4662cfe84b11dd73d7aa3d24aaf6 --- .../images/npcm7xx-bootblock_10.10.17.bb | 26 ---------------------- .../images/npcm7xx-bootblock_10.10.18.bb | 26 ++++++++++++++++++++++ .../images/npcm7xx-igps-native_02.01.12.bb | 25 --------------------- .../images/npcm7xx-igps-native_02.01.18.bb | 25 +++++++++++++++++++++ 4 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb create mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb delete mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.12.bb create mode 100644 meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb deleted file mode 100644 index 21ae6158ca..0000000000 --- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.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 = "GPL-2.0-only" -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] = "3e92e3f6c4624139d000f91541792a54f52205637bb88abd14310c854694cb39" - -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.18.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb new file mode 100644 index 0000000000..f3d1aa2e57 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb @@ -0,0 +1,26 @@ +SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices" +DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices" +HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +FILENAME = "Poleg_bootblock_${PV}.bin" + +S = "${WORKDIR}" + +SRCREV = "4fa655f95547b927b0133c8ed96c88c5d14ac7b3" +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" + +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-igps-native_02.01.12.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.12.bb deleted file mode 100644 index 5ef884ce74..0000000000 --- a/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.12.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices" -DESCRIPTION = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices" -HOMEPAGE = "https://github.com/Nuvoton-Israel/igps" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = " \ - git://github.com/Nuvoton-Israel/igps;branch=master;protocol=https \ - file://0001-Adjust-paths-for-use-with-Bitbake.patch \ -" -# tag IGPS_02.01.12 -SRCREV = "2fb1a3b0d61164ed1157e27889a4ec2292cbc760" - -S = "${WORKDIR}/git" - -DEST = "${D}${datadir}/${BPN}" - -do_install() { - install -d ${DEST} - install ImageGeneration/references/BootBlockAndHeader_${IGPS_MACHINE}.xml ${DEST} - install ImageGeneration/references/UbootHeader_${IGPS_MACHINE}.xml ${DEST} - install ImageGeneration/inputs/mergedBootBlockAndUboot.xml ${DEST} -} - -inherit native diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb new file mode 100644 index 0000000000..843e704620 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb @@ -0,0 +1,25 @@ +SUMMARY = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices" +DESCRIPTION = "Image Generation and Programming Scripts for NPCM7XX (Poleg) devices" +HOMEPAGE = "https://github.com/Nuvoton-Israel/igps" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = " \ + git://github.com/Nuvoton-Israel/igps;branch=master;protocol=https \ + file://0001-Adjust-paths-for-use-with-Bitbake.patch \ +" +# tag IGPS_02.01.18 +SRCREV = "e0fc2ba58d561220a957bc06aefe1ac7f6e96126" + +S = "${WORKDIR}/git" + +DEST = "${D}${datadir}/${BPN}" + +do_install() { + install -d ${DEST} + install ImageGeneration/references/BootBlockAndHeader_${IGPS_MACHINE}.xml ${DEST} + install ImageGeneration/references/UbootHeader_${IGPS_MACHINE}.xml ${DEST} + install ImageGeneration/inputs/mergedBootBlockAndUboot.xml ${DEST} +} + +inherit native -- cgit v1.2.3