Revisions of raspberrypi-firmware

Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 7)
- Use smbios overlay to get minimal SMBIOS information through dmidecode (bsc#1183079)
Stefan Weiberg's avatar Stefan Weiberg (suntorytimed) committed (revision 6)
- Fix previous change. No need to set DWC2 in host mode. OTG works fine on
  production CM4 IO boards. It was being tested earlier on a pre-release
  development board. (bsc#1183241)

- Run pre_checkin.sh, which fixed some style issues.

- Set CM4's DWC2 in host mode by default (bsc#1183241)

- Update to 0591568b29 (2021-03-10) (bsc#1183444):
  * firmware: video_decode lockup handling
  * firmware: isp: Initialise extras to avoid vpitch being random
  * firmware: usb: Fix dropouts with USB ethernet gadget
  * firmware: imx477: Allow long exposures for the binned modes.
  * firmware: arm_dispmanx: Use ALPHA_MIX flag
  * firmware: power: Refactor the interface to the PMICs
  * firmware: platform: vl805: Get BAR2 address from PCIe BAR2 registers
  * firmware: arm_loader: Return all borrowed DMA channels

- Fix typo s/pannel/panel/


old: SUSE:SLE-15-SP3:GA/raspberrypi-firmware
new: openSUSE.org:hardware:boot/raspberrypi-firmware rev b8766185a449cd5fb961456f79a99dfe
Index: config.txt
===================================================================
--- config.txt (revision 5)
+++ config.txt (revision b8766185a449cd5fb961456f79a99dfe)
@@ -64,12 +64,19 @@
 [pi4]
 
 armstub=armstub8-rpi4.bin
-# Note that the 7" DSI pannel isn't supported at the moment through VC4, users
+# Note that the 7" DSI panel isn't supported at the moment through VC4, users
 # can still use it through efifb by adding 'dtoverlay=disable-vc4' in
 # 'extraconfig.txt'.
 dtoverlay=vc4-kms-v3d-pi4,cma-default
 dtoverlay=disable-v3d
 
+[cm4]
+
+# The USB interface is disabled to save power by default on CM4. Enable it
+# to ease the installation process. For more information see:
+# https://datasheets.raspberrypi.org/cm4/cm4-datasheet.pdf
+dtoverlay=dwc2
+
 [all]
 
 # Allow u-boot to set arm_control
Index: raspberrypi-firmware-config.changes
===================================================================
--- raspberrypi-firmware-config.changes (revision 5)
+++ raspberrypi-firmware-config.changes (revision b8766185a449cd5fb961456f79a99dfe)
@@ -1,4 +1,35 @@
 -------------------------------------------------------------------
+Tue Mar 16 10:32:30 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Fix previous change. No need to set DWC2 in host mode. OTG works fine on
+  production CM4 IO boards. It was being tested earlier on a pre-release
+  development board. (bsc#1183241)
+- Run pre_checkin.sh, which fixed some style issues.
+
+-------------------------------------------------------------------
+Mon Mar 15 15:41:43 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Set CM4's DWC2 in host mode by default (bsc#1183241)
+
+-------------------------------------------------------------------
+Fri Mar 12 11:24:25 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Update to 0591568b29 (2021-03-10) (bsc#1183444):
+  * firmware: video_decode lockup handling
+  * firmware: isp: Initialise extras to avoid vpitch being random
+  * firmware: usb: Fix dropouts with USB ethernet gadget
+  * firmware: imx477: Allow long exposures for the binned modes.
+  * firmware: arm_dispmanx: Use ALPHA_MIX flag
+  * firmware: power: Refactor the interface to the PMICs
+  * firmware: platform: vl805: Get BAR2 address from PCIe BAR2 registers
+  * firmware: arm_loader: Return all borrowed DMA channels
+
+-------------------------------------------------------------------
+Wed Mar 10 10:57:07 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Fix typo s/pannel/panel/
+
+-------------------------------------------------------------------
 Mon Mar  8 11:15:57 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
 
 - Enable bluetooth over PL011 by default (jsc#SLE-17223)
Index: raspberrypi-firmware-config.spec
===================================================================
--- raspberrypi-firmware-config.spec (revision 5)
+++ raspberrypi-firmware-config.spec (revision b8766185a449cd5fb961456f79a99dfe)
@@ -17,7 +17,7 @@
 
 
 Name:           raspberrypi-firmware-config
-Version:        2021.01.21
+Version:        2021.03.10
 Release:        0
 Summary:        Configuration for the Raspberry Pi firmware loader
 License:        MIT
Index: raspberrypi-firmware.changes
===================================================================
--- raspberrypi-firmware.changes (revision 5)
+++ raspberrypi-firmware.changes (revision b8766185a449cd5fb961456f79a99dfe)
@@ -1,4 +1,35 @@
 -------------------------------------------------------------------
+Tue Mar 16 10:32:30 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Fix previous change. No need to set DWC2 in host mode. OTG works fine on
+  production CM4 IO boards. It was being tested earlier on a pre-release
+  development board. (bsc#1183241)
+- Run pre_checkin.sh, which fixed some style issues.
+
+-------------------------------------------------------------------
+Mon Mar 15 15:41:43 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Set CM4's DWC2 in host mode by default (bsc#1183241)
+
+-------------------------------------------------------------------
+Fri Mar 12 11:24:25 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Update to 0591568b29 (2021-03-10) (bsc#1183444):
+  * firmware: video_decode lockup handling
+  * firmware: isp: Initialise extras to avoid vpitch being random
+  * firmware: usb: Fix dropouts with USB ethernet gadget
+  * firmware: imx477: Allow long exposures for the binned modes.
+  * firmware: arm_dispmanx: Use ALPHA_MIX flag
+  * firmware: power: Refactor the interface to the PMICs
+  * firmware: platform: vl805: Get BAR2 address from PCIe BAR2 registers
+  * firmware: arm_loader: Return all borrowed DMA channels
+
+-------------------------------------------------------------------
+Wed Mar 10 10:57:07 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
+
+- Fix typo s/pannel/panel/
+
+-------------------------------------------------------------------
 Mon Mar  8 11:15:57 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
 
 - Enable bluetooth over PL011 by default (jsc#SLE-17223)
Index: raspberrypi-firmware.spec
===================================================================
--- raspberrypi-firmware.spec (revision 5)
+++ raspberrypi-firmware.spec (revision b8766185a449cd5fb961456f79a99dfe)
@@ -17,7 +17,7 @@
 
 
 Name:           raspberrypi-firmware
-Version:        2021.01.21
+Version:        2021.03.10
 Release:        0
 Summary:        Binary bootloader and firmware files for Raspberry Pi
 License:        SUSE-Firmware
@@ -27,7 +27,7 @@
 Source1:        get-from-git.sh
 Source99:       %{name}-rpmlintrc
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 Recommends:     raspberrypi-firmware-config
 Recommends:     raspberrypi-firmware-dt
 Supplements:    modalias(of:NfirmwareT*Craspberrypi%2Cbcm2835-firmwareC*)
@@ -41,7 +41,7 @@
 Group:          System/Boot
 Requires:       raspberrypi-firmware = %{version}-%{release}
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 
 %description extra
 This package provides the console, experimental and debug
@@ -52,7 +52,7 @@
 Group:          System/Boot
 Requires:       raspberrypi-firmware = %{version}-%{release}
 Requires(post): util-linux
-Requires(preun): util-linux
+Requires(preun):util-linux
 
 %description extra-pi4
 This package provides the console, experimental and debug
Index: raspberrypi-firmware-2021.03.10.tar.bz2
===================================================================
Binary file raspberrypi-firmware-2021.03.10.tar.bz2 (revision b8766185a449cd5fb961456f79a99dfe) added
Index: raspberrypi-firmware-2021.01.21.tar.bz2
===================================================================
Binary file raspberrypi-firmware-2021.01.21.tar.bz2 (revision 5) deleted
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 5)
- Enable bluetooth over PL011 by default (jsc#SLE-17223)
- Enable VC4 by default on RPi4 (jsc#SLE-12151)
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 4)
- Use disable-v3d overlay, it isn't ready for users to use but soon good enough
  for a technology preview. (jsc#SLE-15928)
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 3)
- Update to 051e5e1be8 (2021-01-21) (jsc#SLE-16616):
  * firmware: Export bootloader config via device-tree
  * firmware: ISP: Colour denoise
  * firmware: platform: Define DVFS modes and change default to be fixed AVS voltage
  * firmware: arm_loader: Auto-select 64-bit for kernel8.img
  * firmware: hdmi: Throttle auto-i2c register writes to avoid PWM audio underrun

- Update to c78f3ef4 (2021-01-15):
  * firmware: isp: Fix handling of different YUV colour spaces
  * firmware: poe_hat: Actually close the I2C handle
  * Firmware: undo previous reverts
  * firmware: Revert firmware: HAT/I2C updates
  * firmware: firmware: MMAL/IL: Add support for the 16bpp Bayer/Grey raw 10/12/14 formats
  * firmware: audioplus: Fix hang when switching destination
    See: #1516
  * firmware: HAT/I2C updates
  * firmware: MMAL/IL: Add support for the 16bpp Bayer/Grey raw 10/12/14 format
  * firmware: dmalib: Keep 40-bit DMA clear of L2 alias
  * firmware: DSI interrupt fixes, and HDMI SM clock for deep colour

- Update to 8a5549c (2020-12-15):
  * firmware: dmalib: Allow sdcard to borrow channel 6
    See: #1511
    See: Hexxeh/rpi-firmware#251
    See: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=294932

- Update to 8cd7665 (2020-12-14):
  * firmware: Use DMA40 for PWM audio
  * firmware: imx477: Replace existing 720p120 mode with a new 1332x990 120fps mode
  * firmware: arm_loader: Allow max_framebuffers=0 to disable framebuffers
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 2)
Update Raspberry Pi 3/4 firmware to latest version (jsc#SLE-16677)
Frederic Crozat's avatar Frederic Crozat (fcrozat) committed (revision 1)
initialize package
Displaying all 7 revisions
openSUSE Build Service is sponsored by