Skip to content

Commit

Permalink
firmware: video_decode: fix allocation of images by vd3_dpb to includ…
Browse files Browse the repository at this point in the history
…e link fields

See: #377
See: Hexxeh/rpi-firmware#77

kernel: dtoverlay added for ENC26J60
See: raspberrypi/linux#795
  • Loading branch information
popcornmix committed Feb 28, 2015
1 parent b9fac65 commit 46a04a4
Show file tree
Hide file tree
Showing 21 changed files with 57,971 additions and 57,967 deletions.
Binary file modified boot/fixup.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 added boot/overlays/enc28j60-overlay.dtb
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
58,114 changes: 29,058 additions & 29,056 deletions extra/System.map

Large diffs are not rendered by default.

57,814 changes: 28,908 additions & 28,906 deletions extra/System7.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extra/git_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ba5b12366970b0fb07c29217a44334fdab94ea81
246530ff8a4f302b8666c6d9cf509407d8c1257a
2 changes: 1 addition & 1 deletion extra/uname_string
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Linux version 3.18.8+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #761 PREEMPT Fri Feb 27 15:43:30 GMT 2015
Linux version 3.18.8+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #763 PREEMPT Sat Feb 28 18:24:36 GMT 2015
2 changes: 1 addition & 1 deletion extra/uname_string7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Linux version 3.18.8-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #761 SMP PREEMPT Fri Feb 27 15:48:09 GMT 2015
Linux version 3.18.8-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #763 SMP PREEMPT Sat Feb 28 18:29:00 GMT 2015
Binary file modified modules/3.18.8+/kernel/drivers/net/ethernet/microchip/enc28j60.ko
Binary file not shown.
1 change: 1 addition & 0 deletions modules/3.18.8+/modules.alias
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ alias char-major-21-* sg
alias platform:bcm2708_spi spi_bcm2708
alias of:N*T*Cbrcm,bcm2708-spi* spi_bcm2708
alias spi:enc28j60 enc28j60
alias of:N*T*Cmicrochip,enc28j60* enc28j60
alias tty-ldisc-5 mkiss
alias tty-ldisc-7 6pack
alias usb:v03EBp7615d*dc*dsc*dp*ic*isc*ip*in* at76c50x_usb
Expand Down
Binary file modified modules/3.18.8+/modules.alias.bin
Binary file not shown.
2 changes: 0 additions & 2 deletions modules/3.18.8+/modules.builtin
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ kernel/drivers/tty/serial/amba-pl011.ko
kernel/drivers/tty/serial/kgdboc.ko
kernel/drivers/usb/common/usb-common.ko
kernel/drivers/usb/core/usbcore.ko
kernel/drivers/usb/host/dwc_common_port/dwc_common_port_lib.ko
kernel/drivers/usb/host/dwc_otg/dwc_otg.ko
kernel/drivers/usb/storage/usb-storage.ko
kernel/drivers/video/backlight/backlight.ko
kernel/drivers/video/console/fbcon.ko
Expand Down
Binary file modified modules/3.18.8+/modules.builtin.bin
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions modules/3.18.8-v7+/modules.alias
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ alias char-major-21-* sg
alias platform:bcm2708_spi spi_bcm2708
alias of:N*T*Cbrcm,bcm2708-spi* spi_bcm2708
alias spi:enc28j60 enc28j60
alias of:N*T*Cmicrochip,enc28j60* enc28j60
alias tty-ldisc-5 mkiss
alias tty-ldisc-7 6pack
alias usb:v03EBp7615d*dc*dsc*dp*ic*isc*ip*in* at76c50x_usb
Expand Down
Binary file modified modules/3.18.8-v7+/modules.alias.bin
Binary file not shown.

0 comments on commit 46a04a4

Please sign in to comment.