Home
last modified time | relevance | path

Searched refs:resetvec (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-spl.lds70 /* For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec */
93 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
94 KEEP(*(.resetvec))
H A Du-boot-nand_spl.lds57 .resetvec ADDR(.text) + RESET_VECTOR_OFFSET : {
58 KEEP(*(.resetvec))
H A Du-boot.lds98 .resetvec RESET_VECTOR_ADDRESS :
100 KEEP(*(.resetvec))
H A Dresetvec.S1 .section .resetvec,"ax"
H A DMakefile17 extra-y = start.o resetvec.o
/openbmc/qemu/target/rx/
H A Dcpu.c78 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 Du-boot-spl.lds68 .resetvec : AT (RESET_VEC_LOC) {
69 KEEP(*(.resetvec));
H A Du-boot.lds120 .resetvec : AT (RESET_VEC_LOC) {
121 KEEP(*(.resetvec));
H A Dresetvec.S13 .section .resetvec, "ax"
H A DMakefile14 extra-$(CONFIG_$(SPL_)X86_16BIT_INIT) += resetvec.o start16.o
/openbmc/qemu/hw/riscv/
H A Driscv_hart.c34 DEFINE_PROP_UINT64("resetvec", RISCVHartArrayState, resetvec,
49 qdev_prop_set_uint64(DEVICE(&s->harts[idx]), "resetvec", s->resetvec); in riscv_hart_realize()
H A Dopentitan.c156 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 D81_powerpc_mpc85xx_bootpg_resetvec.dts13 powerpc-mpc85xx-bootpg-resetvec {
/openbmc/qemu/include/hw/riscv/
H A Driscv_hart.h40 uint64_t resetvec; member
H A Dopentitan.h50 uint32_t resetvec; member
/openbmc/u-boot/arch/powerpc/
H A DMakefile4 head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o
/openbmc/u-boot/arch/x86/
H A DMakefile12 head-$(CONFIG_$(SPL_)X86_16BIT_INIT) += arch/x86/cpu/resetvec.o
/openbmc/u-boot/arch/powerpc/dts/
H A Du-boot.dtsi27 powerpc-mpc85xx-bootpg-resetvec {
/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/qemu/target/riscv/
H A Dmachine.c413 VMSTATE_UINT64(env.resetvec, RISCVCPU),
H A Dcpu.h259 uint64_t resetvec; member
H A Dcpu.c965 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 DREADME.entries255 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 DMakefile1336 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 DREADME3274 .resetvec is not kept and the section .bootpg is placed in the

12