Skip to content

Commit

Permalink
roms/hppa: Add build rules for hppa-firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <deller@gmx.de>
Suggested-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
hdeller committed Mar 3, 2024
1 parent 2536c15 commit 839a88e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ default help:
@echo " opensbi32-generic -- update OpenSBI for 32-bit generic machine"
@echo " opensbi64-generic -- update OpenSBI for 64-bit generic machine"
@echo " qboot -- update qboot"
@echo " hppa-firmware -- update 32- and 64-bit hppa firmware"
@echo " clean -- delete the files generated by the previous" \
"build targets"

Expand Down Expand Up @@ -177,6 +178,11 @@ npcm7xx_bootrom:
$(MAKE) -C vbootrom CROSS_COMPILE=$(arm_cross_prefix)
cp vbootrom/npcm7xx_bootrom.bin ../pc-bios/npcm7xx_bootrom.bin

hppa-firmware:
$(MAKE) -C seabios-hppa parisc
cp seabios-hppa/out/hppa-firmware.img ../pc-bios/
cp seabios-hppa/out-64/hppa-firmware64.img ../pc-bios/

clean:
rm -rf seabios/.config seabios/out seabios/builds
$(MAKE) -C ipxe/src veryclean
Expand All @@ -189,3 +195,4 @@ clean:
$(MAKE) -C opensbi clean
$(MAKE) -C qboot clean
$(MAKE) -C vbootrom clean
$(MAKE) -C seabios-hppa clean

0 comments on commit 839a88e

Please sign in to comment.