Skip to content

Commit

Permalink
kernel: Bump to 6.6.70
Browse files Browse the repository at this point in the history
kernel: CQE improvements for 6.6
See: raspberrypi/linux#6591

kernel: Handle PIO probe failures (i.e. old EEPROMs)
See: raspberrypi/linux#6599
  • Loading branch information
popcornmix committed Jan 10, 2025
1 parent e982557 commit 9e65e64
Show file tree
Hide file tree
Showing 18,092 changed files with 447,598 additions and 447,532 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2712-rpi-5-b.dtb
Binary file not shown.
Binary file modified boot/bcm2712-rpi-500.dtb
Binary file not shown.
Binary file modified boot/bcm2712-rpi-cm5-cm4io.dtb
Binary file not shown.
Binary file modified boot/bcm2712-rpi-cm5-cm5io.dtb
Binary file not shown.
Binary file modified boot/bcm2712-rpi-cm5l-cm4io.dtb
Binary file not shown.
Binary file modified boot/bcm2712-rpi-cm5l-cm5io.dtb
Binary file not shown.
Binary file modified boot/bcm2712d0-rpi-5-b.dtb
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.
Binary file modified boot/kernel_2712.img
Binary file not shown.
11 changes: 8 additions & 3 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,14 @@ Params:
non-lite SKU of CM4).
(default "on")

sd_cqe Set to "off" to disable Command Queueing if you
have an incompatible Class A2 SD card
(Pi 5 only, default "on")
sd_cqe Modify Command Queuing behaviour on the main SD
interface. Legal values are:
0: disable CQ
1: allow CQ for known-good SD A2 cards, and all
eMMC cards
2: allow CQ for all SD A2 cards that aren't
known-bad, and all eMMC cards.
(2712 only, default "1")

sd_overclock Clock (in MHz) to use when the MMC framework
requests 50MHz
Expand Down
3,157 changes: 1,580 additions & 1,577 deletions extra/Module.symvers

Large diffs are not rendered by default.

3,169 changes: 1,586 additions & 1,583 deletions extra/Module7.symvers

Large diffs are not rendered by default.

3,343 changes: 1,673 additions & 1,670 deletions extra/Module7l.symvers

Large diffs are not rendered by default.

3,557 changes: 1,780 additions & 1,777 deletions extra/Module8.symvers

Large diffs are not rendered by default.

3,557 changes: 1,780 additions & 1,777 deletions extra/Module_2712.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit 9e65e64

Please sign in to comment.