From 2e1341dfeec58e56c02c24d5b09ddc99f46ab2f9 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 21 Jul 2020 09:57:56 +0900 Subject: wiki: E3_Ebisu: add v3.21.0 binary Signed-off-by: Kuninori Morimoto --- wiki/E3_Ebisu.wiki | 8 ++++++++ .../ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 | Bin 0 -> 858641 bytes 2 files changed, 8 insertions(+) create mode 100644 wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index ca1f5fa..27ae77c 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -1,5 +1,13 @@ h1. E3 Ebisu +|bootparam_sa0.srec |0x000000|Loader(Boot parameter)| +|bl2-h3ulcb.srec |0x040000|Loader | +|cert_header_sa6.srec |0x180000|Loader(Certification) | +|bl31-h3ulcb.srec |0x1C0000|ARM Trusted Firmware | +|tee-h3ulcb.srec |0x200000|OP-Tee | +|u-boot-elf.srec |0x640000|U-Boot | + h1. Files +"tar.bz2: Ebisu-4D v2019-06-21":../../wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 "zip: E3 Ebisu 1GiB v2018-03-02/":../../wiki/E3_Ebisu/e3_ebisu_2018-03-02-for-ddr-1GiB.zip diff --git a/wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 b/wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 new file mode 100644 index 0000000..ce222b3 Binary files /dev/null and b/wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 differ -- cgit v1.2.3 From cfd78d2488402c52f638681e9b657f1d676ccaea Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 7 Aug 2020 11:56:18 +0200 Subject: wiki: E3-Ebisu: Fix names of firmware files The names reported for the firmware files are the ULCB ones. Fix that by using the actual file names. Signed-off-by: Jacopo Mondi --- wiki/E3_Ebisu.wiki | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index 27ae77c..8dcd3d4 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -1,11 +1,11 @@ h1. E3 Ebisu -|bootparam_sa0.srec |0x000000|Loader(Boot parameter)| -|bl2-h3ulcb.srec |0x040000|Loader | -|cert_header_sa6.srec |0x180000|Loader(Certification) | -|bl31-h3ulcb.srec |0x1C0000|ARM Trusted Firmware | -|tee-h3ulcb.srec |0x200000|OP-Tee | -|u-boot-elf.srec |0x640000|U-Boot | +| bootparam_sa0-4d.srec | 0x000000 | Loader(Boot parameter) | +| bl2-ebisu-4d.srec | 0x040000 | Loader | +| cert_header_sa6-4d.srec | 0x180000 | Loader(Certification) | +| bl31-ebisu-4d.srec | 0x1C0000 | ARM Trusted Firmware | +| tee-ebisu.srec | 0x200000 | OP-Tee | +| u-boot-elf-ebisu-4d.srec | 0x640000 | U-Boot | h1. Files -- cgit v1.2.3 From 37cfb1144b2b2024b3adb9b46a296dff399521b3 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 7 Aug 2020 12:06:56 +0200 Subject: wiki: E3-Ebisu: Add hardware settings Add required settings for flash procedure to the wiki page. Signed-off-by: Jacopo Mondi --- wiki/E3_Ebisu.wiki | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index 8dcd3d4..449e765 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -1,5 +1,15 @@ h1. E3 Ebisu +h2. HW settings + + | SW3 | ON | | + | SW31 | ON | | + | SW10 | for update | xxxx 0000 | + | | for use | xxxx 1100 (HyperFlash = 80MHz, stable) | + | | | xxxx 1101 (HyperFlash = 150MHz, aggressive) | + +h2. File List + | bootparam_sa0-4d.srec | 0x000000 | Loader(Boot parameter) | | bl2-ebisu-4d.srec | 0x040000 | Loader | | cert_header_sa6-4d.srec | 0x180000 | Loader(Certification) | -- cgit v1.2.3 From 02e5f44accd7f827cb68155266e27c362fa2866d Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 7 Aug 2020 12:13:51 +0200 Subject: wiki: E3-Ebisu: Add table and flash script Add flash script and table with firmwre components memory locations and sizes. The table and the script have been shared by Geert in his: [periperi] Firmware update Signed-off-by: Jacopo Mondi --- wiki/E3_Ebisu.wiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index 449e765..4c23ae1 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -19,5 +19,7 @@ h2. File List h1. Files +"do_xls2.expect":../../wiki/E3_Ebisu/do_xls2.expect +"table.txt":../../wiki/E3_Ebisu/table.txt "tar.bz2: Ebisu-4D v2019-06-21":../../wiki/E3_Ebisu/ebisu-20190621_G3Yv3.21.00.03_G3Yv215_PT4.tar.bz2 "zip: E3 Ebisu 1GiB v2018-03-02/":../../wiki/E3_Ebisu/e3_ebisu_2018-03-02-for-ddr-1GiB.zip -- cgit v1.2.3 From 72b7a290387ee90eeb31a86373d399ceb4008a1f Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 7 Aug 2020 12:16:22 +0200 Subject: wiki: E3-Ebisu: Add flash command Signed-off-by: Jacopo Mondi --- wiki/E3_Ebisu.wiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index 4c23ae1..5b10cec 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -17,6 +17,10 @@ h2. File List | tee-ebisu.srec | 0x200000 | OP-Tee | | u-boot-elf-ebisu-4d.srec | 0x640000 | U-Boot | +h2. Flash command + +./do_xls2.expect /dev/ttyUSB1 AArch64_Gen3_E3-4D_Scif_MiniMon_V5.03A.mot table.txt + h1. Files "do_xls2.expect":../../wiki/E3_Ebisu/do_xls2.expect -- cgit v1.2.3 From 599ec33d3cad0fd8bec802207db789edf12c7783 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 7 Aug 2020 14:28:41 +0200 Subject: wiki: E3-Ebisu: Record boot command Signed-off-by: Jacopo Mondi --- wiki/E3_Ebisu.wiki | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/E3_Ebisu.wiki b/wiki/E3_Ebisu.wiki index 5b10cec..e017bce 100644 --- a/wiki/E3_Ebisu.wiki +++ b/wiki/E3_Ebisu.wiki @@ -21,6 +21,12 @@ h2. Flash command ./do_xls2.expect /dev/ttyUSB1 AArch64_Gen3_E3-4D_Scif_MiniMon_V5.03A.mot table.txt +h2. Boot command + +| tftpboot 0x48080000 ebisu/Image | +| tftpboot 0x58000000 ebisu/r8a77990-ebisu.dtb | +| booti 0x48080000 - 0x58000000 | + h1. Files "do_xls2.expect":../../wiki/E3_Ebisu/do_xls2.expect -- cgit v1.2.3