Skip to content

Commit

Permalink
firmware: arm_loader: Patch the /model DT property string at boot time
Browse files Browse the repository at this point in the history
See: #366

firmware: vc_cma: Move initial allocation when top-down, and fix kernel cmdline
See: #365

firmware: tvservice: Clear 3d settings before switching to new hdmi mode
See: #368

firmware: platform: Make config filter EDID case insensitive and ignore zero serial number
See: #320

firmware: arm_loader: Add support for 8-, 16- and 64-bit parameters
See: http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=93015&start=325#p696581

kernel: Create generic i2c-rtc overlay supporting multiple devices
See: raspberrypi/linux#742

kernel: lirc-rpi: use getnstimeofday instead of read_current_timer
See: raspberrypi/linux#827
  • Loading branch information
popcornmix committed Feb 18, 2015
1 parent 8aca576 commit 593aa0f
Show file tree
Hide file tree
Showing 39 changed files with 61,261 additions and 61,257 deletions.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.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/bmp085_i2c-sensor-overlay.dtb
Binary file not shown.
Binary file added boot/overlays/i2c-rtc-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.
60,828 changes: 30,415 additions & 30,413 deletions extra/System.map

Large diffs are not rendered by default.

61,684 changes: 30,843 additions & 30,841 deletions extra/System7.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extra/git_hash
@@ -1 +1 @@
0be82f722c097340632a59b879fbfee9c6148f53
a47483de367060eb0475fc81978ad72c28338600
2 changes: 1 addition & 1 deletion extra/uname_string
@@ -1 +1 @@
Linux version 3.18.7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015
Linux version 3.18.7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #756 PREEMPT Wed Feb 18 16:08:51 GMT 2015
2 changes: 1 addition & 1 deletion extra/uname_string7
@@ -1 +1 @@
Linux version 3.18.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015
Linux version 3.18.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #756 SMP PREEMPT Wed Feb 18 16:14:51 GMT 2015
Binary file modified hardfp/opt/vc/bin/raspistill
Binary file not shown.
Binary file modified hardfp/opt/vc/bin/tvservice
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libEGL_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libGLESv2_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libdebug_sym_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libkhrn_client.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libkhrn_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvcfiled_check.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvchostif.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvcilcs.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvmcs_rpc_client.a
Binary file not shown.
Binary file modified modules/3.18.7+/kernel/drivers/staging/media/lirc/lirc_rpi.ko
Binary file not shown.
Binary file modified modules/3.18.7-v7+/kernel/drivers/staging/media/lirc/lirc_rpi.ko
Binary file not shown.
Binary file modified opt/vc/bin/raspistill
Binary file not shown.
Binary file modified opt/vc/bin/tvservice
Binary file not shown.
Binary file modified opt/vc/lib/libEGL_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libGLESv2_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libdebug_sym_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_client.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libvcfiled_check.a
Binary file not shown.
Binary file modified opt/vc/lib/libvchostif.a
Binary file not shown.
Binary file modified opt/vc/lib/libvcilcs.a
Binary file not shown.
Binary file modified opt/vc/lib/libvmcs_rpc_client.a
Binary file not shown.

5 comments on commit 593aa0f

@lurch
Copy link
Contributor

@lurch lurch commented on 593aa0f Feb 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "generic i2c-rtc overlay" PR is actually raspberrypi/linux#838 ;-)
Does this make the separate i2c-rtc overlays defunct?

@pelwell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@lurch
Copy link
Contributor

@lurch lurch commented on 593aa0f Feb 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the DT-enabled kernel is still relatively recent, would it be worth "nipping them in the bud" and removing the separate i2c-rtc overlays now, rather than leaving it until later when it would be too dangerous to remove the separate i2c-rtc overlays (because of too many people relying on them)?
Or am I just being too much of a "neat freak"? ;-)

@pelwell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whilst refraining from commenting on your freakish (or not) tendencies, I have announced the deprecation of the old RTC overlays, and after a suitable period (a month?) I will delete them.

@lurch
Copy link
Contributor

@lurch lurch commented on 593aa0f Feb 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freaky Lurch appreciates it ;)

Please sign in to comment.