Skip to content

Commit 6d45dcf

Browse files
committed
kernel: Bump to 4.4.37
kernel: Revert HID: dragonrise: fix HID Descriptor for 0x0006 PID See: raspberrypi/linux#1755 kernel: BCM270X_DT: Add i2c-sensor overlay See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=167207 kernel: lirc_rpi: Delete vestigial gpio_in_pull parameter See: raspberrypi/linux#1711 kernel: BCM270X_DT: Add overlay for enc28j60 on SPI2 See: raspberrypi/linux#1735 kernel: bcm2835-rng: Avoid initialising if already enabled bootcode: Enable the RNG as early as possible firmware: rng: Avoid initialising if already enabled powerman: Force a PVT calibration if aphy/dphy settings don't seem correct See: #684
1 parent d760a4f commit 6d45dcf

File tree

6,094 files changed

+21136
-21120
lines changed

Some content is hidden

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

6,094 files changed

+21136
-21120
lines changed

boot/bootcode.bin

0 Bytes
Binary file not shown.

boot/fixup.dat

6 Bytes
Binary file not shown.

boot/fixup_cd.dat

8 Bytes
Binary file not shown.

boot/fixup_db.dat

2 Bytes
Binary file not shown.

boot/fixup_x.dat

4 Bytes
Binary file not shown.

boot/kernel.img

-88 Bytes
Binary file not shown.

boot/kernel7.img

-208 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ this becomes a line in config.txt:
6161

6262
dtoverlay=lirc-rpi
6363

64-
This causes the file /boot/overlays/lirc-rpi-overlay.dtb to be loaded. By
64+
This causes the file /boot/overlays/lirc-rpi.dtbo to be loaded. By
6565
default it will use GPIOs 17 (out) and 18 (in), but this can be modified using
6666
DT parameters:
6767

@@ -283,8 +283,7 @@ Params: swap_lr Reverse the channel allocation, which will also
283283

284284

285285
Name: bmp085_i2c-sensor
286-
Info: Configures the BMP085/BMP180 digital barometric pressure and temperature
287-
sensors from Bosch Sensortec
286+
Info: This overlay is now deprecated - see i2c-sensor
288287
Load: dtoverlay=bmp085_i2c-sensor
289288
Params: <None>
290289

@@ -344,13 +343,21 @@ Params: dr_mode Dual role mode: "host", "peripheral" or "otg"
344343

345344

346345
Name: enc28j60
347-
Info: Overlay for the Microchip ENC28J60 Ethernet Controller (SPI)
346+
Info: Overlay for the Microchip ENC28J60 Ethernet Controller on SPI0
348347
Load: dtoverlay=enc28j60,<param>=<val>
349348
Params: int_pin GPIO used for INT (default 25)
350349

351350
speed SPI bus speed (default 12000000)
352351

353352

353+
Name: enc28j60-spi2
354+
Info: Overlay for the Microchip ENC28J60 Ethernet Controller on SPI2
355+
Load: dtoverlay=enc28j60-spi2,<param>=<val>
356+
Params: int_pin GPIO used for INT (default 39)
357+
358+
speed SPI bus speed (default 12000000)
359+
360+
354361
Name: gpio-ir
355362
Info: Use GPIO pin as rc-core style infrared receiver input. The rc-core-
356363
based gpio_ir_recv driver maps received keys directly to a
@@ -528,6 +535,15 @@ Params: abx80x Select one of the ABx80x family:
528535
source
529536

530537

538+
Name: i2c-sensor
539+
Info: Adds support for a number of I2C barometric pressure and temperature
540+
sensors on i2c_arm
541+
Load: dtoverlay=i2c-sensor,<param>=<val>
542+
Params: bmp085 Select the Bosch sensortronic BMP085
543+
544+
bmp280 Select the Bosch sensortronic BMP280
545+
546+
531547
Name: i2c0-bcm2708
532548
Info: Enable the i2c_bcm2708 driver for the i2c0 bus. Not all pin combinations
533549
are usable on all platforms.

boot/overlays/enc28j60-spi2.dtbo

1.25 KB
Binary file not shown.

boot/overlays/i2c-sensor.dtbo

859 Bytes
Binary file not shown.

boot/start.elf

928 Bytes
Binary file not shown.

boot/start_cd.elf

864 Bytes
Binary file not shown.

boot/start_db.elf

928 Bytes
Binary file not shown.

boot/start_x.elf

928 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)