Lines Matching refs:loader
33 U-boot has a *strong* dependency with the l-loader and the arm trusted firmware
37 l-loader --> arm_trusted_firmware --> u-boot
44 - https://github.com/Linaro/poplar-l-loader.git
50 l-loader: use external memory region definitions
68 images and FIP into a new file. The "l-loader" image uses knowledge
90 > git clone https://github.com/Linaro/poplar-l-loader.git l-loader
117 > cp build/hi3798cv200/debug/bl1.bin ~/poplar/src/l-loader/atf/
118 > cp build/hi3798cv200/debug/fip.bin ~/poplar/src/l-loader/atf/
120 Compile l-loader:
123 > cd ~/poplar/src/l-loader
127 Due to BootROM requiremets, rename l-loader.bin to fastboot.bin:
128 > cp l-loader.bin ~/poplar/bin/fastboot.bin