From 96c32034564c6080293a94f9e932d21d73d494d3 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Wed, 8 Nov 2023 17:20:35 +0800 Subject: meta-nuvoton: npcm8xx-tip-fw: update to 0.6.5.0.5.4 Changelog: TIP_FW: 0.6.5 L0 0.5.4 L1 ============== * MC reset, if needed, performed synchronously from TIP side while BMC is in reset. Add new variable SA_TIP_IMAGE for supporing SA TIP_FW mimic no_tip mode. SA (Stand Alone) is a special TIP_FW for mimic NO TIP feature on TIP devices. That's concatenated file image_no_tip + SA FW for mimic NO TIP mode. Tested: Build pass and boot up successful with correct TIP FW latest version. Signed-off-by: Tim Lee Change-Id: Ib836cf16f0f14f313b5243e18e8d615e792408b5 --- meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc | 2 ++ meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.4.0.5.3.bb | 5 ----- meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.5.0.5.4.bb | 5 +++++ 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.4.0.5.3.bb create mode 100644 meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.5.0.5.4.bb (limited to 'meta-nuvoton/recipes-bsp/images') diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc b/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc index 6a9983ac52..8a1750ab41 100644 --- a/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc +++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc @@ -5,6 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91" TIP_FW = "Kmt_TipFwL0_Skmt_TipFwL1.bin" +SA_TIP_FW = "SA_Kmt_TipFwL0.bin" S = "${WORKDIR}/git" SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https" @@ -12,6 +13,7 @@ SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=h inherit deploy do_deploy () { install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW} + install -D -m 644 ${OUTPUT_BIN}/${SA_TIP_FW} ${DEPLOYDIR}/${SA_TIP_FW} } addtask deploy before do_build after do_compile diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.4.0.5.3.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.4.0.5.3.bb deleted file mode 100644 index 44047bfbe7..0000000000 --- a/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.4.0.5.3.bb +++ /dev/null @@ -1,5 +0,0 @@ -SRCREV = "4d8c0b36cdb6bdd227a6e5a7a0f53cd16c141de3" - -OUTPUT_BIN = "output_binaries_${DEVICE_GEN}_${IGPS_MACHINE}" - -require npcm8xx-tip-fw.inc diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.5.0.5.4.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.5.0.5.4.bb new file mode 100644 index 0000000000..bf7acc1864 --- /dev/null +++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.6.5.0.5.4.bb @@ -0,0 +1,5 @@ +SRCREV = "a01f053b639e6665c392e720eeab73edabe0d8d9" + +OUTPUT_BIN = "output_binaries_${DEVICE_GEN}_${IGPS_MACHINE}" + +require npcm8xx-tip-fw.inc -- cgit v1.2.3