mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
953f0408fa
commit
62e075e8d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475104
5 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,3 +2,4 @@ init_uart_clock=3000000
|
|||
enable_uart=1
|
||||
kernel=u-boot.bin
|
||||
kernel7=u-boot.bin
|
||||
dtoverlay=mmc
|
||||
|
|
6
sysutils/rpi-firmware/files/config_rpi_0_w.txt
Normal file
6
sysutils/rpi-firmware/files/config_rpi_0_w.txt
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue