Searched refs:resetvec (Results 1 – 20 of 20) sorted by relevance
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-spl.lds | 70 /* For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec */ 93 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : { 94 KEEP(*(.resetvec))
|
| H A D | u-boot-nand_spl.lds | 57 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : { 58 KEEP(*(.resetvec))
|
| H A D | resetvec.S | 1 .section .resetvec,"ax"
|
| H A D | u-boot.lds | 98 .resetvec RESET_VECTOR_ADDRESS : 100 KEEP(*(.resetvec))
|
| H A D | Makefile | 17 extra-y = start.o resetvec.o
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | u-boot-spl.lds | 68 .resetvec : AT (RESET_VEC_LOC) { 69 KEEP(*(.resetvec));
|
| H A D | u-boot.lds | 120 .resetvec : AT (RESET_VEC_LOC) { 121 KEEP(*(.resetvec));
|
| H A D | resetvec.S | 13 .section .resetvec, "ax"
|
| H A D | Makefile | 14 extra-$(CONFIG_$(SPL_)X86_16BIT_INIT) += resetvec.o start16.o
|
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 81_powerpc_mpc85xx_bootpg_resetvec.dts | 13 powerpc-mpc85xx-bootpg-resetvec {
|
| /openbmc/qemu/include/hw/riscv/ |
| H A D | riscv_hart.h | 40 uint64_t resetvec; member
|
| H A D | opentitan.h | 50 uint32_t resetvec; member
|
| /openbmc/u-boot/arch/powerpc/ |
| H A D | Makefile | 4 head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o
|
| /openbmc/u-boot/arch/x86/ |
| H A D | Makefile | 12 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
|
| /openbmc/u-boot/arch/powerpc/dts/ |
| H A D | u-boot.dtsi | 27 powerpc-mpc85xx-bootpg-resetvec {
|
| /openbmc/qemu/hw/riscv/ |
| H A D | opentitan.c | 159 object_property_set_int(OBJECT(&s->cpus), "resetvec", s->resetvec, in lowrisc_ibex_soc_realize() 313 DEFINE_PROP_UINT32("resetvec", LowRISCIbexSoCState, resetvec, 0x20000400),
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.spl | 319 $(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 D | README.entries | 255 Entry: powerpc-mpc85xx-bootpg-resetvec: PowerPC mpc85xx bootpg + resetvec code for U-Boot 262 'bootpg + resetvec' code for PowerPC mpc85xx CPUs which needs to be
|
| /openbmc/u-boot/ |
| H A D | Makefile | 1336 OBJCOPYFLAGS_u-boot-br.bin := -O binary -j .bootpg -j .resetvec 1361 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec
|
| H A D | README | 3274 .resetvec is not kept and the section .bootpg is placed in the
|