Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dstart16.S19 .section .start16, "ax"
21 .globl start16
22 start16: label
H A Dresetvec.S11 .extern start16
18 jmp start16
H A Du-boot-spl.lds63 .start16 : AT (START_16) {
64 KEEP(*(.start16));
H A Du-boot.lds115 .start16 : AT (START_16) {
116 KEEP(*(.start16));
H A DMakefile14 extra-$(CONFIG_$(SPL_)X86_16BIT_INIT) += resetvec.o start16.o
/openbmc/u-boot/arch/x86/dts/
H A Du-boot.dtsi81 x86-start16-spl {
85 x86-start16 {
/openbmc/u-boot/tools/binman/test/
H A D033_x86-start16.dts10 x86-start16 {
H A D048_x86-start16-spl.dts10 x86-start16-spl {
H A D081_x86-start16-tpl.dts11 x86-start16-tpl {
/openbmc/u-boot/arch/x86/
H A DMakefile11 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/start16.o
/openbmc/u-boot/scripts/
H A DMakefile.spl319 $(if $(CONFIG_SPL_X86_16BIT_INIT),-R .start16 -R .resetvec)
324 OBJCOPYFLAGS_u-boot-x86-16bit-spl.bin := -O binary -j .start16 -j .resetvec
/openbmc/u-boot/tools/binman/
H A DREADME.entries648 Entry: x86-start16: x86 16-bit start-up code for U-Boot
665 Entry: x86-start16-spl: x86 16-bit start-up code for SPL
682 Entry: x86-start16-tpl: x86 16-bit start-up code for TPL
/openbmc/u-boot/
H A DMakefile1361 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec