* [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps)
@ 2014-04-13 21:24 Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 1/3] package/rpi-userland: bump revision Yann E. MORIN
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-13 21:24 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
Here are bumps to the Raspberry Pi packages and defconfig.
Regards,
Yann E. MORIN.
The following changes since commit fae7cc33a117d5408019b705d76ebb4549593f88:
mtd: fix build against uClibc (2014-04-13 21:44:06 +0200)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem/bumps
for you to fetch changes up to 973098d2a86e14ab0e39d8388f7ca7b8744c2c96:
configs: bump raspberrypi_defconfig to use the latest stable kernel (2014-04-13 23:21:50 +0200)
----------------------------------------------------------------
Yann E. MORIN (3):
package/rpi-userland: bump revision
package/rpi-firmware: bump revision
configs: bump raspberrypi_defconfig to use the latest stable kernel
configs/raspberrypi_defconfig | 4 ++--
package/rpi-firmware/rpi-firmware.mk | 2 +-
package/rpi-userland/rpi-userland.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/3] package/rpi-userland: bump revision
2014-04-13 21:24 [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Yann E. MORIN
@ 2014-04-13 21:24 ` Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 2/3] package/rpi-firmware: " Yann E. MORIN
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-13 21:24 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Fixes and enhancements for:
- camera : preview, white balance, padding-removal
- encoder: save inline motion vectors
- misc : locking in GPU<->CPU dialog (?), tvservice eye-candy
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
package/rpi-userland/rpi-userland.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index 3c20516..7188dcf 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_USERLAND_VERSION = 58ab02e820df719440816534f4534ab1dfd66ce6
+RPI_USERLAND_VERSION = a59842a068cbd19e262701f30014499e9070fbf6
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3c
RPI_USERLAND_LICENSE_FILES = LICENCE
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/3] package/rpi-firmware: bump revision
2014-04-13 21:24 [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 1/3] package/rpi-userland: bump revision Yann E. MORIN
@ 2014-04-13 21:24 ` Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 3/3] configs: bump raspberrypi_defconfig to use the latest stable kernel Yann E. MORIN
2014-04-14 18:55 ` [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-13 21:24 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Of utmost importance, this bump allows to overclock the RPi to even
higher frequencies: ARM > 1200MHz, core > 600MHz, RAM > 600MHz. :-)
To be used with caution, of course! :-)
Fixes and enhancements for:
- clocks : allow higher overclocks
- audio : PCM channel expansion/conversion
- video : stutter on streams without b-frames, choice of scaling /kernel/
- camera : padding-removal, new YUV and BGR modes
- decoder: timestamps fixes, frames interval tracking
- encoder: misc jpeg encoding fixes, save inline motion vectors
- display: don't require EDID on HDMI
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
package/rpi-firmware/rpi-firmware.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 06fd194..1c85b83 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_FIRMWARE_VERSION = 9c7c2cd698ae24022c7aa74b16436c2966e82624
+RPI_FIRMWARE_VERSION = 04ba1c03780ae708c9289bce14f56933e55e9c20
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3c
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/3] configs: bump raspberrypi_defconfig to use the latest stable kernel
2014-04-13 21:24 [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 1/3] package/rpi-userland: bump revision Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 2/3] package/rpi-firmware: " Yann E. MORIN
@ 2014-04-13 21:24 ` Yann E. MORIN
2014-04-14 18:55 ` [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-13 21:24 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Bump raspberrypi_defconfig to use the latest revision from the stable
rpi-3.10.y branch, which is based on v3.10.36.
Bump the kernel headers used for the toolchain at the same time.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
configs/raspberrypi_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index a7a38a8..b7fe8c0 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -10,13 +10,13 @@ BR2_PACKAGE_RPI_FIRMWARE=y
# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.10.33"
+BR2_DEFAULT_KERNEL_VERSION="3.10.36"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="3bff11d4d4b8dc28cb9ce81449c989466ba27198"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="7193cfe22b63ae92d1f7e955c2276adbdafd28e0"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps)
2014-04-13 21:24 [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Yann E. MORIN
` (2 preceding siblings ...)
2014-04-13 21:24 ` [Buildroot] [PATCH 3/3] configs: bump raspberrypi_defconfig to use the latest stable kernel Yann E. MORIN
@ 2014-04-14 18:55 ` Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2014-04-14 18:55 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 13 Apr 2014 23:24:50 +0200, Yann E. MORIN wrote:
> Yann E. MORIN (3):
> package/rpi-userland: bump revision
> package/rpi-firmware: bump revision
> configs: bump raspberrypi_defconfig to use the latest stable kernel
>
> configs/raspberrypi_defconfig | 4 ++--
> package/rpi-firmware/rpi-firmware.mk | 2 +-
> package/rpi-userland/rpi-userland.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-04-14 18:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-13 21:24 [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 1/3] package/rpi-userland: bump revision Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 2/3] package/rpi-firmware: " Yann E. MORIN
2014-04-13 21:24 ` [Buildroot] [PATCH 3/3] configs: bump raspberrypi_defconfig to use the latest stable kernel Yann E. MORIN
2014-04-14 18:55 ` [Buildroot] [PATCH 0/3] Raspberry Pi related bumps (branch yem/bumps) Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox