-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed kerbbl to mkbbl - Renamed patch_bbl to bbl-patch
- Loading branch information
Showing
4 changed files
with
37 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This is the utils for RISC-V Berkeley Bootloader (BBL). | ||
|
||
- patch_bbl -- this util allows one to patch Berkeley Bootloader (bbl) image file with kernel included to it. | ||
- kerbbl -- this script uses objcopy to strip vmlinux ELF and obtain raw binary of a kernel. Then it will concatenate bbl and raw kernel binary, patch it and out to a new binary file. | ||
- bbl-patch -- this util allows one to patch Berkeley Bootloader (bbl) image file with kernel included to it. | ||
- mkbbl -- this script uses objcopy to strip vmlinux ELF and obtain raw binary of a kernel. Then it will concatenate bbl and raw kernel binary, patch it and out to a new binary file. | ||
|
||
Author: Nikita Ermakov <arei@basealt.ru> <coffe92@gmail.com> | ||
Author: Nikita Ermakov <arei@altlinux.org> <coffe92@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters