Searched refs:bootloader (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/riscv/bare_metal/
H A Dsystem.cc37 bootloader(createObjectFile(p->bootloader))
39 if (bootloader == NULL) {
40 fatal("Could not load bootloader file %s", p->bootloader);
43 _resetVect = bootloader->entryPoint();
48 delete bootloader;
58 if (!bootloader->loadSections(physProxy)) {
H A Dsystem.hh40 ObjectFile* bootloader; member in class:BareMetalRiscvSystem
/gem5/src/arch/riscv/
H A DRiscvSystem.py48 bootloader = Param.String("File, that contains the bootloader code") variable in class:BareMetalRiscvSystem

Completed in 4 milliseconds