Searched refs:riscv64 (Results 1 – 7 of 7) sorted by relevance
/bootable/libbootloader/gbl/efi/ |
D | BUILD | 33 "src/riscv64.rs", 37 "@gbl//toolchain:gbl_rust_elf_riscv64": "@gbl//efi/arch/riscv64:riscv64_efi.lds", 62 "@gbl//toolchain:gbl_rust_elf_riscv64": ["@gbl//efi/arch/riscv64:efi_arch_deps_riscv64"], 113 name = "riscv64", 122 ":riscv64",
|
/bootable/libbootloader/gbl/ |
D | README.md | 19 and `riscv64` platforms. 90 For `riscv64`: 94 qemu-system-riscv64 -nographic -machine virt -m 256M \ 95 -bios /usr/lib/u-boot/qemu-riscv64/u-boot.bin \
|
/bootable/libbootloader/gbl/libboot/src/ |
D | lib.rs | 33 pub mod riscv64; module
|
/bootable/libbootloader/gbl/toolchain/ |
D | BUILD | 77 "@platforms//cpu:riscv64", 227 # riscv64 ELF targets 231 target_cpu = "riscv64", 232 target_system_triple = "riscv64-unknown-linux", 413 # riscv64 PIE ELF toolchain 449 "arch": "riscv64", 460 "llvm-target": "riscv64-unknown-linux",
|
/bootable/libbootloader/gbl/efi/src/ |
D | main.rs | 38 mod riscv64; module
|
D | android_boot.rs | 421 unsafe { boot::riscv64::jump_linux(kernel, boot_hart_id, fdt) }; in android_boot_demo()
|
/bootable/libbootloader/gbl/libefi/ |
D | BUILD | 56 # default. For riscv64 which we use ELF compiler, the efiapi calling convention is the same as C
|