/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 | u-boot.lds | 98 .resetvec RESET_VECTOR_ADDRESS : 100 KEEP(*(.resetvec))
|
H A D | resetvec.S | 1 .section .resetvec,"ax"
|
H A D | Makefile | 17 extra-y = start.o resetvec.o
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 78 uint32_t *resetvec; in rx_cpu_reset_hold() local 86 resetvec = rom_ptr(0xfffffffc, 4); in rx_cpu_reset_hold() 87 if (resetvec) { in rx_cpu_reset_hold() 89 env->pc = ldl_p(resetvec); in rx_cpu_reset_hold()
|
/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/qemu/hw/riscv/ |
H A D | riscv_hart.c | 34 DEFINE_PROP_UINT64("resetvec", RISCVHartArrayState, resetvec, 49 qdev_prop_set_uint64(DEVICE(&s->harts[idx]), "resetvec", s->resetvec); in riscv_hart_realize()
|
H A D | opentitan.c | 156 object_property_set_int(OBJECT(&s->cpus), "resetvec", s->resetvec, in lowrisc_ibex_soc_realize() 310 DEFINE_PROP_UINT32("resetvec", LowRISCIbexSoCState, resetvec, 0x20000400),
|
/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/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/qemu/target/riscv/ |
H A D | machine.c | 413 VMSTATE_UINT64(env.resetvec, RISCVCPU),
|
H A D | cpu.h | 259 uint64_t resetvec; member
|
H A D | cpu.c | 965 env->pc = env->resetvec; in riscv_cpu_reset_hold() 2686 DEFINE_PROP_UINT64("resetvec", RISCVCPU, env.resetvec, DEFAULT_RSTVEC),
|
/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
|