Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/
Dstart16.S19 .section .start16, "ax"
21 .globl start16 symbol
22 start16: label
Dresetvec.S11 .extern start16
18 jmp start16
Du-boot-spl.lds63 .start16 : AT (START_16) {
64 KEEP(*(.start16));
Du-boot.lds111 .start16 : AT (START_16) {
112 KEEP(*(.start16));
DMakefile14 extra-$(CONFIG_$(SPL_)X86_16BIT_INIT) += resetvec.o start16.o
/external/u-boot/arch/x86/dts/
Du-boot.dtsi81 x86-start16-spl {
85 x86-start16 {
/external/u-boot/tools/binman/test/
D33_x86-start16.dts10 x86-start16 {
D48_x86-start16-spl.dts10 x86-start16-spl {
/external/u-boot/arch/x86/
DMakefile11 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
/external/u-boot/scripts/
DMakefile.spl292 $(if $(CONFIG_SPL_X86_16BIT_INIT),-R .start16 -R .resetvec)
297 OBJCOPYFLAGS_u-boot-x86-16bit-spl.bin := -O binary -j .start16 -j .resetvec
/external/u-boot/
DMakefile1225 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec