From f2840789718c31cc90e0b59dc9194c25298e92a6 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Fri, 13 Jan 2023 14:48:40 +0800 Subject: meta-nuvoton: npcm8xx-igps: update to 03.08.03 Changelog: IGPS 03.08.03 - Jan 9th 2023 ============== - TIP_FW 0.5.3 L0 0.4.2 L1 - FreeRTOS: in case of assert: print useful info. - NVIC_BMC_reset: clear NVIC int before reloading BMC. - in BMC reset and spurious interrupt reset: read the int number from the active and not the pending. - NVIC_IntHandlerCommon: bug fix: clear correct number. - Big fix: enable all traps in hardware_app_init. - Add task bmc_task to handle BMC reset reload. - Increase heap_size to 0xA000. - HOSTPER: set to 1 till KCS bug is fixed. - Flash: check if FIU1 and FIU 0\CS1 are disabled by OTP bit. - Flash: bug fix: do not enable FIU1 CS2\3. - Flash: Allow using a 4MB flash for image. - Update FreeRTOS to none-MPU version. - Spurious interrupt handling: in case of spurious interrupt print correct int number + NVIC state, and then clear it. - OTP version: use two bits for each version number. - Copy DBGRST too to INTCR2. - Debug log: bug fix: data corruption in case of a 16MB flash. Replace the code so that Debug log is 64KB (one flash block). its location is - split flash for active recovery: 64KB before recovery image. - two flash mode: last block in active flash. - UUID: add full data read (wafer, X\Y, year, work week). Note: debug chips do not contain this info. Signed-off-by: Tim Lee Change-Id: Ie2d5086127da69f94d7b5cbe55ed89b1e6e49f30 --- meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.00.bb | 4 ---- meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.03.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.00.bb create mode 100644 meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.03.bb (limited to 'meta-nuvoton/recipes-bsp/images') diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.00.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.00.bb deleted file mode 100644 index 1a4af6240f..0000000000 --- a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.00.bb +++ /dev/null @@ -1,4 +0,0 @@ -# tag IGPS_03.08.00 -SRCREV = "69c2f8bc0ed599a8148400f24f8217e1fd44f001" - -require npcm8xx-igps.inc diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.03.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.03.bb new file mode 100644 index 0000000000..27c08385f1 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-igps-native_03.08.03.bb @@ -0,0 +1,4 @@ +# tag IGPS_03.08.03 +SRCREV = "d8d053baa4c20657877343b9afcb6e21ae5849ac" + +require npcm8xx-igps.inc -- cgit v1.2.3