Hello,
version bump to the latest release 1.20180919.
arm_control option for config.txt has been deprecated in favour
of arm_64bit according to
https://www.raspberrypi.org/documentation/configuration/config-txt/misc.md
Andrey
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/raspberrypi-firmware/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile 11 Aug 2018 12:52:33 -0000 1.11
+++ Makefile 29 Sep 2018 11:06:37 -0000
@@ -3,8 +3,8 @@
COMMENT= Raspberry Pi firmware
GH_ACCOUNT= raspberrypi
GH_PROJECT= firmware
-V= 1.20180810
-GH_COMMIT= 953a33962f0e3a33f7627248f47b8378cb40e6e4
+V= 1.20180919
+GH_COMMIT= d69aadedb7c146ba5d3b0b45a661e5669a9141c4
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/raspberrypi-firmware/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo 11 Aug 2018 12:52:33 -0000 1.11
+++ distinfo 29 Sep 2018 11:06:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (raspberrypi-firmware-1.20180810-953a3396.tar.gz) = FGOIXlqZ/TlKNNALrKd5904bqONLA26hnuHDVCNEHBA=
-SIZE (raspberrypi-firmware-1.20180810-953a3396.tar.gz) = 122835350
+SHA256 (raspberrypi-firmware-1.20180919-d69aaded.tar.gz) = MmH1ScTBYC42CqCrsiB4ONkHYKegHtMyzvaxi5F7hHI=
+SIZE (raspberrypi-firmware-1.20180919-d69aaded.tar.gz) = 122880904
cvs server: Diffing pkg
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/raspberrypi-firmware/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 17 Feb 2017 11:04:32 -0000 1.1.1.1
+++ pkg/DESCR 29 Sep 2018 11:06:37 -0000
@@ -2,7 +2,7 @@ Firmware required to boot Raspberry Pi s
With u-boot rpi_3 target, config.txt should contain:
-arm_control=0x200
+arm_64bit=1
enable_uart=1
device_tree_address=0x100
kernel=u-boot.bin
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/raspberrypi-firmware/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST 11 Aug 2018 12:52:33 -0000 1.10
+++ pkg/PLIST 29 Sep 2018 11:06:37 -0000
@@ -26,6 +26,7 @@ share/raspberrypi-firmware/boot/overlays
share/raspberrypi-firmware/boot/overlays/ads1115.dtbo
share/raspberrypi-firmware/boot/overlays/ads7846.dtbo
share/raspberrypi-firmware/boot/overlays/adv7282m.dtbo
+share/raspberrypi-firmware/boot/overlays/adv728x-m.dtbo
share/raspberrypi-firmware/boot/overlays/akkordion-iqdacplus.dtbo
share/raspberrypi-firmware/boot/overlays/allo-boss-dac-pcm512x-audio.dtbo
share/raspberrypi-firmware/boot/overlays/allo-digione.dtbo
@@ -35,6 +36,7 @@ share/raspberrypi-firmware/boot/overlays
share/raspberrypi-firmware/boot/overlays/applepi-dac.dtbo
share/raspberrypi-firmware/boot/overlays/at86rf233.dtbo
share/raspberrypi-firmware/boot/overlays/audioinjector-addons.dtbo
+share/raspberrypi-firmware/boot/overlays/audioinjector-ultra.dtbo
share/raspberrypi-firmware/boot/overlays/audioinjector-wm8731-audio.dtbo
share/raspberrypi-firmware/boot/overlays/audremap.dtbo
share/raspberrypi-firmware/boot/overlays/balena-fin.dtbo
@@ -52,6 +54,7 @@ share/raspberrypi-firmware/boot/overlays
share/raspberrypi-firmware/boot/overlays/fe-pi-audio.dtbo
share/raspberrypi-firmware/boot/overlays/goodix.dtbo
share/raspberrypi-firmware/boot/overlays/googlevoicehat-soundcard.dtbo
+share/raspberrypi-firmware/boot/overlays/gpio-fan.dtbo
share/raspberrypi-firmware/boot/overlays/gpio-ir-tx.dtbo
share/raspberrypi-firmware/boot/overlays/gpio-ir.dtbo
share/raspberrypi-firmware/boot/overlays/gpio-key.dtbo
No comments:
Post a Comment