Initial import of u-boot-hummingbird-a31 version 2017.07.
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run application code. This package provides U-Boot for the Merrii A31 Hummingbird.
This commit is contained in:
parent
4d7a5d95d0
commit
f5f195b9f9
3 changed files with 14 additions and 0 deletions
5
sysutils/u-boot-hummingbird-a31/DESCR
Normal file
5
sysutils/u-boot-hummingbird-a31/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
|
||||
several other processors, which can be installed in a boot ROM and used to
|
||||
initialize and test the hardware or to download and run application code.
|
||||
|
||||
This package provides U-Boot for the Merrii A31 Hummingbird.
|
7
sysutils/u-boot-hummingbird-a31/Makefile
Normal file
7
sysutils/u-boot-hummingbird-a31/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/10/07 19:47:56 jmcneill Exp $
|
||||
|
||||
UBOOT_TARGET= hummingbird-a31
|
||||
UBOOT_CONFIG= Hummingbird_A31_defconfig
|
||||
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
||||
|
||||
.include "../../sysutils/u-boot/u-boot-arm.mk"
|
2
sysutils/u-boot-hummingbird-a31/PLIST
Normal file
2
sysutils/u-boot-hummingbird-a31/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/10/07 19:47:56 jmcneill Exp $
|
||||
share/u-boot/hummingbird-a31/u-boot-sunxi-with-spl.bin
|
Loading…
Reference in a new issue