Skip to content

Commit 35d9905

Browse files
author
Dom Cobley
committed
bootcode: Fix for unterminated string parsing when config.txt file is not present
kernel: config: Set CONFIG_SPI_SPIDEV=y See: raspberrypi/linux#425 userland: Add mmal_vc_diags for getting debug info about mmal
1 parent 1100e2a commit 35d9905

35 files changed

+28953
-28934
lines changed

boot/bootcode.bin

0 Bytes
Binary file not shown.

boot/kernel.img

2.55 KB
Binary file not shown.

boot/kernel_emergency.img

16 Bytes
Binary file not shown.

boot/start.elf

0 Bytes
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_x.elf

0 Bytes
Binary file not shown.

extra/System.map

Lines changed: 28950 additions & 28927 deletions
Large diffs are not rendered by default.

extra/git_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2e9628b0324f34f3251f9c1858d403f4502bf84a
1+
49e62a27664ac2aaa3e85ba469e8b6857a242264

extra/uname_string

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 3.10.18+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #594 PREEMPT Wed Nov 13 17:59:34 GMT 2013
1+
Linux version 3.10.18+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #596 PREEMPT Fri Nov 15 13:57:24 GMT 2013

hardfp/opt/vc/bin/mmal_vc_diag

20.9 KB
Binary file not shown.

hardfp/opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-13.5 KB
Binary file not shown.

modules/3.10.18+/modules.alias

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ alias char-major-206-* osst
6262
alias scsi:t-0x04* sr_mod
6363
alias scsi:t-0x05* sr_mod
6464
alias block-major-11-* sr_mod
65-
alias spi:spidev spidev
66-
alias of:N*T*Crohm,dh2228fv* spidev
6765
alias platform:bcm2708_spi spi_bcm2708
6866
alias tty-ldisc-5 mkiss
6967
alias tty-ldisc-7 6pack

modules/3.10.18+/modules.alias.bin

-62 Bytes
Binary file not shown.

modules/3.10.18+/modules.builtin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ kernel/drivers/net/usb/usbnet.ko
7878
kernel/drivers/scsi/scsi_mod.ko
7979
kernel/drivers/scsi/scsi_transport_iscsi.ko
8080
kernel/drivers/scsi/sd_mod.ko
81+
kernel/drivers/spi/spidev.ko
8182
kernel/drivers/thermal/thermal_sys.ko
8283
kernel/drivers/thermal/bcm2835-thermal.ko
8384
kernel/drivers/tty/serial/serial_core.ko

modules/3.10.18+/modules.builtin.bin

14 Bytes
Binary file not shown.

modules/3.10.18+/modules.dep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ kernel/drivers/scsi/iscsi_boot_sysfs.ko:
116116
kernel/drivers/scsi/st.ko:
117117
kernel/drivers/scsi/osst.ko:
118118
kernel/drivers/scsi/sr_mod.ko: kernel/drivers/cdrom/cdrom.ko
119-
kernel/drivers/spi/spidev.ko:
120119
kernel/drivers/spi/spi-bcm2708.ko:
121120
kernel/drivers/net/phy/mdio-bitbang.ko:
122121
kernel/drivers/net/hamradio/mkiss.ko: kernel/net/ax25/ax25.ko

modules/3.10.18+/modules.dep.bin

-66 Bytes
Binary file not shown.

modules/3.10.18+/modules.ofmap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# of module name type compatible
2-
spidev * * rohm,dh2228fv

modules/3.10.18+/modules.order

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ kernel/drivers/scsi/iscsi_boot_sysfs.ko
116116
kernel/drivers/scsi/st.ko
117117
kernel/drivers/scsi/osst.ko
118118
kernel/drivers/scsi/sr_mod.ko
119-
kernel/drivers/spi/spidev.ko
120119
kernel/drivers/spi/spi-bcm2708.ko
121120
kernel/drivers/net/phy/mdio-bitbang.ko
122121
kernel/drivers/net/hamradio/mkiss.ko

modules/3.10.18+/modules.symbols.bin

0 Bytes
Binary file not shown.

opt/vc/bin/mmal_vc_diag

21.7 KB
Binary file not shown.

opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvmcs_rpc_client.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)