Lines Matching +full:mode +full:- +full:loader

4 HiKey is the first certified 96Boards Consumer Edition board. The board/SoC has: -
5 * HiSilicon Kirin 6220 eight-core ARM Cortex-A53 64-bit SoC running at 1.2GHz.
6 * ARM Mali 450-MP4 GPU
12 The HiKey schematic can be found here: -
13 https://github.com/96boards/documentation/blob/master/hikey/96Boards-Hikey-Rev-A1.pdf
15 A SoC datasheet can be found here: -
17 Hi6220V100_Multi-Mode_Application_Processor_Function_Description.pdf
19 Currently the u-boot port supports: -
25 The HiKey U-Boot port has been tested with l-loader, booting ATF, which then boots
26 U-Boot as the bl33.bin executable.
33 > mkdir -p ~/hikey/src ~/hikey/bin
36 > git clone https://github.com/96boards/arm-trusted-firmware.git
37 > git clone https://github.com/96boards/l-loader.git
38 > git clone https://github.com/96boards/burn-boot.git
46 …> wget -P ~/hikey/bin https://builds.96boards.org/releases/reference-platform/debian/hikey/16.03/b…
48 Compile U-Boot
51 > cd ~/hikey/src/u-boot
52 > make CROSS_COMPILE=aarch64-linux-gnu- hikey_config
53 > make CROSS_COMPILE=aarch64-linux-gnu-
54 > cp u-boot.bin ~/hikey/bin
59 > cd ~/hikey/src/arm-trusted-firmware
60 > make CROSS_COMPILE=aarch64-linux-gnu- all fip \
62 BL33=~/hikey/bin/u-boot.bin DEBUG=1 PLAT=hikey
68 Compile l-loader
70 > cd ~/hikey/src/l-loader
73 > cp l-loader.bin ~/hikey/bin
81 1. Connect the second jumper on J15 BOOT SEL, to go into recovery mode and flash l-loader.bin with
82 the hisi-idt.py utility.
85 > sudo ~/hikey/src/burn-boot/hisi-idt.py -d /dev/ttyUSB0 --img1=~/hikey/bin/l-loader.bin
101 have ATF, booting u-boot from eMMC. On 'new' boards I've had to do the
108 ATF, U-Boot and Kernel sources): -
114 Switch to aarch64 mode. CPU0 executes at 0xf9801000!
116 INFO: BL1: 0xf9810000 - 0xf9817000 [size = 28672]
120 INFO: BL1: RAM 0xf9810000 - 0xf9817000
134 INFO: File 'bl2.bin' loaded: 0xf9818000 - 0xf9821100
148 INFO: - 0: 0x49
149 INFO: - 1: 0x49
150 INFO: - 2: 0x50
151 INFO: - 3: 0x60
152 INFO: - 4: 0x78
155 INFO: BL2: Loading BL3-0
158 INFO: Skip reserving memory: 0x1000000 - 0x1023270
159 INFO: File 'bl30.bin' loaded: 0x1000000 - 0x1023270
216 INFO: BL2: Loading BL3-1
219 INFO: File 'bl31.bin' loaded: 0xf9858000 - 0xf9861010
220 INFO: BL2: Loading BL3-2
222 WARNING: Failed to access image 'bl32.bin' (-1)
223 WARNING: Failed to load BL3-2 (-1)
224 INFO: BL2: Loading BL3-3
227 INFO: File 'bl33.bin' loaded: 0x35000000 - 0x3504c468
228 NOTICE: BL1: Booting BL3-1
229 INFO: BL1: BL3-1 address = 0xf9858000
230 INFO: BL1: BL3-1 spsr = 0x3cd
231 INFO: BL1: BL3-1 params address = 0xf9821920
232 INFO: BL1: BL3-1 plat params address = 0x0
233 NOTICE: BL3-1: v1.1(debug):e8b7174
234 NOTICE: BL3-1: Built : 19:16:49, Sep 8 2015
235 INFO: BL3-1: Initializing runtime services
236 INFO: BL3-1: Preparing for EL3 exit to normal world
237 INFO: BL3-1: Next image address = 0x35000000
238 INFO: BL3-1: Next image spsr = 0x3c9
240 U-Boot 2015.10-rc2 (Sep 08 2015 - 20:29:33 +0100)hikey