Skip to content

Commit

Permalink
Create EFI capsules from the raw binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-StarLabs committed Oct 9, 2023
1 parent 55770bd commit 72879e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(OUTPUT_DIR):
$(OUTPUT_DIR)/$(version).rom:
mv $(version).rom $@

$(OUTPUT_DIR)/$(version).cap: $(OUTPUT_DIR)/$(version).rom
$(OUTPUT_DIR)/$(version).cap: $(OUTPUT_DIR)-flashom/$(version).rom
./binaries/header.py --guid $(uefi) --bin $< --cap $@

# Standard CAB
Expand Down
6 changes: 3 additions & 3 deletions make/Makefile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ meta_branch = false
meta_guid_1 = $(uefi)
file_type = cap

nsh_tool = AfuEfix64
nsh_switch = $(ami_switch)

else ifeq ($(target),ami-flashrom)
meta_version = 1.7.7
meta_protocol = org.flashrom
Expand All @@ -44,5 +41,8 @@ meta_branch = false
meta_guid_1 = $(coreboot)
file_type = rom

nsh_tool = AfuEfix64
nsh_switch = $(ami_switch)

endif

0 comments on commit 72879e7

Please sign in to comment.