Searched refs:start16 (Results 1 – 13 of 13) sorted by relevance
17 .section .start16, "ax"19 .globl start16 symbol20 start16: label
11 .extern start1618 jmp start16
69 .start16 : AT (START_16) {70 KEEP(*(.start16));
115 .start16 : AT (START_16) {116 KEEP(*(.start16));
27 extra-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += resetvec.o start16.o
237 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 .start16348 $(obj)/u-boot-x86-start16-spl.bin: $(obj)/u-boot-spl FORCE351 OBJCOPYFLAGS_u-boot-x86-start16-tpl.bin := -O binary -j .start16352 $(obj)/u-boot-x86-start16-tpl.bin: $(obj)/u-boot-tpl FORCE
120 x86-start16-tpl {127 x86-start16-spl {134 x86-start16 {
10 x86-start16 {
10 x86-start16-spl {
11 x86-start16-tpl {
23 head-$(CONFIG_$(SPL_TPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
1019 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-Boot1061 - filename: Filename of u-boot-x86-start16.bin (default1062 'u-boot-x86-start16.bin')1075 Entry: x86-start16-spl: x86 16-bit start-up code for SPL1079 - filename: Filename of spl/u-boot-x86-start16-spl.bin (default1080 'spl/u-boot-x86-start16-spl.bin')1089 For 32-bit U-Boot, the 'x86-start16' entry type is used instead.[all …]
1511 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 .start161518 u-boot-x86-start16.bin: u-boot FORCE