* [Buildroot] [PATCH 0/2] Raspberry Pi bumps (branch yem/bumps)
@ 2014-04-29 17:56 Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 1/2] package/rpi-firmware: bump for enhancements and bug fixes Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 17:56 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
Here are two bumps related to the Raspberry Pi:
- firmware bump, with some enhancement, new features and fixes
- switch to using the a 3.12 long-term kernel
Regards,
Yann E. MORIN.
The following changes since commit a72b73852568227ee948a380c720756fbbdbec46:
upstream glibc 2.18/2.19 works fine with microblaze (2014-04-28 22:16:37 +0200)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem/bumps
for you to fetch changes up to 5efda6750ee674d89ab6d3ce4cf140930c107ea7:
configs: bump raspberrypi_defconfig to use latest rpi-3.12.y (2014-04-29 19:45:49 +0200)
----------------------------------------------------------------
Yann E. MORIN (2):
package/rpi-firmware: bump for enhancements and bug fixes
configs: bump raspberrypi_defconfig to use latest rpi-3.12.y
configs/raspberrypi_defconfig | 6 +++---
package/rpi-firmware/rpi-firmware.mk | 2 +-
2 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/2] package/rpi-firmware: bump for enhancements and bug fixes
2014-04-29 17:56 [Buildroot] [PATCH 0/2] Raspberry Pi bumps (branch yem/bumps) Yann E. MORIN
@ 2014-04-29 17:56 ` Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
1 sibling, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 17:56 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Fixes and enhancements for:
- video: add 3D stereo, unusual streams with skipped frames
- audio: reset-on-flush, alsa passthrough, volume
- misc : SDRAM drive strength
- some undocumented changes
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 1c85b83..138c37d 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_FIRMWARE_VERSION = 04ba1c03780ae708c9289bce14f56933e55e9c20
+RPI_FIRMWARE_VERSION = 81e54c47b1cb26dd3990cbc970f4ddd3614196e8
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 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y
2014-04-29 17:56 [Buildroot] [PATCH 0/2] Raspberry Pi bumps (branch yem/bumps) Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 1/2] package/rpi-firmware: bump for enhancements and bug fixes Yann E. MORIN
@ 2014-04-29 17:56 ` Yann E. MORIN
2014-04-29 18:04 ` Yann E. MORIN
1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 17:56 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
The Raspberry Pi people are now considering there stable version to
be based on the 3.12.series:
http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=75895
> The 3.12 kernel tree has long term support and we are moving to it.
Bump the Raspberry Pi defconfig to use the latest stable version of
the rpi-3.12.y branch, based on linux-3.12.18.
Bump the kernel headers at the same time.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
configs/raspberrypi_defconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index b7fe8c0..6cefc74 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -8,15 +8,15 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_PACKAGE_RPI_FIRMWARE=y
-# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
+# Lock to 3.12 headers as the RPi kernel is based off the 3.12 branch
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.10.36"
+BR2_DEFAULT_KERNEL_VERSION="3.12.18"
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="7193cfe22b63ae92d1f7e955c2276adbdafd28e0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="746069c0ac473cfb4fd70415149b4cfdea193119"
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 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y
2014-04-29 17:56 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
@ 2014-04-29 18:04 ` Yann E. MORIN
0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 18:04 UTC (permalink / raw)
To: buildroot
All,
On 2014-04-29 19:56 +0200, Yann E. MORIN spake thusly:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> The Raspberry Pi people are now considering there stable version to
> be based on the 3.12.series:
> http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=75895
>
> > The 3.12 kernel tree has long term support and we are moving to it.
>
> Bump the Raspberry Pi defconfig to use the latest stable version of
> the rpi-3.12.y branch, based on linux-3.12.18.
>
> Bump the kernel headers at the same time.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
> configs/raspberrypi_defconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
> index b7fe8c0..6cefc74 100644
> --- a/configs/raspberrypi_defconfig
> +++ b/configs/raspberrypi_defconfig
> @@ -8,15 +8,15 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
>
> BR2_PACKAGE_RPI_FIRMWARE=y
>
> -# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
> +# Lock to 3.12 headers as the RPi kernel is based off the 3.12 branch
> BR2_KERNEL_HEADERS_VERSION=y
> -BR2_DEFAULT_KERNEL_VERSION="3.10.36"
> +BR2_DEFAULT_KERNEL_VERSION="3.12.18"
> BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
Doh, I missed that one... New version in the pipe...
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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 0/2 v2] Raspberry Pi bumps (branch yem/bumps)
@ 2014-04-29 18:08 Yann E. MORIN
2014-04-29 18:08 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 18:08 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
Here are two bumps related to the Raspberry Pi:
- firmware bump, with some enhancement, new features and fixes
- switch to using the a long-term, 3.12-based kernel
Changes v1 -> v2:
- properly bump the kernel headers (missed the HEADERS_AT_LEAST_XXX)
Regards,
Yann E. MORIN.
The following changes since commit a72b73852568227ee948a380c720756fbbdbec46:
upstream glibc 2.18/2.19 works fine with microblaze (2014-04-28 22:16:37 +0200)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem/bumps
for you to fetch changes up to 898e036445f0bc0800b4b150a19024278cbc5d92:
configs: bump raspberrypi_defconfig to use latest rpi-3.12.y (2014-04-29 20:05:09 +0200)
----------------------------------------------------------------
Yann E. MORIN (2):
package/rpi-firmware: bump for enhancements and bug fixes
configs: bump raspberrypi_defconfig to use latest rpi-3.12.y
configs/raspberrypi_defconfig | 8 ++++----
package/rpi-firmware/rpi-firmware.mk | 2 +-
2 files changed, 5 insertions(+), 5 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 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y
2014-04-29 18:08 [Buildroot] [PATCH 0/2 v2] Raspberry Pi bumps (branch yem/bumps) Yann E. MORIN
@ 2014-04-29 18:08 ` Yann E. MORIN
0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-04-29 18:08 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
The Raspberry Pi people are now considering there stable version to
be based on the 3.12.series:
http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=75895
> The 3.12 kernel tree has long term support and we are moving to it.
Bump the Raspberry Pi defconfig to use the latest stable version of
the rpi-3.12.y branch, based on linux-3.12.18.
Bump the kernel headers at the same time.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
Changes v1 -> v2:
- properly bump the headers (missed the HEADERS_AT_LEAST_XXX)
---
configs/raspberrypi_defconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index b7fe8c0..61e23c0 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -8,15 +8,15 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_PACKAGE_RPI_FIRMWARE=y
-# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
+# Lock to 3.12 headers as the RPi kernel is based off the 3.12 branch
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.10.36"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
+BR2_DEFAULT_KERNEL_VERSION="3.12.18"
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=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="7193cfe22b63ae92d1f7e955c2276adbdafd28e0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="746069c0ac473cfb4fd70415149b4cfdea193119"
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
end of thread, other threads:[~2014-04-29 18:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 17:56 [Buildroot] [PATCH 0/2] Raspberry Pi bumps (branch yem/bumps) Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 1/2] package/rpi-firmware: bump for enhancements and bug fixes Yann E. MORIN
2014-04-29 17:56 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
2014-04-29 18:04 ` Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2014-04-29 18:08 [Buildroot] [PATCH 0/2 v2] Raspberry Pi bumps (branch yem/bumps) Yann E. MORIN
2014-04-29 18:08 ` [Buildroot] [PATCH 2/2] configs: bump raspberrypi_defconfig to use latest rpi-3.12.y Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox