Skip to content

Commit 2f51b15

Browse files
committed
kernel: Bump to 4.0.8
kernel: w1_therm: Back-port locking improvements from 4.2-rc1 See: raspberrypi/linux#1059 kernel: Added support for 2 mcp2515 CAN Bus IC See: raspberrypi/linux#1018 kernel: BCM270X_DT: Overlay for the Fen Logic VGA666 board (really added this time) firmware: di_adv: Add qpu shader code to implement deinterlace firmware: image_fx: Support YUV_UV as destination format if requested firmware: dmalib: Reduce default priority and burst size of 2d memcpy arm_loader: Ensure reserved qpus are freed and ISR blocks until interrupt cleared gpioman: If dt-blob.bin file is incompatible, use built-in See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=113753&start=75#p788079
1 parent 47d51d6 commit 2f51b15

File tree

5,623 files changed

+74479
-74461
lines changed

Some content is hidden

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

5,623 files changed

+74479
-74461
lines changed

boot/fixup.dat

36 Bytes
Binary file not shown.

boot/fixup_cd.dat

0 Bytes
Binary file not shown.

boot/fixup_db.dat

36 Bytes
Binary file not shown.

boot/fixup_x.dat

32 Bytes
Binary file not shown.

boot/kernel.img

24 Bytes
Binary file not shown.

boot/kernel7.img

-392 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Params: gpio_out_pin GPIO for output (default "17")
328328

329329

330330
Name: mcp2515-can0
331-
Info: Configures the MCP2515 CAN controller
331+
Info: Configures the MCP2515 CAN controller on spi0.0
332332
Load: dtoverlay=mcp2515-can0,<param>=<val>
333333
Params: oscillator Clock frequency for the CAN controller (Hz)
334334

@@ -337,6 +337,16 @@ Params: oscillator Clock frequency for the CAN controller (Hz)
337337
interrupt GPIO for interrupt signal
338338

339339

340+
Name: mcp2515-can1
341+
Info: Configures the MCP2515 CAN controller on spi0.1
342+
Load: dtoverlay=mcp2515-can1,<param>=<val>
343+
Params: oscillator Clock frequency for the CAN controller (Hz)
344+
345+
spimaxfrequency Maximum SPI frequence (Hz)
346+
347+
interrupt GPIO for interrupt signal
348+
349+
340350
Name: mmc
341351
Info: Selects the bcm2835-mmc SD/MMC driver, optionally with overclock
342352
Load: dtoverlay=mmc,<param>=<val>
@@ -497,6 +507,14 @@ Params: txd1_pin GPIO pin for TXD1 (14, 32 or 40 - default 14)
497507
rxd1_pin GPIO pin for RXD1 (15, 33 or 41 - default 15)
498508

499509

510+
Name: vga666
511+
Info: Overlay for the Fen Logic VGA666 board
512+
This uses GPIOs 2-21 (so no I2C), and activates the output 2-3 seconds
513+
after the kernel has started.
514+
Load: dtoverlay=vga666
515+
Params: <None>
516+
517+
500518
Name: w1-gpio
501519
Info: Configures the w1-gpio Onewire interface module.
502520
Use this overlay if you *don't* need a GPIO to drive an external pullup.
1.82 KB
Binary file not shown.

boot/overlays/vga666-overlay.dtb

778 Bytes
Binary file not shown.

boot/start.elf

12.4 KB
Binary file not shown.

boot/start_cd.elf

32 Bytes
Binary file not shown.

boot/start_db.elf

14.3 KB
Binary file not shown.

boot/start_x.elf

12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)