aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rpi-firmware
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/rpi-firmware: add pkg-message explaining how to installEd Maste2021-03-241-0/+15
| | | | | | | | | | | | The rpi-firmware package provides firmware files under /usr/local/share. To be used they must be copied to the boot FAT partition. Reviewed by: manu Approved by: manu Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=569119
* sysutils/rpi-firmware: Update to 20210303Emmanuel Vadot2021-03-053-6/+10
| | | | | | | | | | Fix USB on RPI4 PR: 252971, 253981, 253983 MFH: 2021Q1 Notes: svn path=/head/; revision=567376
* sysutils/rpi-firmware: Update to 1.20210111Emmanuel Vadot2021-02-086-8/+12
| | | | | | | | | | | | | | While here also: Replace the deprecated arm_control by arm_64bit for 64bits configuration Add hdmi_safe for rpi4, recent updates of rpi-firmware break something related to hdmi. Version 1.20201201 will reset if hdmi monitor is connected while later version will only work if an hdmi monitor is connected. [1] PR: 252971 [1] MFH: 2021Q1 Notes: svn path=/head/; revision=564719
* sysutils/rpi-firmware: Update to g20210111Emmanuel Vadot2021-01-173-5/+7
| | | | | | | Fixes booting on RPI4-8GB Notes: svn path=/head/; revision=561841
* sysutils/rpi-firmware: Add a generic config file for 64bits variant of RPIsEmmanuel Vadot2020-12-153-1/+14
| | | | | | | Submitted by: kevans (original version) Notes: svn path=/head/; revision=558163
* sysutils/rpi-firmware: Update to 20201201Emmanuel Vadot2020-12-133-15/+40
| | | | | | | | | | | Update to the latest firmware released. This should fix booting on the 8GB model and this also add dtb for the 400 and CM4 variant. PR: 251801 Notes: svn path=/head/; revision=557893
* sysutils/rpi-firmware: Update to 1.20201022Emmanuel Vadot2020-11-223-7/+7
| | | | | | | While here remove the kernels that have crept in in the last update. Notes: svn path=/head/; revision=556070
* sysutils/rpi-firmware: Update to 1.20200723Emmanuel Vadot2020-08-094-5/+17
| | | | | | | Also add a config file template for edk2 setup for rpi3 Notes: svn path=/head/; revision=544573
* rpi-firmware: update to latest rpi3-psci-monitorKyle Evans2020-01-132-7/+7
| | | | | | | | | | | | | | The last update to rpi3-psci-monitor regressed the Raspberry Pi 3B{,+}; U-Boot would run unbearably slow, taking 30+ seconds easily to transition into efi loader. Tom Yan <tom.ty89 gmail com> tracked it down and submitted a fix; update to that revision. Approved by: u-boot (manu), manu (ports) Notes: svn path=/head/; revision=522896
* rpi-firmware: update to a recent commitKyle Evans2019-12-056-19/+80
| | | | | | | | | | | | | | | | | The purpose of this update being primarily for RPi4 support to ease the burden of anyone wanting to try -CURRENT and assist with driver -- note that we currently don't support ethernet/usb/pci on the RPi4. Some cleanup has also been done to not duplicate variables that the ports framework already provides (${WRKSRC_${tag}}) and simplify. This update does include a rename of some dtb that will require a corresponding change in base to ^/release, which will follow this commit. Approved by: manu (maintainer (uboot), ports) Notes: svn path=/head/; revision=519089
* rpi-firmware: Update to the 20181112 versionEmmanuel Vadot2019-02-043-5/+19
| | | | | | | Approved by: bapt (mentor, implicit) Notes: svn path=/head/; revision=492148
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | Notes: svn path=/head/; revision=477534
* - Resolve pkg-plist issuesRyan Steinmetz2018-08-121-0/+4
| | | | | | | | PR: 230569 Submitted by: prj@rootwyrm.com Notes: svn path=/head/; revision=477039
* Canonicalize the files list for future expansion.Mark Linimon2018-07-221-2/+5
| | | | Notes: svn path=/head/; revision=475126
* sysutils/rpi-firmware: Update to 1.20180619 and add rpi0-w config.txtEmmanuel Vadot2018-07-225-7/+15
| | | | | | | | | Reviewed by: imp Approved by: imp (implicit) Differential Revision: https://reviews.freebsd.org/D16243 Notes: svn path=/head/; revision=475104
* sysutils/rpi-firware Update to 1.20180328Emmanuel Vadot2018-05-154-6/+14
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=470037
* Update rpi-firmware to latest versionEmmanuel Vadot2018-03-273-8/+23
| | | | | | | | | | | | This adds suport for RPI3B+ and adds the dtb for it Tested by: emaste (RPI3B and RPI3B+) Reviewed by: lwshu Approved by: lwshu Differential Revision: https://reviews.freebsd.org/D14855 Notes: svn path=/head/; revision=465670
* Add PSCI monitor to sysutils/rpi-firmwareEmmanuel Vadot2018-03-213-7/+16
| | | | | | | | | | | | | | Build PSCI monitor and add it to common firmware files for RaspberrPi platform. This is pre-requisite for migration of sysutils/u-boot-rpi3 to u-boot-master framework. Submitted by: gonzo Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D14629 Notes: svn path=/head/; revision=465188
* sysutils/rpi-firmware: Add DTB and overlaysEmmanuel Vadot2018-03-214-21/+142
| | | | | | | | | | | | We use DTB and some overlays for RPI3 release image so add them to the ports so we don't have to fetch them. Reviewed by: bapt, imp (previous version), gonzo (previous version) Approved by: bapt Differential Revision: https://reviews.freebsd.org/D14299 Notes: svn path=/head/; revision=465175
* sysutils/rpi-firmware: Update to version 1.20171029Emmanuel Vadot2017-11-132-4/+4
| | | | | | | | | Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13047 Notes: svn path=/head/; revision=454131
* sysutils/rpi-firmware: create portSteve Wills2017-08-205-0/+61
Firmware files for RaspberryPi Single Board Computer WWW: https://github.com/raspberrypi/firmware PR: 221632 Submitted by: manu Notes: svn path=/head/; revision=448432