aboutsummaryrefslogtreecommitdiff
path: root/utils/bcm27xx-eeprom/Makefile
Commit message (Collapse)AuthorAge
* bcm27xx-eeprom: switch to bcm27xx-utilsÁlvaro Fernández Rojas2024-01-28
| | | | | | | bcm27xx-userland is now deprecated and utils should be used instead. https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-eeprom: split into bcm2711 and bcm2712Álvaro Fernández Rojas2024-01-20
| | | | | | | Add support for the Raspberry Pi 5 by creating separate packages for bcm2711 (Raspberry Pi 4) and bcm2712. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2024-01-20
| | | | | | | | | | - Updates Raspberry Pi 4 (bcm2711) EEPROM files to latest version. - Refresh patches. - Add missing patch header. - Add mount-utils dependency (findmnt is needed by "rpi-eeprom-update -r"). - Switch to default and latest instead of deprecated critical and stable. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* bcm27xx-eeprom: update to v2022.04.26-138a1Álvaro Fernández Rojas2022-05-17
| | | | | | Git compare: https://github.com/raspberrypi/rpi-eeprom/compare/47976e4409c6999a8e211976c75c60a97c90275c...v2022.04.26-138a1 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-eeprom: Update to the latest master branch(47976e440)Ren Zongjia2021-11-12
| | | | Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
* bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2021-02-19
| | | | | | New eeprom firmwares support recently added RPi 400 and CM4. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2020-05-28
| | | | | | Provides a new stable firmware. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* bcm27xx-eeprom: add package for updating RPi bootloaderÁlvaro Fernández Rojas2020-03-27
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>