mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add sysutils/u-boot-qemu-arm64: U-Boot build for QEMU aarch64
Reviewed by: manu Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24726
This commit is contained in:
parent
1625b63697
commit
42b2cc0e40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534413
3 changed files with 21 additions and 0 deletions
|
@ -1335,6 +1335,7 @@
|
||||||
SUBDIR += u-boot-pinebook
|
SUBDIR += u-boot-pinebook
|
||||||
SUBDIR += u-boot-pinebookpro
|
SUBDIR += u-boot-pinebookpro
|
||||||
SUBDIR += u-boot-qemu-arm
|
SUBDIR += u-boot-qemu-arm
|
||||||
|
SUBDIR += u-boot-qemu-arm64
|
||||||
SUBDIR += u-boot-riotboard
|
SUBDIR += u-boot-riotboard
|
||||||
SUBDIR += u-boot-rock64
|
SUBDIR += u-boot-rock64
|
||||||
SUBDIR += u-boot-rockpro64
|
SUBDIR += u-boot-rockpro64
|
||||||
|
|
12
sysutils/u-boot-qemu-arm64/Makefile
Normal file
12
sysutils/u-boot-qemu-arm64/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||||
|
|
||||||
|
MODEL= qemu-arm64
|
||||||
|
BOARD_CONFIG= qemu_arm64_defconfig
|
||||||
|
FAMILY= qemu
|
||||||
|
UBOOT_ARCH= aarch64
|
||||||
|
|
||||||
|
UBOOT_PLIST= u-boot.bin
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
8
sysutils/u-boot-qemu-arm64/pkg-descr
Normal file
8
sysutils/u-boot-qemu-arm64/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
U-Boot loader for QEMU arm64
|
||||||
|
|
||||||
|
To use this bootloader to boot a FreeBSD aarch64 image, install emulators/qemu
|
||||||
|
and execute it as eg:
|
||||||
|
|
||||||
|
qemu-system-aarch64 -M virt -cpu cortex-a57 -m 512m -nographic -bios /usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin -hda FreeBSD-13.0-CURRENT-arm64-aarch64-RPI3-20200409-r359731.img
|
||||||
|
|
||||||
|
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
|
Loading…
Add table
Reference in a new issue