Skip to content

Commit 46433cc

Browse files
committed
kernel: smsx95xx: fix crimes against truesize
kernel: smsc95xx: Disable turbo mode by default See: raspberrypi/linux#837 kernel: SPI: merge upstream patches for spi-bcm2835 See: raspberrypi/linux#930 firmware: jpegdec: Fix memory corruption issue caused by repeated exif tags See: OpenELEC/OpenELEC.tv#4089 firmware: lcd: Updated pi lcd support firmware: arm_display: Avoid overscan for lcd displays
1 parent 25b436d commit 46433cc

Some content is hidden

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

54 files changed

+14427
-14425
lines changed

boot/fixup.dat

2 Bytes
Binary file not shown.

boot/fixup_cd.dat

0 Bytes
Binary file not shown.

boot/fixup_db.dat

2 Bytes
Binary file not shown.

boot/fixup_x.dat

-2 Bytes
Binary file not shown.

boot/kernel.img

-8 Bytes
Binary file not shown.

boot/kernel7.img

32 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

boot/start.elf

-32 Bytes
Binary file not shown.

boot/start_cd.elf

-32 Bytes
Binary file not shown.

boot/start_db.elf

160 Bytes
Binary file not shown.

boot/start_x.elf

-32 Bytes
Binary file not shown.

extra/System.map

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

extra/System7.map

Lines changed: 6618 additions & 6618 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-
b2f16e549532870e0c6fa3b588ad239fd9421702
1+
1c5ba896d649812bfe238fe940fe949f50ec1986

extra/uname_string

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 3.18.11+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #777 PREEMPT Sat Apr 11 17:24:23 BST 2015
1+
Linux version 3.18.11+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #780 PREEMPT Mon Apr 20 14:46:05 BST 2015

extra/uname_string7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #777 SMP PREEMPT Sat Apr 11 17:30:37 BST 2015
1+
Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #780 SMP PREEMPT Mon Apr 20 14:59:10 BST 2015

hardfp/opt/vc/bin/raspistill

0 Bytes
Binary file not shown.

hardfp/opt/vc/bin/raspivid

0 Bytes
Binary file not shown.

hardfp/opt/vc/bin/raspividyuv

0 Bytes
Binary file not shown.

hardfp/opt/vc/bin/raspiyuv

0 Bytes
Binary file not shown.

hardfp/opt/vc/include/interface/vmcs_host/vc_dispmanx_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ typedef struct {
171171
int32_t height;
172172
DISPMANX_TRANSFORM_T transform;
173173
DISPLAY_INPUT_FORMAT_T input_format;
174+
uint32_t display_num;
174175
} DISPMANX_MODEINFO_T;
175176

176177
/* Update callback. */

hardfp/opt/vc/lib/libEGL.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libWFC.so

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libbcm_host.so

0 Bytes
Binary file not shown.
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.

hardfp/opt/vc/lib/libvcilcs.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

opt/vc/bin/raspistill

0 Bytes
Binary file not shown.

opt/vc/bin/raspivid

0 Bytes
Binary file not shown.

opt/vc/bin/raspividyuv

0 Bytes
Binary file not shown.

opt/vc/bin/raspiyuv

0 Bytes
Binary file not shown.

opt/vc/include/interface/vmcs_host/vc_dispmanx_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ typedef struct {
171171
int32_t height;
172172
DISPMANX_TRANSFORM_T transform;
173173
DISPLAY_INPUT_FORMAT_T input_format;
174+
uint32_t display_num;
174175
} DISPMANX_MODEINFO_T;
175176

176177
/* Update callback. */

opt/vc/lib/libEGL.so

0 Bytes
Binary file not shown.

opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2.so

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libWFC.so

0 Bytes
Binary file not shown.

opt/vc/lib/libbcm_host.so

0 Bytes
Binary file not shown.

opt/vc/lib/libdebug_sym_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/libvcilcs.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)