summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-11-08 12:16:52 +0300
committerTim Lee <chli30@nuvoton.com>2023-11-29 04:07:47 +0300
commit9496d11bfce474026cf1db8c4c5f0e9e030d6c8f (patch)
treeb1cc6dbaef306ff1b08e02e8a3e11cc4b421aaee /meta-nuvoton
parent6acc3d96a2ab33f88c9579822566218d5162c768 (diff)
downloadopenbmc-9496d11bfce474026cf1db8c4c5f0e9e030d6c8f.tar.xz
meta-nuvoton: npcm8xx-bootblock: update to 0.3.8
Changelog: version 0.3.8 - Nov 6th 2023 ============= - bootblock output file rename back to arbel_a35_bootblock.bin. - unused fuse data moved under ifdef. - Add 3 fields to header (FIU_DRD_CFG for fiu 0, 1, 3). User can change these values in IGPS. bootblock does not check value is legal - Cleanup makefile. version 0.3.7 - Nov 2nd 2023 ============= - Modify the Makefile to ensure compatibility with Linux compilation and incorporate a build.sh script. - In NO_TIP mode: if training fails perform FSW to retry. - In TIP mode: need to use TIP_FW 0.6.5 and up so that TIP will reset MC before bootblock to ansure no BMC access during reset MC. - Update timer driver with registers and basic functunality. - Update FIU divider on every reset, according to header. - Set RDLEN to 0 on AHB6 and AHB13. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I581651ed36ef51c01c97312a2be7e438cbc403a5
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.6.bb3
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.8.bb3
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.6.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.6.bb
deleted file mode 100644
index d519d16e13..0000000000
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.6.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-SRCREV = "344214ea18d884e0ba4c0fc21fa732858386d351"
-
-require npcm8xx-bootblock.inc
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.8.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.8.bb
new file mode 100644
index 0000000000..ee04a38d26
--- /dev/null
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.3.8.bb
@@ -0,0 +1,3 @@
+SRCREV = "282a8a1f0af17bbb517d31e846c0626c42b9673c"
+
+require npcm8xx-bootblock.inc