From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] boot/boot-wrapper-aarch64: bump version and add gicv3 support
Date: Tue, 3 Dec 2019 09:53:04 +0100 [thread overview]
Message-ID: <20191203095304.5798b260@windsurf> (raw)
In-Reply-To: <20191203084957.20157-1-jank@cadence.com>
Hello Jan,
On Tue, 3 Dec 2019 03:49:57 -0500
Jan Kotas <jank@cadence.com> wrote:
> This patch bumps the boot wrapper for aarch64 to the latest version.
> It also adds an option to use GICv3 (such as GIC-500).
> Handling of the DTB has been also improved.
>
> Signed-off-by: Jan Kotas <jank@cadence.com>
Thanks a lot for your contribution! However, it should be three
separate patches:
- One bumping the version
- One tweaking the DTB handling
- One adding the GICv3 option
> -BOOT_WRAPPER_AARCH64_VERSION = 4266507a84f8c06452109d38e0350d4759740694
> +BOOT_WRAPPER_AARCH64_VERSION = fd74c8cbd0e17483d2299208cad9742bee605ca7
> BOOT_WRAPPER_AARCH64_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
> BOOT_WRAPPER_AARCH64_LICENSE = BSD-3-Clause
> BOOT_WRAPPER_AARCH64_LICENSE_FILES = LICENSE.txt
> @@ -15,19 +15,11 @@ BOOT_WRAPPER_AARCH64_INSTALL_IMAGES = YES
> # Makefile.
> BOOT_WRAPPER_AARCH64_AUTORECONF = YES
>
> -BOOT_WRAPPER_AARCH64_DTB = /arch/arm64/boot/dts/$(basename $(call qstrip,$(BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS))).dtb
> -
> -# Fixup the path to the DTB in configure.ac. In the future, this
> -# should hopefully be made more configurable by the
> -# boot-wrapper-aarch64 developers.
> -define BOOT_WRAPPER_AARCH64_FIX_DTB_NAME
> - $(SED) 's%^KERN_DTB=.*%KERN_DTB=$(BOOT_WRAPPER_AARCH64_DTB)%' $(@D)/configure.ac
> -endef
> -
> -BOOT_WRAPPER_AARCH64_PRE_PATCH_HOOKS += BOOT_WRAPPER_AARCH64_FIX_DTB_NAME
> +BOOT_WRAPPER_AARCH64_DTB = $(LINUX_DIR)/arch/arm64/boot/dts/$(basename $(call qstrip,$(BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS))).dtb
>
> BOOT_WRAPPER_AARCH64_CONF_OPTS = \
> --with-kernel-dir=$(LINUX_DIR) \
> + --with-dtb=$(BOOT_WRAPPER_AARCH64_DTB) \
This indeed looks nicer than the patch hook we had.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
parent reply other threads:[~2019-12-03 8:53 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20191203084957.20157-1-jank@cadence.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191203095304.5798b260@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.