| /u-boot/doc/device-tree-bindings/ |
| A D | bootmeth.txt | 1 U-Boot standard boot methods (bootmeth) 4 This provides methods (called bootmeths) for locating bootflows on a boot 10 "u-boot,extlinux" - distro boot from a block device 11 "u-boot,extlinux-pxe" - distro boot from a network device 12 "u-boot,distro-efi" - EFI boot from an .efi file 13 "u-boot,efi-bootmgr" - EFI boot using boot manager (bootmgr) 19 compatible = "u-boot,boot-std"; 21 filename-prefixes = "/", "/boot/"; 25 compatible = "u-boot,extlinux"; 29 compatible = "u-boot,distro-efi";
|
| A D | bootstd.txt | 1 U-Boot standard boot device (bootstd) 4 This is the controlling device for U-Boot standard boot, providing a way to 5 boot operating systems in a way that can be controlled by distros. 9 compatible: "u-boot,boot-std" 24 compatible = "u-boot,boot-std"; 26 filename-prefixes = "/", "/boot/"; 30 compatible = "u-boot,extlinux"; 34 compatible = "u-boot,distro-efi";
|
| /u-boot/arch/arm/mach-imx/ |
| A D | Makefile | 134 u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log 136 u-boot.imx: u-boot.bin u-boot.cfgout $(PLUGIN).bin FORCE 142 u-boot-nand.imx: u-boot.imx FORCE 150 u-boot-dtb.imx: u-boot-fit-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE 159 u-boot-dtb.imx: u-boot-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE 178 spl/u-boot-spl-ddr.bin: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE 191 u-boot.cnt: MKIMAGEOUTPUT = u-boot.cnt.log 194 u-boot.cnt: u-boot.bin container.cfg FORCE 223 u-boot.uim: u-boot.bin FORCE 235 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim)… [all …]
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | config_secure.mk | 48 u-boot-spl_HS_X-LOADER: $(obj)/u-boot-spl.bin FORCE 54 u-boot-spl_HS_MLO: $(obj)/u-boot-spl.bin FORCE 61 u-boot-spl_HS_2ND: $(obj)/u-boot-spl.bin FORCE 65 u-boot-spl_HS_ULO: $(obj)/u-boot-spl.bin FORCE 71 u-boot-spl_HS_ISSW: $(obj)/u-boot-spl.bin FORCE 80 u-boot-spl_HS_SPI_X-LOADER: $(obj)/u-boot-spl.bin FORCE 87 u-boot_HS_MLO: $(obj)/u-boot.bin 96 u-boot_HS_XIP_X-LOADER: $(obj)/u-boot.bin FORCE 115 u-boot-nodtb_HS.bin: u-boot-nodtb.bin FORCE 118 u-boot_HS.img: u-boot-nodtb_HS.bin u-boot.img $(patsubst %.dtb,%.dtb_HS,$(OF_LIST_TARGETS)) FORCE [all …]
|
| A D | config.mk | 21 INPUTS-y += u-boot-spl_HS_MLO 22 INPUTS-y += u-boot-spl_HS_ULO 23 INPUTS-y += u-boot-spl_HS_X-LOADER 33 INPUTS-y += u-boot-spl_HS_SPI_X-LOADER 34 INPUTS-y += u-boot-spl_HS_ISSW 50 INPUTS-y += u-boot-spl_HS_SPI_X-LOADER 51 INPUTS-y += u-boot-spl_HS_X-LOADER 52 INPUTS-y += u-boot-spl_HS_MLO 53 INPUTS-y += u-boot-spl_HS_2ND 66 INPUTS-y += u-boot.img
|
| /u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| A D | Makefile | 56 spl/u-boot-spl.ivt: spl/u-boot-spl.bin 61 u-boot.ivt: u-boot.bin 66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.… 69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf 75 MKIMAGEFLAGS_u-boot.sb = -n $< -T mxsimage 76 u-boot.sb: $(src)/$(MKIMAGE_TARGET-y) u-boot.bin spl/u-boot-spl.bin FORCE 79 MKIMAGEFLAGS_u-boot-signed.sb = -n $< -T mxsimage 80 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…
|
| /u-boot/tools/binman/test/ |
| A D | 009_pack_extra.dts | 8 u-boot { 14 u-boot-align-size-nop { 15 type = "u-boot"; 19 u-boot-align-size { 20 type = "u-boot"; 25 u-boot-align-end { 26 type = "u-boot"; 30 u-boot-align-both { 31 type = "u-boot"; 36 u-boot-min-size { [all …]
|
| A D | 008_pack.dts | 8 u-boot { 11 u-boot-align { 12 type = "u-boot"; 16 u-boot-size { 17 type = "u-boot"; 21 u-boot-next { 22 type = "u-boot"; 25 u-boot-fixed { 26 type = "u-boot";
|
| A D | 196_symbols_nodtb.dts | 10 u-boot-spl-nodtb { 12 u-boot-spl-dtb { 15 u-boot { 19 u-boot-spl2 { 20 type = "u-boot-spl-nodtb"; 22 u-boot-spl-dtb2 { 23 type = "u-boot-spl-dtb";
|
| A D | 200_align_default.dts | 11 u-boot { 14 u-boot-align { 15 type = "u-boot"; 20 u-boot { 23 u-boot-nodtb { 27 u-boot-nodtb {
|
| /u-boot/ |
| A D | Makefile | 617 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg: 1435 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \ 1462 u-boot.dis: u-boot 1545 u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE 1548 u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin 1550 u-boot.sb: u-boot.bin spl/u-boot-spl.bin 1591 u-boot-dtb.bin: u-boot-nodtb.bin u-boot.dtb u-boot-br.bin FORCE 1638 u-boot-img.bin: spl/u-boot-spl.bin u-boot.img FORCE 1668 u-boot.elf: u-boot.bin u-boot-elf.lds 1759 u-boot: $(u-boot-init) $(u-boot-main) $(u-boot-keep-syms-lto) u-boot.lds FORCE [all …]
|
| /u-boot/arch/arm/mach-uniphier/boot-device/ |
| A D | Makefile | 3 obj-y += boot-device.o 5 obj-$(CONFIG_ARCH_UNIPHIER_LD4) += boot-device-ld4.o 6 obj-$(CONFIG_ARCH_UNIPHIER_PRO4) += boot-device-ld4.o 7 obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += boot-device-ld4.o 8 obj-$(CONFIG_ARCH_UNIPHIER_PRO5) += boot-device-pro5.o 9 obj-$(CONFIG_ARCH_UNIPHIER_PXS2) += boot-device-pxs2.o 10 obj-$(CONFIG_ARCH_UNIPHIER_LD6B) += boot-device-pxs2.o 11 obj-$(CONFIG_ARCH_UNIPHIER_LD11) += boot-device-ld11.o 12 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += boot-device-ld11.o 13 obj-$(CONFIG_ARCH_UNIPHIER_PXS3) += boot-device-pxs3.o
|
| /u-boot/doc/develop/ |
| A D | release_cycle.rst | 93 <https://source.denx.de/u-boot/gitdm>`_, which was originally created by 96 * :doc:`statistics/u-boot-stats-v2023.07` which was released on 10 July 2023. 104 * :doc:`statistics/u-boot-stats-v2022.07` which was released on 11 July 2022. 112 * :doc:`statistics/u-boot-stats-v2021.07` which was released on 05 July 2021. 120 * :doc:`statistics/u-boot-stats-v2020.07` which was released on 06 July 2020. 128 * :doc:`statistics/u-boot-stats-v2019.07` which was released on 08 July 2019. 138 * :doc:`statistics/u-boot-stats-v2018.07` which was released on 19 July 2018. 140 * :doc:`statistics/u-boot-stats-v2018.05` which was released on 07 May 2018. 152 * :doc:`statistics/u-boot-stats-v2017.05` which was released on 08 May 2017. 164 * :doc:`statistics/u-boot-stats-v2016.05` which was released on 16 May 2016. [all …]
|
| /u-boot/scripts/ |
| A D | Makefile.spl | 190 -include $(srctree)/include/u-boot/u-boot.lds.h \ 231 $(obj)/boot.bin: $(obj)/u-boot-spl.bin FORCE 394 $(obj)/u-boot-x86-start16-spl.bin: $(obj)/u-boot-spl FORCE 398 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE 402 $(obj)/u-boot-x86-reset16-spl.bin: $(obj)/u-boot-spl FORCE 406 $(obj)/u-boot-x86-reset16-tpl.bin: $(obj)/u-boot-tpl FORCE 460 $(obj)/u-boot-spl-mtk.bin: $(obj)/u-boot-spl.bin FORCE 483 $(u-boot-spl-keep-syms-lto_c): $(u-boot-spl-main) $(u-boot-spl-platdata) 525 $(u-boot-spl-main) $(u-boot-spl-keep-syms-lto) \ 529 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ; [all …]
|
| /u-boot/board/synopsys/hsdk/ |
| A D | config.mk | 10 bsp-generate: u-boot u-boot.bin 12 --arc-id 0x52 --image $(srctree)/u-boot.bin \ 13 --elf $(srctree)/u-boot 15 -d $(srctree)/u-boot-update.txt \ 16 $(srctree)/u-boot-update.scr &> /dev/null 24 bsp-generate: u-boot u-boot.bin 26 --arc-id 0x54 --image $(srctree)/u-boot.bin \ 27 --elf $(srctree)/u-boot 29 -d $(srctree)/u-boot-update.txt \ 30 $(srctree)/u-boot-update.scr &> /dev/null
|
| /u-boot/arch/arm/dts/ |
| A D | tegra-u-boot.dtsi | 13 filename = "u-boot-tegra.bin"; 15 u-boot-spl { 17 u-boot { 24 filename = "u-boot-dtb-tegra.bin"; 26 u-boot-spl { 28 u-boot { 34 filename = "u-boot-nodtb-tegra.bin"; 36 u-boot-spl { 38 u-boot-nodtb {
|
| /u-boot/lib/efi/ |
| A D | efi.c | 41 return global_priv->boot; in efi_get_boot() 96 struct efi_boot_services *boot = sys_table->boottime; in efi_init() local 102 priv->boot = sys_table->boottime; in efi_init() 124 struct efi_boot_services *boot = priv->boot; in efi_malloc() local 127 *retp = boot->allocate_pool(priv->image_data_type, size, &buf); in efi_malloc() 134 struct efi_boot_services *boot = priv->boot; in efi_free() local 136 boot->free_pool(ptr); in efi_free() 141 struct efi_boot_services *boot = priv->sys_table->boottime; in efi_store_memory_map() local 147 ret = boot->get_memory_map(&size, NULL, &priv->memmap_key, in efi_store_memory_map() 190 const struct efi_boot_services *boot = priv->boot; in efi_call_exit_boot_services() local [all …]
|
| /u-boot/arch/mips/dts/ |
| A D | mt7621-u-boot.dtsi | 49 u-boot-spl-ddr { 52 filename = "u-boot-spl-ddr.bin"; 55 u-boot-spl { 57 filename = "u-boot-spl.bin"; 67 filename = "u-boot-spl-ddr.img"; 88 filename = "u-boot-mt7621.bin"; 92 u-boot-tpl { 94 filename = "u-boot-tpl.bin"; 102 filename = "u-boot-spl-ddr.img"; 106 u-boot { [all …]
|
| /u-boot/doc/board/ste/ |
| A D | stemmy.rst | 13 | Samsung Galaxy Ace 2 | GT-I8160 | codina | ``u-boot.bin`` | 15 | Samsung Galaxy Amp | SGH-I407 | kyle | ``u-boot.img`` | 39 This will build ``u-boot.bin`` in the configured output directory. 42 has to be packed into an Android boot image. Devices with ``u-boot.bin`` boot 43 the raw U-Boot binary from the boot partition. You can build the Android boot 47 --kernel=u-boot.bin \ 52 --output=u-boot.img 58 the Android boot partition:: 60 $ heimdall flash --Kernel u-boot.(bin|img) 65 $ heimdall flash --Kernel2 u-boot.(bin|img) [all …]
|
| /u-boot/doc/board/qualcomm/ |
| A D | sdm845.rst | 15 The current boot flow support loading u-boot as an Android boot image via 34 Pack android boot image 50 - Build u-boot:: 75 - gzip u-boot:: 77 gzip u-boot.bin 81 cat u-boot.bin.gz "$mock_dtb" > u-boot.bin.gz-dtb 90 -o boot.img 104 - Build u-boot:: 132 - gzip u-boot:: 134 gzip u-boot.bin [all …]
|
| /u-boot/doc/ |
| A D | README.ti-secure | 63 either u-boot-spl.bin or u-boot.bin). 69 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash 71 u-boot-spl_HS_MLO - boot image for SD/MMC/eMMC media 72 u-boot-spl_HS_2ND - boot image for USB, UART and Ethernet 95 either u-boot-spl.bin or u-boot.bin). 103 u-boot-spl_HS_ISSW - boot image for all other boot media 128 u-boot-spl_HS_MLO - boot image for SD/MMC/eMMC. This image is 133 u-boot-spl_HS_ULO - boot image for USB/UART peripheral boot modes 134 u-boot-spl_HS_X-LOADER - boot image for all other flash memories 157 boot from all media. Secure boot from SPI NOR flash is not [all …]
|
| A D | README.pblimage | 11 Building PBL Boot Image and boot steps 15 The default Image is u-boot.pbl. 18 To build the eSPI boot image: 22 To build the SD boot image: 26 To build the NAND boot image: 36 for ex in u-boot: 37 =>tftp 100000 u-boot.pbl 45 for ex in u-boot: 46 =>tftp 100000 u-boot.pbl 53 for ex in u-boot: [all …]
|
| /u-boot/board/rockchip/evb_rk3229/ |
| A D | README | 6 > git clone git://git.denx.de/u-boot.git 18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin 23 > cd ../u-boot 27 > make u-boot.itb 29 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 48 > cd ../u-boot 50 > cat spl/u-boot-spl.bin >> idbloader.img 59 > rkdeveloptool wl 64 u-boot/idbloader.img 60 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb 65 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64 [all …]
|
| /u-boot/board/synopsys/axs10x/ |
| A D | config.mk | 11 bsp-generate: u-boot u-boot.bin 17 --image $(srctree)/u-boot.bin \ 18 --elf $(srctree)/u-boot 24 --image $(srctree)/u-boot.bin \ 25 --elf $(srctree)/u-boot 28 -d $(srctree)/u-boot-update.txt \ 29 $(srctree)/u-boot-update.img &> /dev/null
|
| /u-boot/arch/x86/dts/ |
| A D | u-boot.dtsi | 19 filename = "u-boot.rom"; 37 u-boot-tpl-dtb { 40 u-boot-spl { 41 type = "u-boot-spl"; 44 u-boot { 54 u-boot { 60 u-boot-with-ucode-ptr { 64 u-boot-nodtb { 72 u-boot-ucode { 76 u-boot-dtb { [all …]
|