* [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2
@ 2020-05-28 10:00 Pierre-Jean Texier
2020-05-28 10:00 ` [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04 Pierre-Jean Texier
2020-05-29 20:45 ` [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Pierre-Jean Texier @ 2020-05-28 10:00 UTC (permalink / raw)
To: buildroot
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
boot/at91bootstrap3/Config.in | 4 ++--
boot/at91bootstrap3/at91bootstrap3.hash | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in
index faab763..ccbb531 100644
--- a/boot/at91bootstrap3/Config.in
+++ b/boot/at91bootstrap3/Config.in
@@ -19,7 +19,7 @@ choice
prompt "AT91 Bootstrap 3 version"
config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
- bool "3.9.0"
+ bool "3.9.2"
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
bool "Custom Git repository"
@@ -51,7 +51,7 @@ endif
config BR2_TARGET_AT91BOOTSTRAP3_VERSION
string
- default "v3.9.0" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
+ default "v3.9.2" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \
if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
default "custom" if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
diff --git a/boot/at91bootstrap3/at91bootstrap3.hash b/boot/at91bootstrap3/at91bootstrap3.hash
index 9f6c95a..5741b82 100644
--- a/boot/at91bootstrap3/at91bootstrap3.hash
+++ b/boot/at91bootstrap3/at91bootstrap3.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 e23e6df23b79ca81e412cb73a1f48bd95df8d46c7d52a1d073c2ed9d4f3a1a71 at91bootstrap3-v3.9.0.tar.gz
+sha256 6cf37df482024f3770fe1880f768a675beda16323a90e702860d9e5478105b3f at91bootstrap3-v3.9.2.tar.gz
sha256 732b2a55b5905031d8ae420136ffb5f8889214865784386bf754cffab8d2bc6e main.c
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04
2020-05-28 10:00 [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Pierre-Jean Texier
@ 2020-05-28 10:00 ` Pierre-Jean Texier
2020-05-29 21:08 ` Thomas Petazzoni
2020-05-29 20:45 ` [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Pierre-Jean Texier @ 2020-05-28 10:00 UTC (permalink / raw)
To: buildroot
This commit:
- bump Linux & U-Boot to linux4sam-2020.04
- bump at91bootstrap to v3.9.2
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
Logs:
AT91Bootstrap 3.9.2 (mardi 26 mai 2020, 19:28:37 (UTC+0200))
SDHC: fix in place for SAMA5D2 SoM VDDSDMMC over-consumption errata
SD/MMC: Image: Read file u-boot.bin to 0x23f00000
MMC: ADMA supported
SD: Card Capacity: High or Extended
SD: Specification Version 3.0X
SD/MMC: Done to load image
<debug_uart>
U-Boot 2020.01-linux4sam-2020.04 (May 26 2020 - 19:28:48 +0200)
CPU: SAMA5D27 1G bits DDR2 SDRAM
Crystal frequency: 24 MHz
CPU clock : 492 MHz
Master clock : 164 MHz
DRAM: 128 MiB
MMC: sdio-host at a0000000: 0, sdio-host at b0000000: 1
Loading Environment from FAT... OK
<...>
Starting kernel ...
Booting Linux on physical CPU 0x0
Linux version 5.4.41-linux4sam-2020.04
<...>
Starting sshd: OK
Welcome to Buildroot
configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
index 6b5def3..b608bac 100644
--- a/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
+++ b/configs/atmel_sama5d27_som1_ek_mmc_dev_defconfig
@@ -3,7 +3,7 @@ BR2_cortex_a5=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_ARM_INSTRUCTIONS_THUMB2=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
@@ -12,7 +12,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/atmel/sama5d27_som1_ek_mmc/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam_6.2)/linux-linux4sam_6.2.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,linux-at91,linux4sam-2020.04)/linux-at91-linux4sam-2020.04.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="sama5"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d27_som1_ek"
@@ -71,12 +71,12 @@ BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
BR2_TARGET_AT91BOOTSTRAP3=y
BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL=y
-BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v3.9.0)/at91bootstrap3-v3.9.0.tar.gz"
+BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v3.9.2)/at91bootstrap3-v3.9.2.tar.gz"
BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d27_som1_eksd_uboot"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,u-boot-at91,linux4sam_6.2)/u-boot-at91-linux4sam_6.2.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,u-boot-at91,linux4sam-2020.04)/u-boot-at91-linux4sam-2020.04.tar.gz"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d27_som1_ek_mmc"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2
2020-05-28 10:00 [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Pierre-Jean Texier
2020-05-28 10:00 ` [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04 Pierre-Jean Texier
@ 2020-05-29 20:45 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-29 20:45 UTC (permalink / raw)
To: buildroot
On Thu, 28 May 2020 12:00:56 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> boot/at91bootstrap3/Config.in | 4 ++--
> boot/at91bootstrap3/at91bootstrap3.hash | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04
2020-05-28 10:00 ` [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04 Pierre-Jean Texier
@ 2020-05-29 21:08 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-29 21:08 UTC (permalink / raw)
To: buildroot
On Thu, 28 May 2020 12:00:57 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:
> This commit:
> - bump Linux & U-Boot to linux4sam-2020.04
> - bump at91bootstrap to v3.9.2
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-29 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 10:00 [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Pierre-Jean Texier
2020-05-28 10:00 ` [Buildroot] [PATCH/next] configs/atmel_sama5d27_som1: bump to linux4sam-2020.04 Pierre-Jean Texier
2020-05-29 21:08 ` Thomas Petazzoni
2020-05-29 20:45 ` [Buildroot] [PATCH/next] boot/at91bootstrap3: bump to version 3.9.2 Thomas Petazzoni
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.