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 <timlee660101@gmail.com>
Change-Id: I93d6b37fdf1d4662cfe84b11dd73d7aa3d24aaf6
diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb
similarity index 84%
rename from meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb
rename to meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb
index 21ae615..f3d1aa2 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.17.bb
+++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.18.bb
@@ -8,14 +8,14 @@
 
 S = "${WORKDIR}"
 
-SRCREV = "7bfef99f7a0354395519c4975f96d66cdda1fb67"
+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] = "3e92e3f6c4624139d000f91541792a54f52205637bb88abd14310c854694cb39"
+SRC_URI[bin.sha256sum] = "a33f3fe96786929a8f35e986ae76bbd1bf53459770a6ece7d6777dced1d62ddf"
 
 inherit deploy
 
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.18.bb
similarity index 91%
rename from meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.12.bb
rename to meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb
index 5ef884c..843e704 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.12.bb
+++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb
@@ -8,8 +8,8 @@
     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"
+# tag IGPS_02.01.18
+SRCREV = "e0fc2ba58d561220a957bc06aefe1ac7f6e96126"
 
 S = "${WORKDIR}/git"