Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 25 of 40) sorted by relevance

12

/u-boot/arch/arm/mach-rockchip/
A DMakefile12 obj-tpl-$(CONFIG_ROCKCHIP_BROM_HELPER) += bootrom.o
13 obj-tpl-$(CONFIG_TPL_ROCKCHIP_COMMON_BOARD) += tpl.o
14 obj-tpl-$(CONFIG_ROCKCHIP_PX30) += px30-board-tpl.o
52 obj-$(CONFIG_TPL_BUILD) += $(obj-tpl-y)
/u-boot/tools/binman/test/
A D078_u_boot_tpl.dts6 u-boot-tpl {
8 u-boot-tpl-dtb {
A D149_symbols_tpl.dts23 u-boot-tpl {
24 type = "u-boot-tpl";
A D093_x86_tpl_ucode.dts11 u-boot-tpl-with-ucode-ptr {
14 u-boot-tpl-dtb-with-ucode {
A D155_symbols_tpl_x86.dts26 u-boot-tpl {
27 type = "u-boot-tpl";
A D146_x86_reset16_tpl.dts10 x86-reset16-tpl {
A D081_x86_start16_tpl.dts11 x86-start16-tpl {
A D096_elf.dts13 u-boot-tpl-elf {
A D082_fdt_update_all.dts15 u-boot-tpl-dtb {
A D134_fdt_update_all_repack.dts18 u-boot-tpl-dtb {
A D112_x86_rom_ifwi_nodesc.dts21 u-boot-tpl {
A D111_x86_rom_ifwi.dts22 u-boot-tpl {
A D151_x86_rom_ifwi_section.dts26 u-boot-tpl {
/u-boot/arch/x86/dts/
A Du-boot.dtsi34 u-boot-tpl-with-ucode-ptr {
37 u-boot-tpl-dtb {
124 u-boot-tpl {
126 x86-start16-tpl {
129 x86-reset16-tpl {
169 x86-start16-tpl {
172 x86-reset16-tpl {
/u-boot/doc/
A DREADME.TPL26 directory spl/tpl. The final binaries which are generated are
27 u-boot-{spl|tpl}, u-boot-{spl|tpl}.bin and u-boot-{spl|tpl}.map.
37 TPL use a small device tree (u-boot-tpl.dtb), containing only the nodes with
38 the pre-relocation properties: 'u-boot,dm-pre-reloc' and 'u-boot,dm-tpl'
A DREADME.chromium64 $UB/tpl/u-boot-tpl -d $UB/u-boot.dtb.out \
88 gdb --args $UB/tpl/u-boot-tpl -d ....
/u-boot/scripts/
A DMakefile.autoconf18 __all: tpl/include/autoconf.mk
83 tpl/u-boot.cfg: include/config.h FORCE
94 tpl/include/autoconf.mk: tpl/u-boot.cfg
A DMakefile.spl33 SPL_BIN := u-boot-tpl
34 SPL_NAME := tpl
57 ifeq ($(obj)$(CONFIG_SUPPORT_TPL),tpl)
247 INPUTS-$(CONFIG_TPL_X86_16BIT_INIT) += $(obj)/u-boot-x86-start16-tpl.bin \
248 $(obj)/u-boot-x86-reset16-tpl.bin
361 OBJCOPYFLAGS_u-boot-x86-start16-tpl.bin := -O binary -j .start16
362 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE
369 OBJCOPYFLAGS_u-boot-x86-reset16-tpl.bin := -O binary -j .resetvec
370 $(obj)/u-boot-x86-reset16-tpl.bin: $(obj)/u-boot-tpl FORCE
/u-boot/board/rockchip/evb_rk3229/
A DREADME29 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step.
49 > tools/mkimage -n rk322x -T rksd -d tpl/u-boot-spl.bin idbloader.img
/u-boot/arch/arm/mach-rockchip/rk3328/
A DKconfig31 default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
/u-boot/
A DMakefile601 u-boot.cfg spl/u-boot.cfg tpl/u-boot.cfg:
910 INPUTS-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
958 $(if $(CONFIG_TPL_X86_16BIT_INIT),tpl/u-boot-tpl.bin)
1424 tpl/u-boot-tpl-rockchip.bin: tpl/u-boot-tpl.bin FORCE
1426 idbloader.img: tpl/u-boot-tpl-rockchip.bin spl/u-boot-spl.bin FORCE
1464 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \
1466 tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
1900 tpl/u-boot-tpl.bin: tools prepare \
1902 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
1979 $(foreach d, spl tpl, $(patsubst %,$d/%, \
[all …]
A D.gitignore58 /tpl/
/u-boot/configs/
A Devb-px5_defconfig7 CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
A Devb-rk3229_defconfig9 CONFIG_TPL_LDSCRIPT="arch/arm/mach-rockchip/u-boot-tpl.lds"
/u-boot/tools/binman/
A DREADME.entries1023 Entry: u-boot-tpl: U-Boot TPL binary
1027 - filename: Filename of u-boot-tpl.bin (default 'tpl/u-boot-tpl.bin')
1042 The ELF file 'tpl/u-boot-tpl' must also be available for this to work, since
1047 Entry: u-boot-tpl-dtb: U-Boot TPL device tree
1051 - filename: Filename of u-boot.dtb (default 'tpl/u-boot-tpl.dtb')
1069 Entry: u-boot-tpl-elf: U-Boot TPL ELF image
1073 - filename: Filename of TPL u-boot (default 'tpl/u-boot-tpl')
1209 Entry: x86-reset16-tpl: x86 16-bit reset code for U-Boot
1261 Entry: x86-start16-tpl: x86 16-bit start-up code for TPL
1265 - filename: Filename of tpl/u-boot-x86-start16-tpl.bin (default
[all …]

Completed in 35 milliseconds

12