fs: Add raw_binary rule

Raw binaries are used in bare-metal environments such as early boot of
pVMs (protected virtual machines). Add a new target rule called
'raw_binary' which converts an executable to the raw binary format.

Test: m pvmfw
Change-Id: I701b703a0f12df891b714fe29e320914f167cd04
This commit is contained in:
David Brazdil
2022-04-25 14:48:14 +01:00
parent 958c957696
commit 08f7eadcee
2 changed files with 121 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ bootstrap_go_package {
"bootimg.go",
"filesystem.go",
"logical_partition.go",
"raw_binary.go",
"system_image.go",
"vbmeta.go",
"testing.go",