mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
sysutils/rpi-firware Update to 1.20180328
Latest release of the firmware. Also add a config.txt for the rpi3 as it is not the same as the other rpi. Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D15401
This commit is contained in:
parent
3f61ba90dd
commit
34767580ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470037
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rpi-firmware
|
||||
PORTVERSION= 1.20180326
|
||||
PORTVERSION= 1.20180328
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= manu@freebsd.org
|
||||
@ -18,8 +18,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= raspberrypi gonzoua:pscimon
|
||||
GH_PROJECT= firmware rpi3-psci-monitor:pscimon
|
||||
PSCI_TAG= 2b8890a
|
||||
FW_TAG= 75de5d7
|
||||
GH_TAGNAME= ${FW_TAG} ${PSCI_TAG}:pscimon
|
||||
GH_TAGNAME= ${PSCI_TAG}:pscimon
|
||||
PSCI_MONITOR= rpi3-psci-monitor-${PSCI_TAG}
|
||||
PSCI_DIR= ${WRKDIR}/${PSCI_MONITOR}
|
||||
|
||||
@ -28,6 +27,7 @@ INSTALL_DIR= ${PREFIX}/share/${PORTNAME}
|
||||
|
||||
do-patch:
|
||||
${CP} ${FILESDIR}/config.txt ${WRKSRC}/boot/
|
||||
${CP} ${FILESDIR}/config_rpi3.txt ${WRKSRC}/boot/
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/boot/kernel.img
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1522087525
|
||||
SHA256 (raspberrypi-firmware-1.20180326-75de5d7_GH0.tar.gz) = 7cbfcb96883ae8e37e1711b3d890adc1d495b3b703a220c14c4c9aaf15791d7c
|
||||
SIZE (raspberrypi-firmware-1.20180326-75de5d7_GH0.tar.gz) = 122071912
|
||||
TIMESTAMP = 1526136538
|
||||
SHA256 (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 44731225495bb211353dd86fbead980f8bb62930a3ec6711ed7094aff2397758
|
||||
SIZE (raspberrypi-firmware-1.20180328_GH0.tar.gz) = 122075858
|
||||
SHA256 (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = a7b89678adea178359646a1e95a078d5c60d23821ba355f27f14ed7b28f32f4d
|
||||
SIZE (gonzoua-rpi3-psci-monitor-2b8890a_GH0.tar.gz) = 5115
|
||||
|
7
sysutils/rpi-firmware/files/config_rpi3.txt
Normal file
7
sysutils/rpi-firmware/files/config_rpi3.txt
Normal file
@ -0,0 +1,7 @@
|
||||
arm_control=0x200
|
||||
dtparam=audio=on,i2c_arm=on,spi=on
|
||||
dtoverlay=mmc
|
||||
dtoverlay=pwm
|
||||
dtoverlay=pi3-disable-bt
|
||||
device_tree_address=0x4000
|
||||
kernel=u-boot.bin
|
@ -11,6 +11,7 @@
|
||||
%%DATADIR%%/bcm2710-rpi-cm3.dtb
|
||||
%%DATADIR%%/bootcode.bin
|
||||
%%DATADIR%%/config.txt
|
||||
%%DATADIR%%/config_rpi3.txt
|
||||
%%DATADIR%%/fixup.dat
|
||||
%%DATADIR%%/fixup_cd.dat
|
||||
%%DATADIR%%/fixup_db.dat
|
||||
|
Loading…
Reference in New Issue
Block a user