From: Sergey Matyukevich <geomatsi@gmail.com>
To: buildroot@buildroot.org
Cc: Joao Pinto <jpinto@synopsys.com>,
ARC Maintainers <arc-buildroot@synopsys.com>,
Sergey Matyukevich <sergey.matyukevich@synopsys.com>,
Sergey Matyukevich <geomatsi@gmail.com>
Subject: [Buildroot] [PATCH 1/5] configs/snps_arc700_axs101: bump kernel and u-boot versions
Date: Mon, 31 Jan 2022 11:12:10 +0300 [thread overview]
Message-ID: <20220131081214.12773-2-geomatsi@gmail.com> (raw)
In-Reply-To: <20220131081214.12773-1-geomatsi@gmail.com>
From: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
Bump versions:
- use U-Boot 2022.01
- use Linux kernel v5.16
Add U-Boot configuration fragment increasing early malloc pool size.
Signed-off-by: Sergey Matyukevich <sergey.matyukevich@synopsys.com>
---
board/synopsys/axs10x/uboot-fragment.config | 1 +
configs/snps_arc700_axs101_defconfig | 10 ++++++----
2 files changed, 7 insertions(+), 4 deletions(-)
create mode 100644 board/synopsys/axs10x/uboot-fragment.config
diff --git a/board/synopsys/axs10x/uboot-fragment.config b/board/synopsys/axs10x/uboot-fragment.config
new file mode 100644
index 0000000000..92fe20f463
--- /dev/null
+++ b/board/synopsys/axs10x/uboot-fragment.config
@@ -0,0 +1 @@
+CONFIG_SYS_MALLOC_F_LEN=0x0500
diff --git a/configs/snps_arc700_axs101_defconfig b/configs/snps_arc700_axs101_defconfig
index 080250e92b..3a6bd5c0d3 100644
--- a/configs/snps_arc700_axs101_defconfig
+++ b/configs/snps_arc700_axs101_defconfig
@@ -8,13 +8,13 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_SYSTEM_DHCP="eth0"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/synopsys/axs10x/post-build.sh"
-# Linux headers same as kernel, a 5.6 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_6=y
+# Linux headers same as kernel, a 5.16 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.6.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16"
BR2_LINUX_KERNEL_DEFCONFIG="axs101"
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
@@ -22,6 +22,8 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.05"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs101"
+BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/synopsys/axs10x/uboot-fragment.config"
BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
--
2.35.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-01-31 8:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 8:12 [Buildroot] [PATCH 0/5] synopsys: boards maintenance Sergey Matyukevich
2022-01-31 8:12 ` Sergey Matyukevich [this message]
2022-02-07 10:07 ` [Buildroot] [arc-buildroot] [PATCH 1/5] configs/snps_arc700_axs101: bump kernel and u-boot versions Alexey Brodkin via buildroot
2022-01-31 8:12 ` [Buildroot] [PATCH 2/5] configs/snps_archs32_axs103: " Sergey Matyukevich
2022-02-07 10:08 ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2022-01-31 8:12 ` [Buildroot] [PATCH 3/5] configs/snps_archs38_hsdk: " Sergey Matyukevich
2022-02-07 10:09 ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2022-01-31 8:12 ` [Buildroot] [PATCH 4/5] configs/snps_archs38_haps: " Sergey Matyukevich
2022-02-07 10:09 ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2022-01-31 8:12 ` [Buildroot] [PATCH 5/5] board/synopsys: remove outdated vdk boards Sergey Matyukevich
2022-02-07 10:11 ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2022-01-31 12:05 ` [Buildroot] [PATCH 0/5] synopsys: boards maintenance Giulio Benetti
2022-01-31 13:09 ` Sergey Matyukevich
2022-01-31 13:10 ` Giulio Benetti
2022-02-12 11:53 ` Arnout Vandecappelle
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=20220131081214.12773-2-geomatsi@gmail.com \
--to=geomatsi@gmail.com \
--cc=arc-buildroot@synopsys.com \
--cc=buildroot@buildroot.org \
--cc=jpinto@synopsys.com \
--cc=sergey.matyukevich@synopsys.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox