All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-07-07 13:13 Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 1/3] package/rpi-firmware: bump version Yann E. MORIN
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yann E. MORIN @ 2013-07-07 13:13 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Here is a small series that (again) bumps the RPi-related packages.
Basically, there are a bunch of fixes in audio, GL, USB and raspi-cam,
plus a few framebuffer optimisations.

I'm not sure how inter-twinned the linux/firmware/userland bits are,
so I've made three patches. They work nicely in this order for me,
but YMMV, as they say. ;-)

Regards,
Yann E. MORIN.


The following changes since commit 7cbebbc48c26ddfb18da23ffba356744a5592ea6:

  Add 'bc' in the mandatory dependencies (2013-07-05 15:30:43 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to 2498afa0081e1da31f07adc355a2ac1b47bda093:

  package/rpi-userland: bump version (2013-07-07 15:01:45 +0200)

----------------------------------------------------------------
Yann E. MORIN (3):
      package/rpi-firmware: bump version
      config/rpi: bump kernel
      package/rpi-userland: bump version

 configs/rpi_defconfig                | 2 +-
 package/rpi-firmware/rpi-firmware.mk | 2 +-
 package/rpi-userland/rpi-userland.mk | 2 +-
 3 files changed, 3 insertions(+), 3 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-firmware: bump version
  2013-07-07 13:13 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
@ 2013-07-07 13:13 ` Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 2/3] config/rpi: bump kernel Yann E. MORIN
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2013-07-07 13:13 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Fixes for:
  - sound volume
  - GL deadlock
  - ressources leak
  - compressed audio streams
  - audio sampling up to 192kHz
  - display scaling
  - cache flush for mailbox

Switch to using a 7-char cset, instead of the long one.

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 b490296..6ea621f 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = a0c98fa6bc0f93bad8cbfcf749f7be7dc2276192
+RPI_FIRMWARE_VERSION = 320084a
 RPI_FIRMWARE_SITE = http://github.com/raspberrypi/firmware/tarball/$(RPI_FIRMWARE_VERSION)
 RPI_FIRMWARE_LICENSE = BSD-3c
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/3] config/rpi: bump kernel
  2013-07-07 13:13 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 1/3] package/rpi-firmware: bump version Yann E. MORIN
@ 2013-07-07 13:13 ` Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 3/3] package/rpi-userland: bump version Yann E. MORIN
  2013-07-07 19:39 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2013-07-07 13:13 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Misc fixes and enhancements:
  - faster image blitting in framebuffer
  - USB fixes, and use of FIQ instead of plain IRQ
  - generic ARM fixes for memset
  - BT l2cap fix

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 configs/rpi_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 40fd333..3df440f 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.6.11"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="5516fc2"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="53f7e0b"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 3/3] package/rpi-userland: bump version
  2013-07-07 13:13 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 1/3] package/rpi-firmware: bump version Yann E. MORIN
  2013-07-07 13:13 ` [Buildroot] [PATCH 2/3] config/rpi: bump kernel Yann E. MORIN
@ 2013-07-07 13:13 ` Yann E. MORIN
  2013-07-07 19:39 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2013-07-07 13:13 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Misc fixes for audio and raspi-cam.

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 55d7b09..fca0e25 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_USERLAND_VERSION = 986774edf7c91a8a91d59abadbdb0b34b5a387dc
+RPI_USERLAND_VERSION = 8b271ac
 RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION)
 RPI_USERLAND_LICENSE = BSD-3c
 RPI_USERLAND_LICENSE_FILES = LICENCE
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-07 13:13 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
                   ` (2 preceding siblings ...)
  2013-07-07 13:13 ` [Buildroot] [PATCH 3/3] package/rpi-userland: bump version Yann E. MORIN
@ 2013-07-07 19:39 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-07-07 19:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> Hello All!

 Yann> Here is a small series that (again) bumps the RPi-related packages.
 Yann> Basically, there are a bunch of fixes in audio, GL, USB and raspi-cam,
 Yann> plus a few framebuffer optimisations.

 Yann> I'm not sure how inter-twinned the linux/firmware/userland bits are,
 Yann> so I've made three patches. They work nicely in this order for me,
 Yann> but YMMV, as they say. ;-)

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-07 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-07 13:13 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
2013-07-07 13:13 ` [Buildroot] [PATCH 1/3] package/rpi-firmware: bump version Yann E. MORIN
2013-07-07 13:13 ` [Buildroot] [PATCH 2/3] config/rpi: bump kernel Yann E. MORIN
2013-07-07 13:13 ` [Buildroot] [PATCH 3/3] package/rpi-userland: bump version Yann E. MORIN
2013-07-07 19:39 ` [Buildroot] [pull request] Pull request for branch yem-misc-updates Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.