Skip to content

Commit b5eb52b

Browse files
committed
kernel: Update to latest from master
firmware: Update to latest from master
1 parent 3590de0 commit b5eb52b

File tree

17,983 files changed

+599555
-599896
lines changed

Some content is hidden

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

17,983 files changed

+599555
-599896
lines changed

Diff for: README.md

-6

Diff for: boot/bcm2708-rpi-b-plus.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2708-rpi-b-rev1.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2708-rpi-b.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2708-rpi-cm.dtb

120 Bytes
Binary file not shown.

Diff for: boot/bcm2708-rpi-zero-w.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2708-rpi-zero.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2709-rpi-2-b.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2709-rpi-cm2.dtb

120 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-2-b.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-3-b-plus.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-3-b.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-cm3.dtb

120 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-zero-2-w.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2710-rpi-zero-2.dtb

244 Bytes
Binary file not shown.

Diff for: boot/bcm2711-rpi-4-b.dtb

252 Bytes
Binary file not shown.

Diff for: boot/bcm2711-rpi-400.dtb

252 Bytes
Binary file not shown.

Diff for: boot/bcm2711-rpi-cm4.dtb

96 Bytes
Binary file not shown.

Diff for: boot/bcm2711-rpi-cm4s.dtb

128 Bytes
Binary file not shown.

Diff for: boot/bcm2712-rpi-5-b.dtb

-65 Bytes
Binary file not shown.

Diff for: boot/bcm2712-rpi-cm5-cm4io.dtb

-56 Bytes
Binary file not shown.

Diff for: boot/bcm2712-rpi-cm5-cm5io.dtb

-56 Bytes
Binary file not shown.

Diff for: boot/bcm2712-rpi-cm5l-cm4io.dtb

78.7 KB
Binary file not shown.

Diff for: boot/bcm2712-rpi-cm5l-cm5io.dtb

78.7 KB
Binary file not shown.

Diff for: boot/bcm2712d0-rpi-5-b.dtb

-65 Bytes
Binary file not shown.

Diff for: boot/fixup.dat

24 Bytes
Binary file not shown.

Diff for: boot/fixup4.dat

20 Bytes
Binary file not shown.

Diff for: boot/fixup4cd.dat

22 Bytes
Binary file not shown.

Diff for: boot/fixup4db.dat

27 Bytes
Binary file not shown.

Diff for: boot/fixup4x.dat

25 Bytes
Binary file not shown.

Diff for: boot/fixup_cd.dat

22 Bytes
Binary file not shown.

Diff for: boot/fixup_db.dat

29 Bytes
Binary file not shown.

Diff for: boot/fixup_x.dat

29 Bytes
Binary file not shown.

Diff for: boot/kernel.img

7.38 KB
Binary file not shown.

Diff for: boot/kernel7.img

5.23 KB
Binary file not shown.

Diff for: boot/kernel7l.img

5.53 KB
Binary file not shown.

Diff for: boot/kernel8.img

8.49 KB
Binary file not shown.

Diff for: boot/kernel_2712.img

11.3 KB
Binary file not shown.

Diff for: boot/overlays/README

+64-16
Original file line numberDiff line numberDiff line change
@@ -171,21 +171,21 @@ Params:
171171
button_debounce Set the debounce delay (in ms) on the power/
172172
shutdown button (default 50ms)
173173

174-
cam0_reg Enables CAM 0 regulator.
175-
Only required on CM1 & 3.
174+
cam0_reg Controls CAM 0 regulator.
175+
Disabled by default on CM1 & 3.
176+
Enabled by default on all other boards.
176177

177178
cam0_reg_gpio Set GPIO for CAM 0 regulator.
178-
Default 31 on CM1, 3, and 4S.
179-
Default of GPIO expander 5 on CM4, but override
180-
switches to normal GPIO.
179+
NB override switches to the normal GPIO driver,
180+
even if the original was on the GPIO expander.
181181

182-
cam1_reg Enables CAM 1 regulator.
183-
Only required on CM1 & 3.
182+
cam1_reg Controls CAM 1 regulator.
183+
Disabled by default on CM1 & 3.
184+
Enabled by default on all other boards.
184185

185186
cam1_reg_gpio Set GPIO for CAM 1 regulator.
186-
Default 3 on CM1, 3, and 4S.
187-
Default of GPIO expander 5 on CM4, but override
188-
switches to normal GPIO.
187+
NB override switches to the normal GPIO driver,
188+
even if the original was on the GPIO expander.
189189

190190
cam0_sync Enable a GPIO to reflect frame sync from CSI0,
191191
going high on frame start, and low on frame end.
@@ -378,9 +378,9 @@ Params:
378378
non-lite SKU of CM4).
379379
(default "on")
380380

381-
sd_cqe Use to enable Command Queueing on the SD
382-
interface for faster Class A2 card performance
383-
(Pi 5 only, default "off")
381+
sd_cqe Set to "off" to disable Command Queueing if you
382+
have an incompatible Class A2 SD card
383+
(Pi 5 only, default "on")
384384

385385
sd_overclock Clock (in MHz) to use when the MMC framework
386386
requests 50MHz
@@ -1705,6 +1705,33 @@ Params: gpio_pin GPIO pin to trigger on (default 3)
17051705
(default 100)
17061706

17071707

