diff options
author | manu <manu@FreeBSD.org> | 2018-07-22 20:00:26 +0800 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2018-07-22 20:00:26 +0800 |
commit | 03e31d87cbaec65dce3d85f8f2ddc50e9feffe35 (patch) | |
tree | 78132732b052698d006c76eac6f8fabe8c6abc09 /sysutils | |
parent | 413e5b82c121ea8b031cb34ed139fa620b1360e5 (diff) | |
download | freebsd-ports-gnome-03e31d87cbaec65dce3d85f8f2ddc50e9feffe35.tar.gz freebsd-ports-gnome-03e31d87cbaec65dce3d85f8f2ddc50e9feffe35.tar.zst freebsd-ports-gnome-03e31d87cbaec65dce3d85f8f2ddc50e9feffe35.zip |
sysutils/rpi-firmware: Update to 1.20180619 and add rpi0-w config.txt
Reviewed by: imp
Approved by: imp (implicit)
Differential Revision: https://reviews.freebsd.org/D16243
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rpi-firmware/Makefile | 8 | ||||
-rw-r--r-- | sysutils/rpi-firmware/distinfo | 6 | ||||
-rw-r--r-- | sysutils/rpi-firmware/files/config.txt | 1 | ||||
-rw-r--r-- | sysutils/rpi-firmware/files/config_rpi_0_w.txt | 6 | ||||
-rw-r--r-- | sysutils/rpi-firmware/pkg-plist | 1 |
5 files changed, 15 insertions, 7 deletions
diff --git a/sysutils/rpi-firmware/Makefile b/sysutils/rpi-firmware/Makefile index ce3b907c3942..d38e8fe24918 100644 --- a/sysutils/rpi-firmware/Makefile +++ b/sysutils/rpi-firmware/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= rpi-firmware -PORTVERSION= 1.20180328 +PORTVERSION= 1.20180619 CATEGORIES= sysutils -MAINTAINER= manu@freebsd.org +MAINTAINER= uboot@freebsd.org COMMENT= Firmware for RaspberryPi Single Board Computer LICENSE= BROADCOM @@ -26,8 +26,8 @@ BUILD_WRKSRC= ${PSCI_DIR} INSTALL_DIR= ${PREFIX}/share/${PORTNAME} do-patch: - ${CP} ${FILESDIR}/config.txt ${WRKSRC}/boot/ - ${CP} ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/ + ${CP} ${FILESDIR}/config.txt ${FILESDIR}/config_rpi_0_w.txt \ + ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/ post-patch: ${RM} ${WRKSRC}/boot/kernel.img diff --git a/sysutils/rpi-firmware/distinfo b/sysutils/rpi-firmware/distinfo index d9630c681dfa..154e3173101b 100644 --- a/sysutils/rpi-firmware/distinfo +++ b/sysutils/rpi-firmware/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1526136538 -SHA256 (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 44731225495bb211353dd86fbead980f8bb62930a3ec6711ed7094aff2397758 -SIZE (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 122075858 +TIMESTAMP = 1530704759 +SHA256 (raspberrypi-firmware-1.20180619_GH0.tar.gz) = e657478923220947321503ef980f3a6772d6f1e11b48c5c359bdb5e3d49355d9 +SIZE (raspberrypi-firmware-1.20180619_GH0.tar.gz) = 122571494 SHA256 (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = a7b89678adea178359646a1e95a078d5c60d23821ba355f27f14ed7b28f32f4d SIZE (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = 5115 diff --git a/sysutils/rpi-firmware/files/config.txt b/sysutils/rpi-firmware/files/config.txt index 89c66606b02f..3d41741047e8 100644 --- a/sysutils/rpi-firmware/files/config.txt +++ b/sysutils/rpi-firmware/files/config.txt @@ -2,3 +2,4 @@ init_uart_clock=3000000 enable_uart=1 kernel=u-boot.bin kernel7=u-boot.bin +dtoverlay=mmc diff --git a/sysutils/rpi-firmware/files/config_rpi_0_w.txt b/sysutils/rpi-firmware/files/config_rpi_0_w.txt new file mode 100644 index 000000000000..99f6e08426cb --- /dev/null +++ b/sysutils/rpi-firmware/files/config_rpi_0_w.txt @@ -0,0 +1,6 @@ +init_uart_clock=3000000 +enable_uart=1 +kernel=u-boot.bin +kernel7=u-boot.bin +dtoverlay=mmc +dtoverlay=pi3-disable-bt diff --git a/sysutils/rpi-firmware/pkg-plist b/sysutils/rpi-firmware/pkg-plist index ce5bdd2b8987..35bf8a79eeb7 100644 --- a/sysutils/rpi-firmware/pkg-plist +++ b/sysutils/rpi-firmware/pkg-plist @@ -11,6 +11,7 @@ %%DATADIR%%/bcm2710-rpi-cm3.dtb %%DATADIR%%/bootcode.bin %%DATADIR%%/config.txt +%%DATADIR%%/config_rpi_0_w.txt %%DATADIR%%/config_rpi3.txt %%DATADIR%%/fixup.dat %%DATADIR%%/fixup_cd.dat |