* [Buildroot] [PATCH 0/2] Bump Arm Foundation
@ 2023-02-23 18:08 Vincent Stehlé
2023-02-23 18:08 ` [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version Vincent Stehlé
2023-02-23 18:08 ` [Buildroot] [PATCH 2/2] configs/arm_foundationv8: bump to Linux 6.1.13 Vincent Stehlé
0 siblings, 2 replies; 4+ messages in thread
From: Vincent Stehlé @ 2023-02-23 18:08 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé, Thomas Petazzoni
Hi,
Here are a couple of patches to bump boot-wrapper and the
arm_foundationv8_defconfig.
They should be applied in order, please.
The updated model version mentioned in the second patch will not run the
older boot-wrapper "as is"; it would need option `--arm-v8.0' for example.
Best regards,
Vincent.
Vincent Stehlé (2):
boot/boot-wrapper-aarch64: bump version
configs/arm_foundationv8: bump to Linux 6.1.13
board/arm/foundation-v8/readme.txt | 4 ++--
boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk | 2 +-
configs/arm_foundationv8_defconfig | 7 ++++---
3 files changed, 7 insertions(+), 6 deletions(-)
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version
2023-02-23 18:08 [Buildroot] [PATCH 0/2] Bump Arm Foundation Vincent Stehlé
@ 2023-02-23 18:08 ` Vincent Stehlé
2023-02-23 22:43 ` Thomas Petazzoni via buildroot
2023-02-23 18:08 ` [Buildroot] [PATCH 2/2] configs/arm_foundationv8: bump to Linux 6.1.13 Vincent Stehlé
1 sibling, 1 reply; 4+ messages in thread
From: Vincent Stehlé @ 2023-02-23 18:08 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé, Thomas Petazzoni
Bump boot-wrapper to the latest version.
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
index 30b352f8e7..95f7e22760 100644
--- a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
+++ b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BOOT_WRAPPER_AARCH64_VERSION = 8d5a765251d9113c3c0f9fa14de42a9e7486fe8a
+BOOT_WRAPPER_AARCH64_VERSION = 9f26a1c1f27bd6b5b66c265114848007fc22e4aa
BOOT_WRAPPER_AARCH64_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
BOOT_WRAPPER_AARCH64_SITE_METHOD = git
BOOT_WRAPPER_AARCH64_LICENSE = BSD-3-Clause
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] configs/arm_foundationv8: bump to Linux 6.1.13
2023-02-23 18:08 [Buildroot] [PATCH 0/2] Bump Arm Foundation Vincent Stehlé
2023-02-23 18:08 ` [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version Vincent Stehlé
@ 2023-02-23 18:08 ` Vincent Stehlé
1 sibling, 0 replies; 4+ messages in thread
From: Vincent Stehlé @ 2023-02-23 18:08 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé, Thomas Petazzoni
- Bump Linux kernel to v6.1.13 and increase the rootfs size accordingly.
- Bump the FVP in the readme to version 11.20 build 15 and update the
command line.
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
---
board/arm/foundation-v8/readme.txt | 4 ++--
configs/arm_foundationv8_defconfig | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt
index b5106f015e..cb0fe08b87 100644
--- a/board/arm/foundation-v8/readme.txt
+++ b/board/arm/foundation-v8/readme.txt
@@ -3,14 +3,14 @@ ARM software simulator of the AArch64 architecture.
First, one has to download the AArch64 software simulator from:
- https://silver.arm.com/download/download.tm?pv=4807186
+ https://armkeil.blob.core.windows.net/developer/Files/downloads/ecosystem-models/Foundation_Platform_11.20_15_Linux64.tgz
Then, use the arm_foundationv8_defconfig configuration to build your
Buildroot system.
Finally, boot your system with:
- ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/models/Linux64_GCC-6.4/Foundation_Platform \
+ ${LOCATION_OF_FOUNDATIONV8_SIMULATOR}/models/Linux64_GCC-9.3/Foundation_Platform \
--image output/images/linux-system.axf \
--block-device output/images/rootfs.ext2 \
--network=nat \
diff --git a/configs/arm_foundationv8_defconfig b/configs/arm_foundationv8_defconfig
index 3c63f5dc76..102fe8fd09 100644
--- a/configs/arm_foundationv8_defconfig
+++ b/configs/arm_foundationv8_defconfig
@@ -1,15 +1,16 @@
BR2_aarch64=y
-# Linux headers same as kernel, a 5.16 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
+# Linux headers same as kernel, a 6.1 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16.20"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.13"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/foundation-v8-gicv3-psci"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
# BR2_TARGET_ROOTFS_TAR is not set
BR2_TARGET_BOOT_WRAPPER_AARCH64=y
BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS="arm/foundation-v8-gicv3-psci"
--
2.39.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version
2023-02-23 18:08 ` [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version Vincent Stehlé
@ 2023-02-23 22:43 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-23 22:43 UTC (permalink / raw)
To: Vincent Stehlé; +Cc: buildroot
On Thu, 23 Feb 2023 19:08:46 +0100
Vincent Stehlé <vincent.stehle@arm.com> wrote:
> Bump boot-wrapper to the latest version.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
> boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Series applied to next. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-23 22:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 18:08 [Buildroot] [PATCH 0/2] Bump Arm Foundation Vincent Stehlé
2023-02-23 18:08 ` [Buildroot] [PATCH 1/2] boot/boot-wrapper-aarch64: bump version Vincent Stehlé
2023-02-23 22:43 ` Thomas Petazzoni via buildroot
2023-02-23 18:08 ` [Buildroot] [PATCH 2/2] configs/arm_foundationv8: bump to Linux 6.1.13 Vincent Stehlé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox