summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-bsp
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2022-12-16 09:44:56 +0300
committerBenjamin Fair <benjaminfair@google.com>2022-12-19 07:44:04 +0300
commit5f77a546b9be0d7dad7ddf905742575896a92ed2 (patch)
treef7ddaf3f4746b099f0ef6c8610ae079bbec762ef /meta-nuvoton/recipes-bsp
parent586f5116beeea6a17a626cb05e4214e7d4c4b86b (diff)
downloadopenbmc-5f77a546b9be0d7dad7ddf905742575896a92ed2.tar.xz
meta-nuvoton: npcm8xx-bootblock: update to 0.2.8
Changelog: version 0.2.8 - Nov 22 2022 ============= - Bug fix: disable RECALIB in DDR, after training, before sweep phase. - eSPI: enable auto handshake. Version 0.2.6 - Oct 26 2022 ============= - Bug fix: If DRAM is 2GB and max DRAM size in header is smaller, GMMAP should be set according to header, not according to the physical device. Version 0.2.4 - Oct 18 2022 ============= - MC: Support 2GB DRAM - MC: Updated TRFC default to 2GB DRAM and fixed value for 1600/1G - CLK: always set PLLs by bootblock. Set all dividers in PORST. - SPI-X: upper limit of 33MHz. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ia82fba195139d245ccb7f62218a900069c575e2c
Diffstat (limited to 'meta-nuvoton/recipes-bsp')
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc2
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.3.bb6
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.8.bb6
3 files changed, 7 insertions, 7 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc
index 6910fc9c53..5319c4e48e 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc
@@ -10,7 +10,7 @@ S = "${WORKDIR}"
SRC_URI = " \
https://github.com/Nuvoton-Israel/npcm8xx-bootblock/blob/${SRCREV}/LICENSE;name=lic \
- https://github.com/Nuvoton-Israel/npcm8xx-bootblock/releases/download/${RELEASE}/arbel_a35_bootblock.bin;downloadfilename=${FILENAME};name=bin \
+ https://github.com/Nuvoton-Israel/npcm8xx-bootblock/releases/download/${RELEASE}/arbel_a35_bootblock.${PV}.bin;downloadfilename=${FILENAME};name=bin \
"
SRC_URI[lic.sha256sum] = "7c34d28e784b202aa4998f477fd0aa9773146952d7f6fa5971369fcdda59cf48"
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.3.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.3.bb
deleted file mode 100644
index 3331842a30..0000000000
--- a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "4002b2f086f6d2177ec36bed507241386d604f6b"
-RELEASE = "A35_BootBlock_0.2.3"
-
-SRC_URI[bin.sha256sum] = "9d58a1dbe2ee156780b53f2539cf5d48436a83390ad9db340acc503aef7de72d"
-
-require npcm8xx-bootblock.inc
diff --git a/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.8.bb b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.8.bb
new file mode 100644
index 0000000000..9ef8e656a5
--- /dev/null
+++ b/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.2.8.bb
@@ -0,0 +1,6 @@
+SRCREV = "4002b2f086f6d2177ec36bed507241386d604f6b"
+RELEASE = "A35_BootBlock_0.2.8"
+
+SRC_URI[bin.sha256sum] = "164c5e57d02accd61c14b6e13dff3dbbbe1d64375ca6ee97da50b9850dfb7f49"
+
+require npcm8xx-bootblock.inc