Skip to content

Commit 66fc5ea

Browse files
committed
kernel: Bump to 5.4.50
kernel: drm/vc4: Allow interlaced HDMI modes from FKMS See: raspberrypi/linux#3698 kernel: Isp driver fixes See: raspberrypi/linux#3695 kernel: Add Bluetooth overlays See: raspberrypi/linux#3682 firmware: arm_loader: Allow interlaced HDMI modes from FKMS See: raspberrypi/linux#3698 firmware: arm_loader: Limit rather than reject boosts with disable_auto_turbo firmware: i2c: Clearing the TA bit may time out See: #1422 firmware: arm_loader: Add an accelerated memmove firmware: arm_loader: memmove kernel to preferred text_offset See: #1421 firmware: filesystem: Fix GPT regression on USB after SD fix See: #1420 firmware: bootloader: Some tweaks for LED, UART, USB timeouts
1 parent 2b76cfc commit 66fc5ea

File tree

12,966 files changed

+350411
-350004
lines changed

Some content is hidden

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

12,966 files changed

+350411
-350004
lines changed

boot/bcm2708-rpi-b-plus.dtb

-31 Bytes
Binary file not shown.

boot/bcm2708-rpi-b-rev1.dtb

-31 Bytes
Binary file not shown.

boot/bcm2708-rpi-b.dtb

-31 Bytes
Binary file not shown.

boot/bcm2708-rpi-cm.dtb

-79 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero-w.dtb

426 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero.dtb

-31 Bytes
Binary file not shown.

boot/bcm2709-rpi-2-b.dtb

-31 Bytes
Binary file not shown.

boot/bcm2710-rpi-2-b.dtb

-31 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b-plus.dtb

426 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

426 Bytes
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

-79 Bytes
Binary file not shown.

boot/bcm2711-rpi-4-b.dtb

426 Bytes
Binary file not shown.

boot/bcm2711-rpi-cm4.dtb

-15 Bytes
Binary file not shown.

boot/fixup.dat

-4 Bytes
Binary file not shown.

boot/fixup4.dat

0 Bytes
Binary file not shown.

boot/fixup4cd.dat

-2 Bytes
Binary file not shown.

boot/fixup4db.dat

-2 Bytes
Binary file not shown.

boot/fixup4x.dat

0 Bytes
Binary file not shown.

boot/fixup_cd.dat

-2 Bytes
Binary file not shown.

boot/fixup_db.dat

2 Bytes
Binary file not shown.

boot/fixup_x.dat

-2 Bytes
Binary file not shown.

boot/kernel.img

4.46 KB
Binary file not shown.

boot/kernel7.img

4.29 KB
Binary file not shown.

boot/kernel7l.img

4.57 KB
Binary file not shown.

boot/kernel8.img

0 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ Params:
162162
i2s Set to "on" to enable the i2s interface
163163
(default "off")
164164

165+
krnbt Set to "on" to enable autoprobing of Bluetooth
166+
driver without need of hciattach/btattach
167+
(default "off")
168+
169+
krnbt_baudrate Set the baudrate of the PL011 UART when used
170+
with krnbt=on
171+
165172
spi Set to "on" to enable the spi interfaces
166173
(default "off")
167174

@@ -1430,6 +1437,22 @@ Load: dtoverlay=imx219
14301437
Params: <None>
14311438

14321439

1440+
Name: imx290
1441+
Info: Sony IMX290 camera module.
1442+
Uses Unicam 1, which is the standard camera connector on most Pi
1443+
variants. NB This currently uses 4 CSI2 data lanes and therefore will
1444+
only work on a CM.
1445+
Load: dtoverlay=imx290,<param>
1446+
Params: 4lane Enable 4 CSI2 lanes. This requires a Compute
1447+
Module (1, 3, or 4).
1448+
clock-frequency Sets the clock frequency to match that used on
1449+
the board.
1450+
Modules from Vision Components use 37.125MHz
1451+
(the default), whilst those from Innomaker use
1452+
74.25MHz.
1453+
mono Denote that the module is a mono sensor.
1454+
1455+
14331456
Name: imx477
14341457
Info: Sony IMX477 camera module.
14351458
Uses Unicam 1, which is the standard camera connector on most Pi
@@ -1748,8 +1771,9 @@ Info: Switch the onboard Bluetooth function on Pi 3B, 3B+, 3A+, 4B and Zero W
17481771
in which case use /dev/serial1 instead because it will always be
17491772
correct. Furthermore, you must also set core_freq and core_freq_min to
17501773
the same value in config.txt or the miniuart will not work.
1751-
Load: dtoverlay=miniuart-bt
1752-
Params: <None>
1774+
Load: dtoverlay=miniuart-bt,<param>=<val>
1775+
Params: krnbt Set to "on" to enable autoprobing of Bluetooth
1776+
driver without need of hciattach/btattach
17531777

17541778

17551779
Name: mmc

boot/overlays/adv7282m.dtbo

16 Bytes
Binary file not shown.

boot/overlays/adv728x-m.dtbo

16 Bytes
Binary file not shown.

boot/overlays/disable-bt.dtbo

119 Bytes
Binary file not shown.

boot/overlays/imx290.dtbo

3.75 KB
Binary file not shown.

boot/overlays/imx477.dtbo

20 Bytes
Binary file not shown.

boot/overlays/irs1125.dtbo

32 Bytes
Binary file not shown.

boot/overlays/miniuart-bt.dtbo

213 Bytes
Binary file not shown.

boot/overlays/ov5647.dtbo

20 Bytes
Binary file not shown.

boot/overlays/tc358743.dtbo

236 Bytes
Binary file not shown.

boot/start.elf

96 Bytes
Binary file not shown.

boot/start4.elf

96 Bytes
Binary file not shown.

boot/start4cd.elf

-32 Bytes
Binary file not shown.

boot/start4db.elf

128 Bytes
Binary file not shown.

boot/start4x.elf

160 Bytes
Binary file not shown.

boot/start_cd.elf

-32 Bytes
Binary file not shown.

boot/start_db.elf

160 Bytes
Binary file not shown.

boot/start_x.elf

160 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 174 additions & 173 deletions
Large diffs are not rendered by default.

extra/Module7.symvers

Lines changed: 174 additions & 173 deletions
Large diffs are not rendered by default.

extra/Module7l.symvers

Lines changed: 174 additions & 173 deletions
Large diffs are not rendered by default.

extra/Module8.symvers

Lines changed: 174 additions & 173 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)