* [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC
@ 2017-07-02 9:06 Thomas Petazzoni
2017-07-02 10:27 ` Arnout Vandecappelle
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-07-02 9:06 UTC (permalink / raw)
To: buildroot
Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit
0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses
the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC
in order to build dtc before u-boot and avoid build failures.
Fixes:
>>> uboot linux4sam_5.6 Configuring
>>> uboot linux4sam_5.6 Building
[...]
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
./scripts/dtc-version.sh: line 17: dtc: command not found
./scripts/dtc-version.sh: line 18: dtc: command not found
*** Your dtc is too old, please upgrade to dtc 1.4 or newer
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
configs/at91sam9x5ek_defconfig | 1 +
configs/at91sam9x5ek_dev_defconfig | 1 +
configs/at91sam9x5ek_mmc_defconfig | 1 +
configs/at91sam9x5ek_mmc_dev_defconfig | 1 +
configs/atmel_sama5d2_xplained_mmc_defconfig | 1 +
configs/atmel_sama5d2_xplained_mmc_dev_defconfig | 1 +
configs/atmel_sama5d3_xplained_defconfig | 1 +
configs/atmel_sama5d3_xplained_dev_defconfig | 1 +
configs/atmel_sama5d3_xplained_mmc_defconfig | 1 +
configs/atmel_sama5d3_xplained_mmc_dev_defconfig | 1 +
configs/atmel_sama5d4_xplained_defconfig | 1 +
configs/atmel_sama5d4_xplained_dev_defconfig | 1 +
configs/atmel_sama5d4_xplained_mmc_defconfig | 1 +
configs/atmel_sama5d4_xplained_mmc_dev_defconfig | 1 +
14 files changed, 14 insertions(+)
diff --git a/configs/at91sam9x5ek_defconfig b/configs/at91sam9x5ek_defconfig
index fc1a315..beb8d81 100644
--- a/configs/at91sam9x5ek_defconfig
+++ b/configs/at91sam9x5ek_defconfig
@@ -24,4 +24,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/at91sam9x5ek_dev_defconfig b/configs/at91sam9x5ek_dev_defconfig
index f6126db..af75583 100644
--- a/configs/at91sam9x5ek_dev_defconfig
+++ b/configs/at91sam9x5ek_dev_defconfig
@@ -94,6 +94,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig
index 0ce8877..5cc129f 100644
--- a/configs/at91sam9x5ek_mmc_defconfig
+++ b/configs/at91sam9x5ek_mmc_defconfig
@@ -33,6 +33,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_ENVIMAGE=y
BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/atmel/at91sam9x5ek_mmc/uboot-env.txt"
BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x4000"
diff --git a/configs/at91sam9x5ek_mmc_dev_defconfig b/configs/at91sam9x5ek_mmc_dev_defconfig
index 4df4d66..0060111 100644
--- a/configs/at91sam9x5ek_mmc_dev_defconfig
+++ b/configs/at91sam9x5ek_mmc_dev_defconfig
@@ -95,6 +95,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_ENVIMAGE=y
BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/atmel/at91sam9x5ek_mmc/uboot-env.txt"
BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x4000"
diff --git a/configs/atmel_sama5d2_xplained_mmc_defconfig b/configs/atmel_sama5d2_xplained_mmc_defconfig
index b1c7c52..8abb099 100644
--- a/configs/atmel_sama5d2_xplained_mmc_defconfig
+++ b/configs/atmel_sama5d2_xplained_mmc_defconfig
@@ -25,6 +25,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d2_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
diff --git a/configs/atmel_sama5d2_xplained_mmc_dev_defconfig b/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
index 232ab07..e5a748a 100644
--- a/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
+++ b/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
@@ -97,6 +97,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d2_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
# Needed to generate the SD card image
diff --git a/configs/atmel_sama5d3_xplained_defconfig b/configs/atmel_sama5d3_xplained_defconfig
index 09c7ad0..2b76cc1 100644
--- a/configs/atmel_sama5d3_xplained_defconfig
+++ b/configs/atmel_sama5d3_xplained_defconfig
@@ -25,4 +25,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/atmel_sama5d3_xplained_dev_defconfig b/configs/atmel_sama5d3_xplained_dev_defconfig
index 0935417..89d6698 100644
--- a/configs/atmel_sama5d3_xplained_dev_defconfig
+++ b/configs/atmel_sama5d3_xplained_dev_defconfig
@@ -96,6 +96,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/atmel_sama5d3_xplained_mmc_defconfig b/configs/atmel_sama5d3_xplained_mmc_defconfig
index 9b8b213..c34e333 100644
--- a/configs/atmel_sama5d3_xplained_mmc_defconfig
+++ b/configs/atmel_sama5d3_xplained_mmc_defconfig
@@ -24,6 +24,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
diff --git a/configs/atmel_sama5d3_xplained_mmc_dev_defconfig b/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
index 2650274..fb4d91c 100644
--- a/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
+++ b/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
@@ -96,6 +96,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
# Needed to generate the SD card image
diff --git a/configs/atmel_sama5d4_xplained_defconfig b/configs/atmel_sama5d4_xplained_defconfig
index 96bc2af..8cdf0d9 100644
--- a/configs/atmel_sama5d4_xplained_defconfig
+++ b/configs/atmel_sama5d4_xplained_defconfig
@@ -29,4 +29,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/atmel_sama5d4_xplained_dev_defconfig b/configs/atmel_sama5d4_xplained_dev_defconfig
index 5e57fc0..7f6155d 100644
--- a/configs/atmel_sama5d4_xplained_dev_defconfig
+++ b/configs/atmel_sama5d4_xplained_dev_defconfig
@@ -100,6 +100,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_nandflash"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
BR2_PACKAGE_HOST_SAM_BA=y
diff --git a/configs/atmel_sama5d4_xplained_mmc_defconfig b/configs/atmel_sama5d4_xplained_mmc_defconfig
index a7ffcda..d6230ca 100644
--- a/configs/atmel_sama5d4_xplained_mmc_defconfig
+++ b/configs/atmel_sama5d4_xplained_mmc_defconfig
@@ -25,6 +25,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
diff --git a/configs/atmel_sama5d4_xplained_mmc_dev_defconfig b/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
index 16a4a19..8499242 100644
--- a/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
+++ b/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
@@ -97,6 +97,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_mmc"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
# Host packages
# Needed to generate the SD card image
--
2.9.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC
2017-07-02 9:06 [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC Thomas Petazzoni
@ 2017-07-02 10:27 ` Arnout Vandecappelle
2017-07-02 13:51 ` Thomas Petazzoni
2017-07-03 6:00 ` Ludovic Desroches
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2017-07-02 10:27 UTC (permalink / raw)
To: buildroot
On 02-07-17 11:06, Thomas Petazzoni wrote:
> Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit
> 0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses
> the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC
> in order to build dtc before u-boot and avoid build failures.
>
> Fixes:
>
>>>> uboot linux4sam_5.6 Configuring
>>>> uboot linux4sam_5.6 Building
> [...]
> CHK include/generated/timestamp_autogenerated.h
> UPD include/generated/timestamp_autogenerated.h
> ./scripts/dtc-version.sh: line 17: dtc: command not found
> ./scripts/dtc-version.sh: line 18: dtc: command not found
> *** Your dtc is too old, please upgrade to dtc 1.4 or newer
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC
2017-07-02 9:06 [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC Thomas Petazzoni
2017-07-02 10:27 ` Arnout Vandecappelle
@ 2017-07-02 13:51 ` Thomas Petazzoni
2017-07-03 6:00 ` Ludovic Desroches
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-07-02 13:51 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 2 Jul 2017 11:06:40 +0200, Thomas Petazzoni wrote:
> Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit
> 0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses
> the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC
> in order to build dtc before u-boot and avoid build failures.
>
> Fixes:
>
> >>> uboot linux4sam_5.6 Configuring
> >>> uboot linux4sam_5.6 Building
> [...]
> CHK include/generated/timestamp_autogenerated.h
> UPD include/generated/timestamp_autogenerated.h
> ./scripts/dtc-version.sh: line 17: dtc: command not found
> ./scripts/dtc-version.sh: line 18: dtc: command not found
> *** Your dtc is too old, please upgrade to dtc 1.4 or newer
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> configs/at91sam9x5ek_defconfig | 1 +
> configs/at91sam9x5ek_dev_defconfig | 1 +
> configs/at91sam9x5ek_mmc_defconfig | 1 +
> configs/at91sam9x5ek_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d2_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d2_xplained_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d3_xplained_defconfig | 1 +
> configs/atmel_sama5d3_xplained_dev_defconfig | 1 +
> configs/atmel_sama5d3_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d3_xplained_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d4_xplained_defconfig | 1 +
> configs/atmel_sama5d4_xplained_dev_defconfig | 1 +
> configs/atmel_sama5d4_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d4_xplained_mmc_dev_defconfig | 1 +
> 14 files changed, 14 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC
2017-07-02 9:06 [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC Thomas Petazzoni
2017-07-02 10:27 ` Arnout Vandecappelle
2017-07-02 13:51 ` Thomas Petazzoni
@ 2017-07-03 6:00 ` Ludovic Desroches
2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Desroches @ 2017-07-03 6:00 UTC (permalink / raw)
To: buildroot
On Sun, Jul 02, 2017 at 11:06:40AM +0200, Thomas Petazzoni wrote:
> Since the bump of the Atmel defconfigs to linux4sam_5.6 in commit
> 0f7b5d4a9f3a78be07e22c81db41f88e45e8c0cf, the new U-Boot version uses
> the Device Tree compiler, so we need to add BR2_TARGET_UBOOT_NEEDS_DTC
> in order to build dtc before u-boot and avoid build failures.
>
> Fixes:
>
> >>> uboot linux4sam_5.6 Configuring
> >>> uboot linux4sam_5.6 Building
> [...]
> CHK include/generated/timestamp_autogenerated.h
> UPD include/generated/timestamp_autogenerated.h
> ./scripts/dtc-version.sh: line 17: dtc: command not found
> ./scripts/dtc-version.sh: line 18: dtc: command not found
> *** Your dtc is too old, please upgrade to dtc 1.4 or newer
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thanks.
Regards
Ludovic
> ---
> configs/at91sam9x5ek_defconfig | 1 +
> configs/at91sam9x5ek_dev_defconfig | 1 +
> configs/at91sam9x5ek_mmc_defconfig | 1 +
> configs/at91sam9x5ek_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d2_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d2_xplained_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d3_xplained_defconfig | 1 +
> configs/atmel_sama5d3_xplained_dev_defconfig | 1 +
> configs/atmel_sama5d3_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d3_xplained_mmc_dev_defconfig | 1 +
> configs/atmel_sama5d4_xplained_defconfig | 1 +
> configs/atmel_sama5d4_xplained_dev_defconfig | 1 +
> configs/atmel_sama5d4_xplained_mmc_defconfig | 1 +
> configs/atmel_sama5d4_xplained_mmc_dev_defconfig | 1 +
> 14 files changed, 14 insertions(+)
>
> diff --git a/configs/at91sam9x5ek_defconfig b/configs/at91sam9x5ek_defconfig
> index fc1a315..beb8d81 100644
> --- a/configs/at91sam9x5ek_defconfig
> +++ b/configs/at91sam9x5ek_defconfig
> @@ -24,4 +24,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/at91sam9x5ek_dev_defconfig b/configs/at91sam9x5ek_dev_defconfig
> index f6126db..af75583 100644
> --- a/configs/at91sam9x5ek_dev_defconfig
> +++ b/configs/at91sam9x5ek_dev_defconfig
> @@ -94,6 +94,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig
> index 0ce8877..5cc129f 100644
> --- a/configs/at91sam9x5ek_mmc_defconfig
> +++ b/configs/at91sam9x5ek_mmc_defconfig
> @@ -33,6 +33,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_TARGET_UBOOT_ENVIMAGE=y
> BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/atmel/at91sam9x5ek_mmc/uboot-env.txt"
> BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x4000"
> diff --git a/configs/at91sam9x5ek_mmc_dev_defconfig b/configs/at91sam9x5ek_mmc_dev_defconfig
> index 4df4d66..0060111 100644
> --- a/configs/at91sam9x5ek_mmc_dev_defconfig
> +++ b/configs/at91sam9x5ek_mmc_dev_defconfig
> @@ -95,6 +95,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="at91sam9x5ek_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_TARGET_UBOOT_ENVIMAGE=y
> BR2_TARGET_UBOOT_ENVIMAGE_SOURCE="board/atmel/at91sam9x5ek_mmc/uboot-env.txt"
> BR2_TARGET_UBOOT_ENVIMAGE_SIZE="0x4000"
> diff --git a/configs/atmel_sama5d2_xplained_mmc_defconfig b/configs/atmel_sama5d2_xplained_mmc_defconfig
> index b1c7c52..8abb099 100644
> --- a/configs/atmel_sama5d2_xplained_mmc_defconfig
> +++ b/configs/atmel_sama5d2_xplained_mmc_defconfig
> @@ -25,6 +25,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d2_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
> BR2_PACKAGE_HOST_MTOOLS=y
> diff --git a/configs/atmel_sama5d2_xplained_mmc_dev_defconfig b/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
> index 232ab07..e5a748a 100644
> --- a/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d2_xplained_mmc_dev_defconfig
> @@ -97,6 +97,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d2_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> # Needed to generate the SD card image
> diff --git a/configs/atmel_sama5d3_xplained_defconfig b/configs/atmel_sama5d3_xplained_defconfig
> index 09c7ad0..2b76cc1 100644
> --- a/configs/atmel_sama5d3_xplained_defconfig
> +++ b/configs/atmel_sama5d3_xplained_defconfig
> @@ -25,4 +25,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/atmel_sama5d3_xplained_dev_defconfig b/configs/atmel_sama5d3_xplained_dev_defconfig
> index 0935417..89d6698 100644
> --- a/configs/atmel_sama5d3_xplained_dev_defconfig
> +++ b/configs/atmel_sama5d3_xplained_dev_defconfig
> @@ -96,6 +96,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/atmel_sama5d3_xplained_mmc_defconfig b/configs/atmel_sama5d3_xplained_mmc_defconfig
> index 9b8b213..c34e333 100644
> --- a/configs/atmel_sama5d3_xplained_mmc_defconfig
> +++ b/configs/atmel_sama5d3_xplained_mmc_defconfig
> @@ -24,6 +24,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
> BR2_PACKAGE_HOST_MTOOLS=y
> diff --git a/configs/atmel_sama5d3_xplained_mmc_dev_defconfig b/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
> index 2650274..fb4d91c 100644
> --- a/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d3_xplained_mmc_dev_defconfig
> @@ -96,6 +96,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> # Needed to generate the SD card image
> diff --git a/configs/atmel_sama5d4_xplained_defconfig b/configs/atmel_sama5d4_xplained_defconfig
> index 96bc2af..8cdf0d9 100644
> --- a/configs/atmel_sama5d4_xplained_defconfig
> +++ b/configs/atmel_sama5d4_xplained_defconfig
> @@ -29,4 +29,5 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/atmel_sama5d4_xplained_dev_defconfig b/configs/atmel_sama5d4_xplained_dev_defconfig
> index 5e57fc0..7f6155d 100644
> --- a/configs/atmel_sama5d4_xplained_dev_defconfig
> +++ b/configs/atmel_sama5d4_xplained_dev_defconfig
> @@ -100,6 +100,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_nandflash"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> BR2_PACKAGE_HOST_SAM_BA=y
> diff --git a/configs/atmel_sama5d4_xplained_mmc_defconfig b/configs/atmel_sama5d4_xplained_mmc_defconfig
> index a7ffcda..d6230ca 100644
> --- a/configs/atmel_sama5d4_xplained_mmc_defconfig
> +++ b/configs/atmel_sama5d4_xplained_mmc_defconfig
> @@ -25,6 +25,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_DOSFSTOOLS=y
> BR2_PACKAGE_HOST_GENIMAGE=y
> BR2_PACKAGE_HOST_MTOOLS=y
> diff --git a/configs/atmel_sama5d4_xplained_mmc_dev_defconfig b/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
> index 16a4a19..8499242 100644
> --- a/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
> +++ b/configs/atmel_sama5d4_xplained_mmc_dev_defconfig
> @@ -97,6 +97,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
> BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/linux4sam/u-boot-at91.git"
> BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="linux4sam_5.6"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d4_xplained_mmc"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>
> # Host packages
> # Needed to generate the SD card image
> --
> 2.9.4
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-03 6:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 9:06 [Buildroot] [PATCH] configs/{at91sam9x5ek*, atmel_*_xplained*}: U-Boot needs DTC Thomas Petazzoni
2017-07-02 10:27 ` Arnout Vandecappelle
2017-07-02 13:51 ` Thomas Petazzoni
2017-07-03 6:00 ` Ludovic Desroches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox