Merge branch 'develop' of github.com:OpenVoiceOS/ovos-buildroot into develop

This commit is contained in:
j1nx 2024-01-22 16:58:53 +00:00
commit d38345a507
2 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,26 @@
config BR2_PACKAGE_RPI_EEPROM
bool "rpi-eeprom"
help
EEPROM bootloader firmware for Raspberry Pi 4
EEPROM bootloader firmware for Raspberry Pi 4 and Pi 5
https://github.com/raspberrypi/rpi-eeprom
if BR2_PACKAGE_RPI_EEPROM
choice
prompt "For Target"
default BR2_PACKAGE_RPI_EEPROM_RPI4
config BR2_PACKAGE_RPI_EEPROM_RPI4
bool "Raspberry Pi 4"
help
For the Raspberry Pi 4
config BR2_PACKAGE_RPI_EEPROM_RPI5
bool "Raspberry Pi 5"
help
For the Raspberry Pi 5
endchoice
endif

View File

@ -3,12 +3,17 @@
# rpi-eeprom
#
#############################################################
RPI_EEPROM_VERSION = fa281d3be17d1edd2cc10b1d9479cc6b19b96ea8
RPI_EEPROM_VERSION = 8855da988935f0c09ed4cc772103d4c5408a1afb
RPI_EEPROM_SITE = $(call github,raspberrypi,rpi-eeprom,$(RPI_EEPROM_VERSION))
RPI_EEPROM_LICENSE = BSD-3-Clause
RPI_EEPROM_LICENSE_FILES = LICENSE
RPI_EEPROM_INSTALL_IMAGES = YES
RPI_EEPROM_FIRMWARE_PATH = firmware/stable/pieeprom-2023-05-11.bin
ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI4),y)
RPI_EEPROM_FIRMWARE_PATH = firmware-2711/stable/pieeprom-2023-05-11.bin
else ifeq ($(BR2_PACKAGE_RPI_EEPROM_RPI5),y) # Raspberry Pi 5
RPI_EEPROM_FIRMWARE_PATH = firmware-2712/stable/pieeprom-2024-01-05.bin
endif
define RPI_EEPROM_BUILD_CMDS
$(@D)/rpi-eeprom-config $(@D)/$(RPI_EEPROM_FIRMWARE_PATH) --out $(@D)/default.conf