1708+
Name: hd44780-i2c-lcd
1709+
Info: Configures an HD44780 compatible LCD display connected via a PCF8574 as
1710+
is often found as a backpack interface for these displays.
1711+
Load: dtoverlay=hd44780-i2c-lcd,<param>=<val>
1712+
Params: addr I2C address of PCF8574
1713+
pin_d4 GPIO pin for data pin D4 (default 4)
1714+
1715+
pin_d5 GPIO pin for data pin D5 (default 5)
1716+
1717+
pin_d6 GPIO pin for data pin D6 (default 6)
1718+
1719+
pin_d7 GPIO pin for data pin D7 (default 7)
1720+
1721+
pin_en GPIO pin for "Enable" (default 2)
1722+
1723+
pin_rs GPIO pin for "Register Select" (default 0)
1724+
1725+
pin_rw GPIO pin for R/W select (default 1)
1726+
1727+
pin_bl GPIO pin for enabling/disabling the display
1728+
backlight. (default 3)
1729+
1730+
display_height Height of the display in characters (default 2)
1731+
1732+
display_width Width of the display in characters (default 16)
1733+
1734+
17081735
Name: hd44780-lcd
17091736
Info: Configures an HD44780 compatible LCD display. Uses 4 gpio pins for
17101737
data, 2 gpio pins for enable and register select and 1 optional pin
@@ -1725,9 +1752,9 @@ Params: pin_d4 GPIO pin for data pin D4 (default 6)
17251752
pin_bl Optional pin for enabling/disabling the
17261753
display backlight. (default disabled)
17271754

1728-
display_height Height of the display in characters
1755+
display_height Height of the display in characters (default 2)
17291756

1730-
display_width Width of the display in characters
1757+
display_width Width of the display in characters (default 16)
17311758

17321759

17331760
Name: hdmi-backlight-hwhack-gpio
@@ -1744,6 +1771,13 @@ Params: gpio_pin GPIO pin used (default 17)
17441771
expects a high to switch it on.
17451772

17461773

1774+
Name: hifiberry-adc
1775+
Info: Configures the HifiBerry ADC audio card
1776+
Load: dtoverlay=hifiberry-adc,<param>=<val>
1777+
Params: leds_off If set to 'true' the onboard indicator LED
1778+
is switched off at all times.
1779+
1780+
17471781
Name: hifiberry-amp
17481782
Info: Configures the HifiBerry Amp and Amp+ audio cards
17491783
Load: dtoverlay=hifiberry-amp
@@ -2606,6 +2640,12 @@ Load: dtoverlay=i2s-gpio28-31
26062640
Params: <None>
26072641

26082642

2643+
Name: i2s-master-dac
2644+
Info: Configures a generic I2S DAC soundcard that acts as a clock master.
2645+
Load: dtoverlay=i2s-master-dac
2646+
Params: <None>
2647+
2648+
26092649
Name: ilitek251x
26102650
Info: Enables I2C connected Ilitek 251x multiple touch controller using
26112651
GPIO 4 (pin 7 on GPIO header) for interrupt.
@@ -3550,6 +3590,8 @@ Params: l1ss Enable ASPM L1 sub-state support
35503590
the MSI-MIP peripheral. Use if a) more than 8
35513591
interrupt vectors are required or b) the EP
35523592
requires DMA and MSI addresses to be 32bit.
3593+
mmio-hi Move the start of outbound 32bit addresses to
3594+
2GB and expand 64bit outbound space to 14GB.
35533595

35543596

35553597
[ The pcf2127-rtc overlay has been deleted. See i2c-rtc. ]
@@ -4693,11 +4735,17 @@ Params: speed SPI bus speed (default 4500000)
46934735
reset_pin GPIO pin for RESET (default 25)
46944736

46954737

4738+
Name: sunfounder-pipower3
4739+
Info: Overlay for SunFounder PiPower 3
4740+
Load: dtoverlay=sunfounder-pipower3,<param>=<val>
4741+
Params: poweroff_pin Change poweroff pin (default 26)
4742+
4743+
46964744
Name: sunfounder-pironman5
46974745
Info: Overlay for SunFounder Pironman 5
46984746
Load: dtoverlay=sunfounder-pironman5,<param>=<val>
46994747
Params: ir Enable IR or not (on or off, default on)
4700-
ir_pins Change IR receiver pin (default 12)
4748+
ir_pins Change IR receiver pin (default 13)
47014749

47024750

47034751
Name: superaudioboard

Diff for: boot/overlays/hd44780-i2c-lcd.dtbo

1.79 KB
Binary file not shown.

Diff for: boot/overlays/hifiberry-adc.dtbo

1.15 KB
Binary file not shown.

Diff for: boot/overlays/i2c-rtc-gpio.dtbo

0 Bytes
Binary file not shown.

Diff for: boot/overlays/i2c-rtc.dtbo

0 Bytes
Binary file not shown.

Diff for: boot/overlays/i2s-master-dac.dtbo

1.39 KB
Binary file not shown.

Diff for: boot/overlays/pciex1-compat-pi5.dtbo

242 Bytes
Binary file not shown.

Diff for: boot/overlays/sunfounder-pipower3.dtbo

1.13 KB
Binary file not shown.

Diff for: boot/overlays/sunfounder-pironman5.dtbo

0 Bytes
Binary file not shown.

Diff for: boot/start.elf

100644100755
2.06 KB
Binary file not shown.

Diff for: boot/start4.elf

2.03 KB
Binary file not shown.

Diff for: boot/start4cd.elf

1.88 KB
Binary file not shown.

Diff for: boot/start4db.elf

2.44 KB
Binary file not shown.

Diff for: boot/start4x.elf

2.06 KB
Binary file not shown.

Diff for: boot/start_cd.elf

100644100755
1.88 KB
Binary file not shown.

Diff for: boot/start_db.elf

100644100755
2.34 KB
Binary file not shown.

Diff for: boot/start_x.elf

100644100755
2.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)