Home
last modified time | relevance | path

Searched refs:start16 (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/arch/x86/cpu/
Dstart16.S17 .section .start16, "ax"
19 .globl start16 symbol
20 start16: label
Dresetvec.S11 .extern start16
18 jmp start16
Du-boot-spl.lds69 .start16 : AT (START_16) {
70 KEEP(*(.start16));
Du-boot.lds115 .start16 : AT (START_16) {
116 KEEP(*(.start16));
DMakefile27 extra-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += resetvec.o start16.o
/external/u-boot/scripts/
DMakefile.spl237 ALL-$(CONFIG_TPL_X86_16BIT_INIT) += $(obj)/u-boot-x86-start16-tpl.bin \
240 ALL-$(CONFIG_SPL_X86_16BIT_INIT) += $(obj)/u-boot-x86-start16-spl.bin \
342 $(if $(CONFIG_$(SPL_TPL_)X86_16BIT_INIT),-R .start16 -R .resetvec)
347 OBJCOPYFLAGS_u-boot-x86-start16-spl.bin := -O binary -j .start16
348 $(obj)/u-boot-x86-start16-spl.bin: $(obj)/u-boot-spl FORCE
351 OBJCOPYFLAGS_u-boot-x86-start16-tpl.bin := -O binary -j .start16
352 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE
/external/u-boot/arch/x86/dts/
Du-boot.dtsi120 x86-start16-tpl {
127 x86-start16-spl {
134 x86-start16 {
/external/u-boot/tools/binman/test/
D033_x86_start16.dts10 x86-start16 {
D048_x86_start16_spl.dts10 x86-start16-spl {
D081_x86_start16_tpl.dts11 x86-start16-tpl {
/external/u-boot/arch/x86/
DMakefile23 head-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
/external/u-boot/tools/binman/
DREADME.entries1019 for jumping to the x86-start16 code, which continues execution.
1035 for jumping to the x86-start16 code, which continues execution.
1051 for jumping to the x86-start16 code, which continues execution.
1057 Entry: x86-start16: x86 16-bit start-up code for U-Boot
1061 - filename: Filename of u-boot-x86-start16.bin (default
1062 'u-boot-x86-start16.bin')
1075 Entry: x86-start16-spl: x86 16-bit start-up code for SPL
1079 - filename: Filename of spl/u-boot-x86-start16-spl.bin (default
1080 'spl/u-boot-x86-start16-spl.bin')
1089 For 32-bit U-Boot, the 'x86-start16' entry type is used instead.
[all …]
/external/u-boot/
DMakefile1511 u-boot.rom: u-boot-x86-start16.bin u-boot-x86-reset16.bin u-boot.bin \
1517 OBJCOPYFLAGS_u-boot-x86-start16.bin := -O binary -j .start16
1518 u-boot-x86-start16.bin: u-boot FORCE