Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel
@ 2018-04-09 14:47 Luca Ceresoli
  2018-04-09 14:47 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for zynq_zed Luca Ceresoli
  2018-04-09 19:23 ` [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Luca Ceresoli @ 2018-04-09 14:47 UTC (permalink / raw)
  To: buildroot

The Zynq SoCs are now well supported in the mainline kernel, thus stop
using the Xilinx fork.

As there is not xilinx_zynq defconfig in mainline, use the default
arch config.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

--

Note: this requires the kernel 4.16 bump patchset by Bernd:
      https://patchwork.ozlabs.org/project/buildroot/list/?series=37904
---
 configs/zynq_zed_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index 26ff245169ad..676366bc5c9a 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -2,13 +2,13 @@ BR2_arm=y
 BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynq/post-image.sh"
 BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xilinx-v2017.3)/linux-xilinx-v2017.3.tar.gz"
-BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16"
+BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for zynq_zed
  2018-04-09 14:47 [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Luca Ceresoli
@ 2018-04-09 14:47 ` Luca Ceresoli
  2018-04-09 19:23 ` [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Luca Ceresoli @ 2018-04-09 14:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 DEVELOPERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index b7970871915d..8a6793b5a958 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1071,7 +1071,9 @@ F:	package/ti-sgx-um/
 
 N:	Luca Ceresoli <luca@lucaceresoli.net>
 F:	board/olimex/a20_olinuxino/
+F:	board/zynq/
 F:	configs/olimex_a20_olinuxino_*
+F:	configs/zynq_zed_defconfig
 F:	package/agentpp/
 F:	package/exim/
 F:	package/libpjsip/
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel
  2018-04-09 14:47 [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Luca Ceresoli
  2018-04-09 14:47 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for zynq_zed Luca Ceresoli
@ 2018-04-09 19:23 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-09 19:23 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  9 Apr 2018 16:47:07 +0200, Luca Ceresoli wrote:
> The Zynq SoCs are now well supported in the mainline kernel, thus stop
> using the Xilinx fork.
> 
> As there is not xilinx_zynq defconfig in mainline, use the default
> arch config.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> 
> --
> 
> Note: this requires the kernel 4.16 bump patchset by Bernd:
>       https://patchwork.ozlabs.org/project/buildroot/list/?series=37904
> ---
>  configs/zynq_zed_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks. Minor nit on this first patch, I would have
preferred the commit title to start with "configs/zynq_zed" rather than
just "zynq_zed". Yes that's a minor nit :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-04-09 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09 14:47 [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Luca Ceresoli
2018-04-09 14:47 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add myself for zynq_zed Luca Ceresoli
2018-04-09 19:23 ` [Buildroot] [PATCH 1/2] zynq_zed: linux: bump to latest mainline kernel Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox