Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | Introduction |
| 4 | ============ |
| 5 | |
| 6 | DeveloperBox is a certified 96boards Enterprise Edition board. The board/SoC has: - |
| 7 | |
| 8 | * Socionext SC2A11 24-cores ARM Cortex-A53 on tbe Mini-ATX form factor motherboard |
| 9 | * 4 DIMM slots (4GB DDR4-2400 UDIMM shipped by default) |
| 10 | * 1 4xPCIe Gen2 slot and 2 1xPCIe Gen2 slots |
| 11 | (1x slots are connected via PCIe bridge chip) |
| 12 | * 4 USB-3.0 ports |
| 13 | * 2 SATA ports |
| 14 | * 1 GbE network port |
| 15 | * 1 USB-UART serial port (micro USB) |
| 16 | * 64MB SPI NOR Flash |
| 17 | * 8GB eMMC Flash Storage |
| 18 | * 96boards LS connector |
| 19 | |
| 20 | The DeveloperBox schematic can be found here: - |
| 21 | https://www.96boards.org/documentation/enterprise/developerbox/hardware-docs/mzsc2am_v03_20180115_a.pdf |
| 22 | |
| 23 | And the other documents can be found here: - |
| 24 | https://www.96boards.org/documentation/enterprise/developerbox/ |
| 25 | |
| 26 | |
| 27 | Currently, the U-Boot port supports: - |
| 28 | |
| 29 | * USB |
| 30 | * eMMC |
| 31 | * SPI-NOR |
| 32 | * SATA |
| 33 | * GbE |
| 34 | |
| 35 | The DeveloperBox boots the TF-A and EDK2 as a main bootloader by default. |
| 36 | The DeveloperBox U-Boot port will replace the EDK2 and boot from TF-A as |
| 37 | BL33, but no need to combine with it. |
| 38 | |
| 39 | Compile from source |
| 40 | =================== |
| 41 | |
| 42 | You can build U-Boot without any additinal source code.:: |
| 43 | |
| 44 | cd u-boot |
Masahisa Kojima | 1c9f956 | 2023-10-25 15:51:02 +0900 | [diff] [blame] | 45 | git checkout v2023.07 |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 46 | export ARCH=arm64 |
| 47 | export CROSS_COMPILE=aarch64-linux-gnu- |
Masahisa Kojima | 1c9f956 | 2023-10-25 15:51:02 +0900 | [diff] [blame] | 48 | make synquacer_developerbox_defconfig |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 49 | make -j `noproc` |
| 50 | |
| 51 | Then, expand the binary to 1MB for preparing flash.:: |
| 52 | |
| 53 | cp u-boot.bin SPI_NOR_UBOOT.fd |
| 54 | truncate -s 1M SPI_NOR_UBOOT.fd |
| 55 | |
| 56 | Installation |
| 57 | ============ |
| 58 | |
| 59 | You can install the SNI_NOR_UBOOT.fd via NOR flash writer. |
| 60 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 61 | Flashing the U-Boot image on DeveloperBox requires a 96boards UART mezzanine |
| 62 | or other mezzanine which can connect to the LS-UART0 port. |
| 63 | Connect USB cable from host to the LS-UART0 and set DSW2-7 to ON, and turn the |
| 64 | board on again. The flash writer program will be started automatically; |
| 65 | don't forget to turn the DSW2-7 off again after flashing. |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 66 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 67 | *!!CAUTION!! If you write the U-Boot image on wrong address, the board can |
| 68 | be bricked. See below page if you need to recover the bricked board. See |
| 69 | the following page for more details* |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 70 | |
| 71 | https://www.96boards.org/documentation/enterprise/developerbox/installation/board-recovery.md.html |
| 72 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 73 | When the serial flasher is running correctly it will show the following boot |
| 74 | messages printed to the LS-UART0 console:: |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 75 | |
| 76 | |
| 77 | /*------------------------------------------*/ |
| 78 | /* SC2A11 "SynQuacer" series Flash writer */ |
| 79 | /* */ |
| 80 | /* Version: cd254ac */ |
| 81 | /* Build: 12/15/17 11:25:45 */ |
| 82 | /*------------------------------------------*/ |
| 83 | |
| 84 | Command Input > |
| 85 | |
| 86 | Once the flasher tool is running we are ready flash the UEFI image:: |
| 87 | |
| 88 | flash rawwrite 200000 100000 |
| 89 | >> Send SPI_NOR_UBOOT.fd via XMODEM (Control-A S in minicom) << |
| 90 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 91 | *!!NOTE!! The flasher command parameter is different from the command for |
| 92 | board recovery. U-Boot uses the offset 200000 (2-five-0, 2M in hex) and the |
| 93 | size 100000 (1-five-0, 1M in hex).* |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 94 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 95 | After transferring the SPI_NOR_UBOOT.fd, turn off the DSW2-7 and |
| 96 | reset the board. |
Masami Hiramatsu | 5cd4a35 | 2021-06-04 18:45:10 +0900 | [diff] [blame] | 97 | |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 98 | |
| 99 | Enable FWU Multi Bank Update |
| 100 | ============================ |
| 101 | |
| 102 | DeveloperBox supports the FWU Multi Bank Update. You *MUST* update both |
| 103 | *SCP firmware* and *TF-A* for this feature. This will change the layout and |
| 104 | the boot process but you can switch back to the normal one by changing |
| 105 | the DSW 1-4 off. |
| 106 | |
| 107 | Configure U-Boot |
| 108 | ---------------- |
| 109 | |
| 110 | To enable the FWU Multi Bank Update on the DeveloperBox board the |
| 111 | configs/synquacer_developerbox_defconfig enables default FWU configuration :: |
| 112 | |
| 113 | CONFIG_FWU_MULTI_BANK_UPDATE=y |
| 114 | CONFIG_FWU_MDATA=y |
| 115 | CONFIG_FWU_MDATA_MTD=y |
| 116 | CONFIG_FWU_NUM_BANKS=2 |
| 117 | CONFIG_FWU_NUM_IMAGES_PER_BANK=1 |
| 118 | CONFIG_CMD_FWU_METADATA=y |
| 119 | |
| 120 | And build it:: |
| 121 | |
| 122 | cd u-boot/ |
| 123 | export ARCH=arm64 |
| 124 | export CROSS_COMPILE=aarch64-linux-gnu- |
| 125 | make synquacer_developerbox_defconfig |
| 126 | make -j `noproc` |
| 127 | cd ../ |
| 128 | |
| 129 | By default, the CONFIG_FWU_NUM_BANKS and CONFIG_FWU_NUM_IMAGES_PER_BANKS are |
| 130 | set to 2 and 1 respectively. This uses FIP (Firmware Image Package) type image |
| 131 | which contains TF-A, U-Boot and OP-TEE (the OP-TEE is optional). |
| 132 | You can use fiptool to compose the FIP image from those firmware images. |
| 133 | |
| 134 | Rebuild SCP firmware |
| 135 | -------------------- |
| 136 | |
| 137 | Rebuild SCP firmware which supports FWU Multi Bank Update as below:: |
| 138 | |
| 139 | cd SCP-firmware/ |
| 140 | OUT=./build/product/synquacer |
| 141 | ROMFW_FILE=$OUT/scp_romfw/$SCP_BUILD_MODE/bin/scp_romfw.bin |
| 142 | RAMFW_FILE=$OUT/scp_ramfw/$SCP_BUILD_MODE/bin/scp_ramfw.bin |
| 143 | ROMRAMFW_FILE=scp_romramfw_release.bin |
| 144 | |
| 145 | make CC=arm-none-eabi-gcc PRODUCT=synquacer MODE=release |
| 146 | tr "\000" "\377" < /dev/zero | dd of=${ROMRAMFW_FILE} bs=1 count=196608 |
| 147 | dd if=${ROMFW_FILE} of=${ROMRAMFW_FILE} bs=1 conv=notrunc seek=0 |
| 148 | dd if=${RAMFW_FILE} of=${ROMRAMFW_FILE} bs=1 seek=65536 |
| 149 | cd ../ |
| 150 | |
| 151 | And you can get the `scp_romramfw_release.bin` file. |
| 152 | |
| 153 | Rebuild OPTEE firmware |
| 154 | ---------------------- |
| 155 | |
| 156 | Rebuild OPTEE to use in new-layout FIP as below:: |
| 157 | |
| 158 | cd optee_os/ |
| 159 | make -j`nproc` PLATFORM=synquacer ARCH=arm \ |
| 160 | CROSS_COMPILE64=aarch64-linux-gnu- CFG_ARM64_core=y \ |
| 161 | CFG_CRYPTO_WITH_CE=y CFG_CORE_HEAP_SIZE=524288 CFG_CORE_DYN_SHM=y \ |
| 162 | CFG_CORE_ARM64_PA_BITS=48 CFG_TEE_CORE_LOG_LEVEL=1 CFG_TEE_TA_LOG_LEVEL=1 |
| 163 | cp out/arm-plat-synquacer/core/tee-pager_v2.bin ../arm-trusted-firmware/ |
| 164 | |
| 165 | The produced `tee-pager_v2.bin` is to be used while building TF-A next. |
| 166 | |
| 167 | |
| 168 | Rebuild TF-A and FIP |
| 169 | -------------------- |
| 170 | |
| 171 | Rebuild TF-A which supports FWU Multi Bank Update as below:: |
| 172 | |
| 173 | cd arm-trusted-firmware/ |
| 174 | make CROSS_COMPILE=aarch64-linux-gnu- -j`nproc` PLAT=synquacer \ |
| 175 | TRUSTED_BOARD_BOOT=1 SPD=opteed SQ_RESET_TO_BL2=1 GENERATE_COT=1 \ |
| 176 | MBEDTLS_DIR=../mbedtls BL32=tee-pager_v2.bin \ |
| 177 | BL33=../u-boot/u-boot.bin all fip fiptool |
| 178 | |
| 179 | And make a FIP image.:: |
| 180 | |
| 181 | cp build/synquacer/release/fip.bin SPI_NOR_NEWFIP.fd |
| 182 | tools/fiptool/fiptool update --tb-fw build/synquacer/release/bl2.bin SPI_NOR_NEWFIP.fd |
| 183 | |
| 184 | UUIDs for the FWU Multi Bank Update |
| 185 | ----------------------------------- |
| 186 | |
| 187 | FWU multi-bank update requires some UUIDs. The DeveloperBox platform uses |
| 188 | following UUIDs. |
| 189 | |
| 190 | - Location UUID for the FIP image: 17e86d77-41f9-4fd7-87ec-a55df9842de5 |
| 191 | - Image type UUID for the FIP image: 10c36d7d-ca52-b843-b7b9-f9d6c501d108 |
| 192 | - Image UUID for Bank0 : 5a66a702-99fd-4fef-a392-c26e261a2828 |
| 193 | - Image UUID for Bank1 : a8f868a1-6e5c-4757-878d-ce63375ef2c0 |
| 194 | |
| 195 | These UUIDs are used for making a FWU metadata image. |
| 196 | |
| 197 | u-boot$ ./tools/mkfwumdata -i 1 -b 2 \ |
| 198 | 17e86d77-41f9-4fd7-87ec-a55df9842de5,10c36d7d-ca52-b843-b7b9-f9d6c501d108,5a66a702-99fd-4fef-a392-c26e261a2828,a8f868a1-6e5c-4757-878d-ce63375ef2c0 \ |
| 199 | ../devbox-fwu-mdata.img |
| 200 | |
| 201 | Create Accept & Revert capsules |
| 202 | |
| 203 | u-boot$ ./tools/mkeficapsule -A -g 7d6dc310-52ca-43b8-b7b9-f9d6c501d108 NEWFIP_accept.Cap |
| 204 | u-boot$ ./tools/mkeficapsule -R NEWFIP_revert.Cap |
| 205 | |
| 206 | Install via flash writer |
| 207 | ------------------------ |
| 208 | |
| 209 | As explained in above section, the new FIP image and the FWU metadata image |
| 210 | can be installed via NOR flash writer. |
| 211 | |
| 212 | Once the flasher tool is running we are ready to flash the images.:: |
| 213 | Write the FIP image to the Bank-0 & 1 at 6MB and 10MB offset.:: |
| 214 | |
Masahisa Kojima | f50af7e | 2023-10-25 15:51:03 +0900 | [diff] [blame] | 215 | flash rawwrite 600000 400000 |
| 216 | flash rawwrite a00000 400000 |
Jassi Brar | 6b403ca | 2023-05-31 00:29:56 -0500 | [diff] [blame] | 217 | >> Send SPI_NOR_NEWFIP.fd via XMODEM (Control-A S in minicom) << |
| 218 | |
| 219 | flash rawwrite 500000 1000 |
| 220 | flash rawwrite 530000 1000 |
| 221 | >> Send devbox-fwu-mdata.img via XMODEM (Control-A S in minicom) << |
| 222 | |
| 223 | And write the new SCP firmware.:: |
| 224 | |
| 225 | flash write cm3 |
| 226 | >> Send scp_romramfw_release.bin via XMODEM (Control-A S in minicom) << |
| 227 | |
| 228 | At last, turn on the DSW 3-4 on the board, and reboot. |
| 229 | Note that if DSW 3-4 is turned off, the DeveloperBox will boot from |
| 230 | the original EDK2 firmware (or non-FWU U-Boot if you already installed). |