File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ default help:
68
68
@echo " u-boot.sam460 -- update u-boot.sam460"
69
69
@echo " npcm7xx_bootrom -- update vbootrom for npcm7xx"
70
70
@echo " npcm8xx_bootrom -- update vbootrom for npcm8xx"
71
+ @echo " ast27x0_bootrom -- update vbootrom for ast27x0"
71
72
@echo " efi -- update UEFI (edk2) platform firmware"
72
73
@echo " opensbi32-generic -- update OpenSBI for 32-bit generic machine"
73
74
@echo " opensbi64-generic -- update OpenSBI for 64-bit generic machine"
@@ -200,6 +201,10 @@ npcm8xx_bootrom:
200
201
$(MAKE ) -C vbootrom/npcm8xx CROSS_COMPILE=$(aarch64_cross_prefix )
201
202
cp vbootrom/npcm8xx/npcm8xx_bootrom.bin ../pc-bios/npcm8xx_bootrom.bin
202
203
204
+ ast27x0_bootrom :
205
+ $(MAKE ) -C vbootrom/ast27x0 CROSS_COMPILE=$(aarch64_cross_prefix )
206
+ cp vbootrom/ast27x0/ast27x0_bootrom.bin ../pc-bios/ast27x0_bootrom.bin
207
+
203
208
hppa-firmware :
204
209
$(MAKE ) -C seabios-hppa parisc
205
210
cp seabios-hppa/out/hppa-firmware.img ../pc-bios/
You can’t perform that action at this time.
0 commit comments