Skip to content

Commit ad66fa0

Browse files
committed
kernel: Bump to 5.10.0-rc7
kernel: overlays: Add PCF85063 and PCF85063A to i2c-rtc kernel: configs: Add RTC_DRV_PCF85063=m kernel: ARM: dts: CM4 audio pins are not connected kernel: PCI: brcmstb: Advertise MSI-X support kernel: media: bcm2835-unicam: Clear clock state when stopping streaming See: raspberrypi/linux#3986 kernel: media: bcm2835-unicam: Correctly handle error states on stream on/off See: raspberrypi/linux#3984 kernel: media: i2c: imx219: Selection compliance fixes See: raspberrypi/linux#3983 kernel: drm/vc4: Correct DSI register definition See: raspberrypi/linux#3980 firmware: arm_dt: Handle parent interrupt controllers when masking firmware: config: Add cm4 and pi400 config section filters firmware: MMAL/IL/ISP component: Set the ISP boost frequency once on open firmware: sdcard: Remove legacy NOOBS support to support booting from primary partition 4 firmware: arm_loader: Move 2711 RAM to PCIe address 16GB firmware: video_decode: Add parameter to disable timestamp validation firmware: Imx477 camera tuning fixes See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=291032#p1770287 See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=291032&start=25#p1771066
1 parent 8849f35 commit ad66fa0

File tree

13,170 files changed

+354012
-353934
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,170 files changed

+354012
-353934
lines changed

boot/bcm2711-rpi-4-b.dtb

0 Bytes
Binary file not shown.

boot/bcm2711-rpi-400.dtb

0 Bytes
Binary file not shown.

boot/bcm2711-rpi-cm4.dtb

-36 Bytes
Binary file not shown.

boot/bootcode.bin

0 Bytes
Binary file not shown.

boot/fixup.dat

4 Bytes
Binary file not shown.

boot/fixup4.dat

10 Bytes
Binary file not shown.

boot/fixup4cd.dat

4 Bytes
Binary file not shown.

boot/fixup4db.dat

4 Bytes
Binary file not shown.

boot/fixup4x.dat

12 Bytes
Binary file not shown.

boot/fixup_cd.dat

4 Bytes
Binary file not shown.

boot/fixup_db.dat

8 Bytes
Binary file not shown.

boot/fixup_x.dat

8 Bytes
Binary file not shown.

boot/kernel.img

2.34 KB
Binary file not shown.

boot/kernel7.img

584 Bytes
Binary file not shown.

boot/kernel7l.img

-176 Bytes
Binary file not shown.

boot/kernel8.img

0 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,12 @@ Params: 24db_digital_gain Allow gain to be applied via the PCM512x codec
420420
slave"
421421

422422

423+
Name: allo-boss2-dac-audio
424+
Info: Configures the Allo Boss2 DAC audio card
425+
Load: dtoverlay=allo-boss2-dac-audio
426+
Params: <None>
427+
428+
423429
Name: allo-digione
424430
Info: Configures the Allo Digione audio card
425431
Load: dtoverlay=allo-digione
@@ -1251,6 +1257,10 @@ Params: abx80x Select one of the ABx80x family:
12511257

12521258
pcf2129 Select the PCF2129 device
12531259

1260+
pcf85063 Select the PCF85063 device
1261+
1262+
pcf85063a Select the PCF85063A device
1263+
12541264
pcf8523 Select the PCF8523 device
12551265

12561266
pcf85363 Select the PCF85363 device
@@ -1263,6 +1273,10 @@ Params: abx80x Select one of the ABx80x family:
12631273

12641274
sd3078 Select the ZXW Shenzhen whwave SD3078 device
12651275

1276+
i2c0 Choose the I2C0 bus on GPIOs 0&1
1277+
1278+
i2c_csi_dsi Choose the I2C0 bus on GPIOs 44&45
1279+
12661280
addr Sets the address for the RTC. Note that the
12671281
device must be configured to use the specified
12681282
address.
1.79 KB
Binary file not shown.
Binary file not shown.

boot/overlays/i2c-rtc.dtbo

471 Bytes
Binary file not shown.

boot/start.elf

640 Bytes
Binary file not shown.

boot/start4.elf

512 Bytes
Binary file not shown.

boot/start4cd.elf

320 Bytes
Binary file not shown.

boot/start4db.elf

192 Bytes
Binary file not shown.

boot/start4x.elf

128 Bytes
Binary file not shown.

boot/start_cd.elf

320 Bytes
Binary file not shown.

boot/start_db.elf

256 Bytes
Binary file not shown.

boot/start_x.elf

192 Bytes
Binary file not shown.

documentation/ilcomponents/video_decode.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1>OMX.broadcom.video_decode</h1>
165165
whether the stream is 2d (1 channel) or stereoscopic (2 channels).
166166
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamColorSpace">OMX_IndexParamColorSpace</a></tt>
167167
<td> Retrieve the image colour space of the video produced by this port.
168-
<tr valign="top"><td rowspan="14">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
168+
<tr valign="top"><td rowspan="15">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamImagePoolExternal">OMX_IndexParamImagePoolExternal</a></tt>
169169
<td> Query / set the location of an externally allocated image pool to use
170170
for output frames. Defaults to NULL, causing the component to allocate
171171
a pool when active.
@@ -219,6 +219,9 @@ <h1>OMX.broadcom.video_decode</h1>
219219
<td> Query / set a limit to the number of frames that can be stored inside the codec.
220220
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamBrcmVideoDecodeConfigVD3">OMX_IndexParamBrcmVideoDecodeConfigVD3</a></tt>
221221
<td> Codec specific configuration.
222+
<tr valign="top"><td><tt>OMX_IndexConfigBrcmVideoCheckTimestamps</tt>
223+
<td> Query /set whether the codec should sanity check the timestamps to ensure they
224+
always increase.
222225
</table>
223226

224227
</table>

0 commit comments

Comments
 (0)