Skip to content

Commit a2e586b

Browse files
committed
kernel: Update to latest from master
1 parent b5eb52b commit a2e586b

File tree

18,014 files changed

+452855
-452216
lines changed

Some content is hidden

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

18,014 files changed

+452855
-452216
lines changed

boot/bcm2708-rpi-b-plus.dtb

56 Bytes
Binary file not shown.

boot/bcm2708-rpi-b-rev1.dtb

56 Bytes
Binary file not shown.

boot/bcm2708-rpi-b.dtb

56 Bytes
Binary file not shown.

boot/bcm2708-rpi-cm.dtb

56 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero-w.dtb

56 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero.dtb

56 Bytes
Binary file not shown.

boot/bcm2709-rpi-2-b.dtb

56 Bytes
Binary file not shown.

boot/bcm2709-rpi-cm2.dtb

56 Bytes
Binary file not shown.

boot/bcm2710-rpi-2-b.dtb

56 Bytes
Binary file not shown.

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

56 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

56 Bytes
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

56 Bytes
Binary file not shown.

boot/bcm2710-rpi-zero-2-w.dtb

56 Bytes
Binary file not shown.

boot/bcm2710-rpi-zero-2.dtb

56 Bytes
Binary file not shown.

boot/bcm2711-rpi-4-b.dtb

56 Bytes
Binary file not shown.

boot/bcm2711-rpi-400.dtb

56 Bytes
Binary file not shown.

boot/bcm2711-rpi-cm4-io.dtb

56 Bytes
Binary file not shown.

boot/bcm2711-rpi-cm4.dtb

56 Bytes
Binary file not shown.

boot/bcm2711-rpi-cm4s.dtb

56 Bytes
Binary file not shown.

boot/bcm2712-rpi-5-b.dtb

8 Bytes
Binary file not shown.

boot/bcm2712-rpi-cm5-cm4io.dtb

8 Bytes
Binary file not shown.

boot/bcm2712-rpi-cm5-cm5io.dtb

8 Bytes
Binary file not shown.

boot/bcm2712-rpi-cm5l-cm4io.dtb

8 Bytes
Binary file not shown.

boot/bcm2712-rpi-cm5l-cm5io.dtb

8 Bytes
Binary file not shown.

boot/bcm2712d0-rpi-5-b.dtb

8 Bytes
Binary file not shown.

boot/kernel.img

100644100755
1.7 KB
Binary file not shown.

boot/kernel7.img

100644100755
752 Bytes
Binary file not shown.

boot/kernel7l.img

100644100755
1.08 KB
Binary file not shown.

boot/kernel8.img

-393 Bytes
Binary file not shown.

boot/kernel_2712.img

-1.53 KB
Binary file not shown.

boot/overlays/README

+36
Original file line numberDiff line numberDiff line change
@@ -1778,6 +1778,12 @@ Params: leds_off If set to 'true' the onboard indicator LED
17781778
is switched off at all times.
17791779

17801780

1781+
Name: hifiberry-adc8x
1782+
Info: Configures the HifiBerry ADC8X audio card (only on Pi5)
1783+
Load: dtoverlay=hifiberry-adc8x
1784+
Params: <None>
1785+
1786+
17811787
Name: hifiberry-amp
17821788
Info: Configures the HifiBerry Amp and Amp+ audio cards
17831789
Load: dtoverlay=hifiberry-amp
@@ -2818,6 +2824,27 @@ Params: rotation Mounting rotation of the camera sensor (0 or
28182824
sync-sink Configure as vsync sink
28192825

28202826

2827+
Name: imx500
2828+
Info: Sony IMX500 camera module.
2829+
Uses Unicam 1, which is the standard camera connector on most Pi
2830+
variants.
2831+
Load: dtoverlay=imx500,<param>=<val>
2832+
Params: rotation Mounting rotation of the camera sensor (0 or
2833+
180, default 0)
2834+
orientation Sensor orientation (0 = front, 1 = rear,
2835+
2 = external, default external)
2836+
media-controller Configure use of Media Controller API for
2837+
configuring the sensor (default on)
2838+
cam0 Adopt the default configuration for CAM0 on a
2839+
Compute Module (CSI0, i2c_vc, and cam0_reg).
2840+
bypass-cache Do save blocks of data to flash when using
2841+
rp2040-gpio-bridge for SPI transfers.
2842+
2843+
2844+
Name: imx500-pi5
2845+
Info: See imx500 (this is the Pi 5 version)
2846+
2847+
28212848
Name: imx519
28222849
Info: Sony IMX519 camera module.
28232850
Uses Unicam 1, which is the standard camera connector on most Pi
@@ -3694,6 +3721,12 @@ Params: speed Display SPI bus speed
36943721
drm Select the DRM/KMS driver instead of the FBTFT
36953722
one
36963723

3724+
invx Touchscreen inverted x axis
3725+
3726+
invy Touchscreen inverted y axis
3727+
3728+
swapxy Touchscreen swapped x y axis
3729+
36973730

36983731
Name: piscreen2r
36993732
Info: PiScreen 2 with resistive TP display by OzzMaker.com
@@ -5227,6 +5260,9 @@ Params: 2_8_inch 2.8" 480x640
52275260
3_4_inch 3.4" 800x800 round
52285261
4_0_inch 4.0" 480x800
52295262
4_0_inchC 4.0" 720x720
5263+
5_0_inch 5.0" 720x1280
5264+
6_25_inch 6.25" 720x1560
5265+
8_8_inch 8.8" 480x1920
52305266
7_0_inchC 7.0" C 1024x600
52315267
7_9_inch 7.9" 400x1280
52325268
8_0_inch 8.0" 1280x800

boot/overlays/hifiberry-adc8x.dtbo

1.16 KB
Binary file not shown.

boot/overlays/imx500-pi5.dtbo

4.9 KB
Binary file not shown.

boot/overlays/imx500.dtbo

4.56 KB
Binary file not shown.

boot/overlays/overlay_map.dtb

132 Bytes
Binary file not shown.

boot/overlays/piscreen.dtbo

189 Bytes
Binary file not shown.
360 Bytes
Binary file not shown.

extra/Module.symvers

+325-315
Large diffs are not rendered by default.

extra/Module7.symvers

+325-315
Large diffs are not rendered by default.

extra/Module7l.symvers

+369-359
Large diffs are not rendered by default.

extra/Module8.symvers

+376-366
Large diffs are not rendered by default.

extra/Module_2712.symvers

+376-366
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)