Skip to content

Commit

Permalink
kernel: Bump to 5.10.42
Browse files Browse the repository at this point in the history
kernel: Add device tree overlay for ssd1331-spi screen
See: raspberrypi/linux#4372

kernel: drm/vc4: FKMS: Change of Broadcast RGB mode needs a mode change
See: raspberrypi/linux#4356

kernel: PoE HAT Plus support
See: raspberrypi/linux#4367

kernel: usb: dwc2: Fix build in periphal-only mode
See: raspberrypi/linux#4368

kernel: Add bh1750 light sensor ccs811 air quality sensor to i2c-sensor overlay
See: raspberrypi/linux#4334

firmware: PoE+ HAT support
See: raspberrypi/linux#4367

firmware: arm_loader: Use Pi4 bootloader MAC_ADDRESS if set

firmware: platform: Apply ARM thermal throttling rules on BCM2711
  • Loading branch information
popcornmix committed Jun 8, 2021
1 parent fb0bfa6 commit afdb60c
Show file tree
Hide file tree
Showing 13,377 changed files with 345,997 additions and 345,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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.
47 changes: 43 additions & 4 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -1482,11 +1482,15 @@ Params: abx80x Select one of the ABx80x family:


Name: i2c-sensor
Info: Adds support for a number of I2C barometric pressure and temperature
sensors on i2c_arm
Info: Adds support for a number of I2C barometric pressure, temperature,
light level and chemical sensors on i2c_arm
Load: dtoverlay=i2c-sensor,<param>=<val>
Params: addr Set the address for the BME280, BME680, BMP280,
DS1621, HDC100X, LM75, SHT3x or TMP102
Params: addr Set the address for the BH1750, BME280, BME680,
BMP280, CCS811, DS1621, HDC100X, LM75, SHT3x or
TMP102

bh1750 Select the Rohm BH1750 ambient light sensor
Valid addresses 0x23 or 0x5c, default 0x23

bme280 Select the Bosch Sensortronic BME280
Valid addresses 0x76-0x77, default 0x76
Expand All @@ -1501,6 +1505,9 @@ Params: addr Set the address for the BME280, BME680, BMP280,
bmp280 Select the Bosch Sensortronic BMP280
Valid addresses 0x76-0x77, default 0x76

ccs811 Select the AMS CCS811 digital gas sensor
Valid addresses 0x5a-0x5b, default 0x5b

ds1621 Select the Dallas Semiconductors DS1621 temp
sensor. Valid addresses 0x48-0x4f, default 0x48

Expand Down Expand Up @@ -2498,6 +2505,27 @@ Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
the fan slows down (default 5000)


Name: rpi-poe-plus
Info: Raspberry Pi PoE+ HAT fan
Load: dtoverlay=rpi-poe-plus,<param>[=<val>]
Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
turns on (default 40000)
poe_fan_temp0_hyst Temperature delta (in millicelcius) at which
the fan turns off (default 2000)
poe_fan_temp1 Temperature (in millicelcius) at which the fan
speeds up (default 45000)
poe_fan_temp1_hyst Temperature delta (in millicelcius) at which
the fan slows down (default 2000)
poe_fan_temp2 Temperature (in millicelcius) at which the fan
speeds up (default 50000)
poe_fan_temp2_hyst Temperature delta (in millicelcius) at which
the fan slows down (default 2000)
poe_fan_temp3 Temperature (in millicelcius) at which the fan
speeds up (default 55000)
poe_fan_temp3_hyst Temperature delta (in millicelcius) at which
the fan slows down (default 5000)


Name: rpi-proto
Info: Configures the RPi Proto audio card
Load: dtoverlay=rpi-proto
Expand Down Expand Up @@ -2987,6 +3015,17 @@ Params: speed SPI bus speed (default 10000000)
height Display height (32 or 64; default 64)


Name: ssd1331-spi
Info: Overlay for SSD1331 OLED via SPI using fbtft staging driver.
Load: dtoverlay=ssd1331-spi,<param>=<val>
Params: speed SPI bus speed (default 4500000)
rotate Display rotation (0, 90, 180 or 270; default 0)
fps Delay between frame updates (default 25)
debug Debug output level (0-7; default 0)
dc_pin GPIO pin for D/C (default 24)
reset_pin GPIO pin for RESET (default 25)


Name: ssd1351-spi
Info: Overlay for SSD1351 OLED via SPI using fbtft staging driver.
Load: dtoverlay=ssd1351-spi,<param>=<val>
Expand Down
Binary file modified boot/overlays/i2c-sensor.dtbo
Binary file not shown.
Binary file added boot/overlays/rpi-poe-plus.dtbo
Binary file not shown.
Binary file added boot/overlays/ssd1331-spi.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.
72 changes: 37 additions & 35 deletions extra/Module.symvers

Large diffs are not rendered by default.

72 changes: 37 additions & 35 deletions extra/Module7.symvers

Large diffs are not rendered by default.

72 changes: 37 additions & 35 deletions extra/Module7l.symvers

Large diffs are not rendered by default.

72 changes: 37 additions & 35 deletions extra/Module8.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit afdb60c

Please sign in to comment.