All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15
@ 2016-01-07 20:07 Gustavo Zacarias
  2016-01-07 20:07 ` [Buildroot] [PATCH 2/3] rpi-firmware: version bump Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2016-01-07 20:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/raspberrypi2_defconfig | 4 ++--
 configs/raspberrypi_defconfig  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 0d0c6d0..8e9aa66 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -10,13 +10,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 # Lock to 4.1 headers as the RPi kernel stable tree is
 # based off the 4.1 branch
 BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="4.1.5"
+BR2_DEFAULT_KERNEL_VERSION="4.1.15"
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="592503752b6951972f161f04280683c5af38d173"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 BR2_LINUX_KERNEL_ZIMAGE=y
 
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 76edc6b..98e6ae3 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -7,7 +7,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 # Lock to 4.1 headers as the RPi kernel stable tree is
 # based off the 4.1 branch
 BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="4.1.5"
+BR2_DEFAULT_KERNEL_VERSION="4.1.15"
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
 
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
@@ -15,7 +15,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="592503752b6951972f161f04280683c5af38d173"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="d33d0293e245badc4ca6ede3984d8bb8ea63cb1a"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_ZIMAGE=y
 
-- 
2.4.10

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

* [Buildroot] [PATCH 2/3] rpi-firmware: version bump
  2016-01-07 20:07 [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Gustavo Zacarias
@ 2016-01-07 20:07 ` Gustavo Zacarias
  2016-02-01 20:22   ` Peter Korsgaard
  2016-01-07 20:07 ` [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb Gustavo Zacarias
  2016-02-01 20:22 ` [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2016-01-07 20:07 UTC (permalink / raw)
  To: buildroot

To match the previous kernel version bump.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 2436376..4b92a50 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 52f65ac4ad1ef1d2838fa2f921d5bc3ece4c777b
+RPI_FIRMWARE_VERSION = 22d8c910f4c53118f9cf85c038d7d8e307efc110
 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
 RPI_FIRMWARE_LICENSE = BSD-3c
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
2.4.10

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

* [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb
  2016-01-07 20:07 [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Gustavo Zacarias
  2016-01-07 20:07 ` [Buildroot] [PATCH 2/3] rpi-firmware: version bump Gustavo Zacarias
@ 2016-01-07 20:07 ` Gustavo Zacarias
  2016-02-01 20:26   ` Peter Korsgaard
  2016-02-01 20:22 ` [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2016-01-07 20:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 board/raspberrypi/genimage-raspberrypi.cfg | 1 +
 configs/raspberrypi_defconfig              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/raspberrypi/genimage-raspberrypi.cfg b/board/raspberrypi/genimage-raspberrypi.cfg
index 45be4d0..74758f5 100644
--- a/board/raspberrypi/genimage-raspberrypi.cfg
+++ b/board/raspberrypi/genimage-raspberrypi.cfg
@@ -3,6 +3,7 @@ image boot.vfat {
     files = {
       "bcm2708-rpi-b.dtb",
       "bcm2708-rpi-b-plus.dtb",
+      "bcm2708-rpi-cm.dtb",
       "rpi-firmware/bootcode.bin",
       "rpi-firmware/cmdline.txt",
       "rpi-firmware/config.txt",
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 98e6ae3..093f05a 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_ZIMAGE=y
 
 # Build the DTBs for A/B and A+/B+ from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
 
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
-- 
2.4.10

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

* [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15
  2016-01-07 20:07 [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Gustavo Zacarias
  2016-01-07 20:07 ` [Buildroot] [PATCH 2/3] rpi-firmware: version bump Gustavo Zacarias
  2016-01-07 20:07 ` [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb Gustavo Zacarias
@ 2016-02-01 20:22 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-02-01 20:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] rpi-firmware: version bump
  2016-01-07 20:07 ` [Buildroot] [PATCH 2/3] rpi-firmware: version bump Gustavo Zacarias
@ 2016-02-01 20:22   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-02-01 20:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > To match the previous kernel version bump.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb
  2016-01-07 20:07 ` [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb Gustavo Zacarias
@ 2016-02-01 20:26   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2016-02-01 20:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

 
 >  # Build the DTBs for A/B and A+/B+ from the kernel sources
 >  BR2_LINUX_KERNEL_DTS_SUPPORT=y
 > -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus"
 > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"

It was not clear to me what 'CM' stood for, but some googling shows that
it is compute module.

You also didn't adjust the comment just above to match.

Committed with an extended description and the comment updated. Please
try to write a bit more informative commit messages in the future,
thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-02-01 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 20:07 [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 Gustavo Zacarias
2016-01-07 20:07 ` [Buildroot] [PATCH 2/3] rpi-firmware: version bump Gustavo Zacarias
2016-02-01 20:22   ` Peter Korsgaard
2016-01-07 20:07 ` [Buildroot] [PATCH 3/3] configs/raspberrypi: add CM dtb Gustavo Zacarias
2016-02-01 20:26   ` Peter Korsgaard
2016-02-01 20:22 ` [Buildroot] [PATCH 1/3] configs/raspberypi: bump to kernel version 4.1.15 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.