Skip to content

Commit

Permalink
kernel: Bump to 5.4.50
Browse files Browse the repository at this point in the history
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
  • Loading branch information
popcornmix committed Jul 2, 2020
1 parent 2b76cfc commit 66fc5ea
Show file tree
Hide file tree
Showing 12,966 changed files with 350,411 additions and 350,004 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2708-rpi-b-plus.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b-rev1.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-cm.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-zero-w.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-zero.dtb
Binary file not shown.
Binary file modified boot/bcm2709-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-3-b-plus.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-3-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-cm3.dtb
Binary file not shown.
Binary file modified boot/bcm2711-rpi-4-b.dtb
Binary file not shown.
Binary file modified boot/bcm2711-rpi-cm4.dtb
Binary file not shown.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup4.dat
Binary file not shown.
Binary file modified boot/fixup4cd.dat
Binary file not shown.
Binary file modified boot/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/kernel7l.img
Binary file not shown.
Binary file modified boot/kernel8.img
Binary file not shown.
28 changes: 26 additions & 2 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ Params:
i2s Set to "on" to enable the i2s interface
(default "off")

krnbt Set to "on" to enable autoprobing of Bluetooth
driver without need of hciattach/btattach
(default "off")

krnbt_baudrate Set the baudrate of the PL011 UART when used
with krnbt=on

spi Set to "on" to enable the spi interfaces
(default "off")

Expand Down Expand Up @@ -1430,6 +1437,22 @@ Load: dtoverlay=imx219
Params: <None>


Name: imx290
Info: Sony IMX290 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
variants. NB This currently uses 4 CSI2 data lanes and therefore will
only work on a CM.
Load: dtoverlay=imx290,<param>
Params: 4lane Enable 4 CSI2 lanes. This requires a Compute
Module (1, 3, or 4).
clock-frequency Sets the clock frequency to match that used on
the board.
Modules from Vision Components use 37.125MHz
(the default), whilst those from Innomaker use
74.25MHz.
mono Denote that the module is a mono sensor.


Name: imx477
Info: Sony IMX477 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
Expand Down Expand Up @@ -1748,8 +1771,9 @@ Info: Switch the onboard Bluetooth function on Pi 3B, 3B+, 3A+, 4B and Zero W
in which case use /dev/serial1 instead because it will always be
correct. Furthermore, you must also set core_freq and core_freq_min to
the same value in config.txt or the miniuart will not work.
Load: dtoverlay=miniuart-bt
Params: <None>
Load: dtoverlay=miniuart-bt,<param>=<val>
Params: krnbt Set to "on" to enable autoprobing of Bluetooth
driver without need of hciattach/btattach


Name: mmc
Expand Down
Binary file modified boot/overlays/adv7282m.dtbo
Binary file not shown.
Binary file modified boot/overlays/adv728x-m.dtbo
Binary file not shown.
Binary file modified boot/overlays/disable-bt.dtbo
Binary file not shown.
Binary file added boot/overlays/imx290.dtbo
Binary file not shown.
Binary file modified boot/overlays/imx477.dtbo
Binary file not shown.
Binary file modified boot/overlays/irs1125.dtbo
Binary file not shown.
Binary file modified boot/overlays/miniuart-bt.dtbo
Binary file not shown.
Binary file modified boot/overlays/ov5647.dtbo
Binary file not shown.
Binary file modified boot/overlays/tc358743.dtbo
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start4.elf
Binary file not shown.
Binary file modified boot/start4cd.elf
Binary file not shown.
Binary file modified boot/start4db.elf
Binary file not shown.
Binary file modified boot/start4x.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
347 changes: 174 additions & 173 deletions extra/Module.symvers

Large diffs are not rendered by default.

347 changes: 174 additions & 173 deletions extra/Module7.symvers

Large diffs are not rendered by default.

347 changes: 174 additions & 173 deletions extra/Module7l.symvers

Large diffs are not rendered by default.

347 changes: 174 additions & 173 deletions extra/Module8.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit 66fc5ea

Please sign in to comment.