Skip to content

Commit

Permalink
kernel: Bump to 5.4.35
Browse files Browse the repository at this point in the history
firmware: power: Clamp voltage to platform limits for all power supplies

firmware: isp: Ensure lens shading (LS) is enabled when a valid LS table is received

firmware: otp: Fix advanced boot row definition

firmware: bootcode: Fix issue booting with webcams
  • Loading branch information
popcornmix committed May 1, 2020
1 parent 20354be commit 7eff9f6
Show file tree
Hide file tree
Showing 13,003 changed files with 439,286 additions and 414,435 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 added 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/bootcode.bin
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/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.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.
118 changes: 71 additions & 47 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ Params:
spi Set to "on" to enable the spi interfaces
(default "off")

spi_dma4 Use to enable 40-bit DMA on spi interfaces
(the assigned value doesn't matter)
(2711 only)

random Set to "on" to enable the hardware random
number generator (default "on")

Expand Down Expand Up @@ -331,22 +335,14 @@ Info: Analog Devices ADV7282M analogue video to CSI2 bridge.
Uses Unicam1, which is the standard camera connector on most Pi
variants.
Load: dtoverlay=adv7282m,<param>=<val>
Params: i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.
i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.
addr Overrides the I2C address (default 0x21)
Params: addr Overrides the I2C address (default 0x21)


Name: adv728x-m
Info: Analog Devices ADV728[0|1|2]-M analogue video to CSI2 bridges.
This is a wrapper for adv7282m, and defaults to ADV7282M.
Load: dtoverlay=adv728x-m,<param>=<val>
Params: i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.
i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.
addr Overrides the I2C address (default 0x21)
Params: addr Overrides the I2C address (default 0x21)
adv7280m Select ADV7280-M.
adv7281m Select ADV7281-M.
adv7281ma Select ADV7281-MA.
Expand Down Expand Up @@ -554,6 +550,19 @@ Info: This overlay is now deprecated - see i2c-sensor
Load: <Deprecated>


Name: cma
Info: Set custom CMA sizes, only use if you know what you are doing, might
clash with other overlays like vc4-fkms-v3d and vc4-kms-v3d.
Load: dtoverlay=cma,<param>=<val>
Params: cma-256 CMA is 256MB (needs 1GB)
cma-192 CMA is 192MB (needs 1GB)
cma-128 CMA is 128MB
cma-96 CMA is 96MB
cma-64 CMA is 64MB
cma-size CMA size in bytes, 4MB aligned
cma-default Use upstream's default value


Name: dht11
Info: Overlay for the DHT11/DHT21/DHT22 humidity/temperature sensors
Also sometimes found with the part number(s) AM230x.
Expand Down Expand Up @@ -1014,6 +1023,12 @@ Load: dtoverlay=hifiberry-digi-pro
Params: <None>


Name: highperi
Info: Enables "High Peripheral" mode
Load: dtoverlay=highperi
Params: <None>


Name: hy28a
Info: HY28A - 2.8" TFT LCD Display Module by HAOYU Electronics
Default values match Texy's display shield
Expand Down Expand Up @@ -1267,6 +1282,9 @@ Params: addr Set the address for the BME280, BME680, BMP280,
si7020 Select the Silicon Labs Si7013/20/21 humidity/
temperature sensor

sps30 Select the Sensirion SPS30 particulate matter
sensor. Fixed address 0x69.

tmp102 Select the Texas Instruments TMP102 temp sensor
Valid addresses 0x48-0x4b, default 0x48

Expand All @@ -1291,11 +1309,8 @@ Params: pins_0_1 Use pins 0 and 1 (default)


Name: i2c0-bcm2708
Info: Deprecated, legacy version of i2c0, from which it inherits its
parameters, just adding the explicit individual pin specifiers.
Info: Deprecated, legacy version of i2c0.
Load: <Deprecated>
Params: sda0_pin GPIO pin for SDA0 (deprecated - use pins_*)
scl0_pin GPIO pin for SCL0 (deprecated - use pins_*)


Name: i2c1
Expand All @@ -1310,13 +1325,8 @@ Params: pins_2_3 Use pins 2 and 3 (default)


Name: i2c1-bcm2708
Info: Deprecated, legacy version of i2c1, from which it inherits its
parameters, just adding the explicit individual pin specifiers.
Info: Deprecated, legacy version of i2c1.
Load: <Deprecated>
Params: sda1_pin GPIO pin for SDA1 (2 or 44 - default 2)
scl1_pin GPIO pin for SCL1 (3 or 45 - default 3)
pin_func Alternative pin function (4 (alt0), 6 (alt2) -
default 4)


Name: i2c3
Expand Down Expand Up @@ -1376,12 +1386,8 @@ Name: imx219
Info: Sony IMX219 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
variants.
Load: dtoverlay=imx219,<param>=<val>
Params: i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.

i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.
Load: dtoverlay=imx219
Params: <None>


Name: iqaudio-codec
Expand Down Expand Up @@ -1445,12 +1451,8 @@ Name: irs1125
Info: Infineon irs1125 TOF camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
variants.
Load: dtoverlay=irs1125,<param>=<val>
Params: i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.

i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.
Load: dtoverlay=irs1125
Params: <None>


Name: jedec-spi-nor
Expand Down Expand Up @@ -1735,12 +1737,8 @@ Name: ov5647
Info: Omnivision OV5647 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
variants.
Load: dtoverlay=ov5647,<param>=<val>
Params: i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.

i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.
Load: dtoverlay=ov5647
Params: <None>


Name: papirus
Expand Down Expand Up @@ -2075,6 +2073,13 @@ Load: dtoverlay=rpi-tv
Params: <None>


Name: rpivid-v4l2
Info: Load the V4L2 stateless video decoder driver for the HEVC block,
disabling the memory mapped devices in the process.
Load: dtoverlay=rpivid-v4l2
Params: <None>


Name: rra-digidac1-wm8741-audio
Info: Configures the Red Rocks Audio DigiDAC1 soundcard
Load: dtoverlay=rra-digidac1-wm8741-audio
Expand Down Expand Up @@ -2540,12 +2545,6 @@ Params: 4lane Use 4 lanes (only applicable to Compute Modules
(574Mbit/s) and 486000000 (972Mbit/s - default)
are supported by the driver.

i2c_pins_0_1 Use pins 0&1 for the I2C instead of 44&45.
Useful on Compute Modules.

i2c_pins_28_29 Use pins 28&29 for the I2C instead of 44&45.
This is required for Pi B+, 2, 0, and 0W.


Name: tc358743-audio
Info: Used in combination with the tc358743-fast overlay to route the audio
Expand Down Expand Up @@ -2657,6 +2656,13 @@ Info: This overlay has been deprecated and removed because it is no longer
Load: <Deprecated>


Name: upstream-pi4
Info: Allow usage of downstream .dtb with upstream kernel on Pi 4. Comprises
the vc4-kms-v3d-pi4 and dwc2 overlays.
Load: dtoverlay=upstream-pi4
Params: <None>


Name: vc4-fkms-v3d
Info: Enable Eric Anholt's DRM VC4 V3D driver on top of the dispmanx
display stack.
Expand All @@ -2666,6 +2672,8 @@ Params: cma-256 CMA is 256MB (needs 1GB)
cma-128 CMA is 128MB
cma-96 CMA is 96MB
cma-64 CMA is 64MB
cma-size CMA size in bytes, 4MB aligned
cma-default Use upstream's default value


Name: vc4-kms-kippah-7inch
Expand All @@ -2676,18 +2684,34 @@ Params: <None>


Name: vc4-kms-v3d
Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver. Running startx or
booting to GUI while this overlay is in use will cause interesting
lockups.
Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver.
Load: dtoverlay=vc4-kms-v3d,<param>
Params: cma-256 CMA is 256MB (needs 1GB)
cma-192 CMA is 192MB (needs 1GB)
cma-128 CMA is 128MB
cma-96 CMA is 96MB
cma-64 CMA is 64MB
cma-size CMA size in bytes, 4MB aligned
cma-default Use upstream's default value
audio Enable or disable audio over HDMI (default "on")


Name: vc4-kms-v3d-pi4
Info: Enable Eric Anholt's DRM VC4 HDMI/HVS/V3D driver for Pi4.
Load: dtoverlay=vc4-kms-v3d-pi4,<param>
Params: cma-256 CMA is 256MB
cma-192 CMA is 192MB
cma-128 CMA is 128MB
cma-96 CMA is 96MB
cma-64 CMA is 64MB
cma-size CMA size in bytes, 4MB aligned
cma-default Use upstream's default value
audio Enable or disable audio over HDMI0 (default
"on")
audio1 Enable or disable audio over HDMI1 (default
"on")


Name: vga666
Info: Overlay for the Fen Logic VGA666 board
This uses GPIOs 2-21 (so no I2C), and activates the output 2-3 seconds
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/allo-boss-dac-pcm512x-audio.dtbo
Binary file not shown.
Binary file modified boot/overlays/audioinjector-isolated-soundcard.dtbo
Binary file not shown.
Binary file added boot/overlays/cma.dtbo
Binary file not shown.
Binary file modified boot/overlays/hifiberry-dacplus.dtbo
Binary file not shown.
Binary file modified boot/overlays/hifiberry-dacplusadc.dtbo
Binary file not shown.
Binary file modified boot/overlays/hifiberry-dacplusadcpro.dtbo
Binary file not shown.
Binary file modified boot/overlays/hifiberry-dacplushd.dtbo
Binary file not shown.
Binary file added boot/overlays/highperi.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-sensor.dtbo
Binary file not shown.
Binary file modified boot/overlays/imx219.dtbo
Binary file not shown.
Binary file modified boot/overlays/irs1125.dtbo
Binary file not shown.
Binary file modified boot/overlays/ov5647.dtbo
Binary file not shown.
Binary file added boot/overlays/overlay_map.dtb
Binary file not shown.
Binary file modified boot/overlays/rpi-cirrus-wm5102.dtbo
Binary file not shown.
Binary file modified boot/overlays/rpi-ft5406.dtbo
Binary file not shown.
Binary file added boot/overlays/rpivid-v4l2.dtbo
Binary file not shown.
Binary file modified boot/overlays/tc358743.dtbo
Binary file not shown.
Binary file added boot/overlays/upstream-pi4.dtbo
Binary file not shown.
Binary file modified boot/overlays/upstream.dtbo
Binary file not shown.
Binary file modified boot/overlays/vc4-fkms-v3d.dtbo
Binary file not shown.
Binary file added boot/overlays/vc4-kms-v3d-pi4.dtbo
Binary file not shown.
Binary file modified boot/overlays/vc4-kms-v3d.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.
Loading

0 comments on commit 7eff9f6

Please sign in to comment.