mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-hw: RISC-V BBL
The Berkley Boot Loader handles kernel loading and machine mode
This commit is contained in:
committed by
Christian Helmuth
parent
4cbfed11ee
commit
6c95eb9aff
6
tool/run/image/bbl
Normal file
6
tool/run/image/bbl
Normal file
@@ -0,0 +1,6 @@
|
||||
proc run_image {elf_img} {
|
||||
puts "using '$elf_img' as bbl image"
|
||||
|
||||
exec rm -f bbl/image.o
|
||||
exec make IMAGE_ELF=[pwd]/$elf_img bbl
|
||||
}
|
||||
Reference in New Issue
Block a user