Home
last modified time | relevance | path

Searched refs:boot_hart (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/riscv/lib/
H A Dasm-offsets.c16 DEFINE(GD_BOOT_HART, offsetof(gd_t, arch.boot_hart)); in main()
H A Dbootm.c96 kernel(gd->arch.boot_hart, images->ft_addr); in boot_jump_linux()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dglobal_data.h15 long boot_hart; /* boot hart id */ member
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h58 target_long boot_hart; member
/openbmc/u-boot/drivers/cpu/
H A Driscv_cpu.c84 if (plat->cpu_id == gd->arch.boot_hart && plat->timebase_freq) { in riscv_cpu_bind()
/openbmc/qemu/hw/riscv/
H A Dboot.c363 dinfo.boot_hart = 0; in riscv_rom_copy_firmware_info()