mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add sysutils/u-boot-qemu-arm: U-Boot build for QEMU
Reviewed by: manu Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24365
This commit is contained in:
parent
913215b698
commit
3bf683bf17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531322
@ -1360,6 +1360,7 @@
|
||||
SUBDIR += u-boot-pine64
|
||||
SUBDIR += u-boot-pine64-lts
|
||||
SUBDIR += u-boot-pinebook
|
||||
SUBDIR += u-boot-qemu-arm
|
||||
SUBDIR += u-boot-riotboard
|
||||
SUBDIR += u-boot-rock64
|
||||
SUBDIR += u-boot-rockpro64
|
||||
|
11
sysutils/u-boot-qemu-arm/Makefile
Normal file
11
sysutils/u-boot-qemu-arm/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= qemu-arm
|
||||
BOARD_CONFIG= qemu_arm_defconfig
|
||||
FAMILY= qemu
|
||||
|
||||
UBOOT_PLIST= u-boot.bin
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
8
sysutils/u-boot-qemu-arm/pkg-descr
Normal file
8
sysutils/u-boot-qemu-arm/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
U-Boot loader for QEMU
|
||||
|
||||
To use this bootloader to boot a FreeBSD armv7 image, install emulators/qemu
|
||||
and execute it as eg:
|
||||
|
||||
qemu-system-arm -M virt -m 512m -nographic -bios /usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin -hda FreeBSD-13.0-CURRENT-arm-armv7-GENERICSD-20200409-r359731.img
|
||||
|
||||
For general information about U-Boot see WWW: https://www.denx.de/wiki/U-Boot
|
Loading…
Reference in New Issue
Block a user