All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build)
@ 2018-08-28  8:00 Luca Ceresoli
  2018-08-28  8:00 ` [Buildroot] [PATCH 2/3] configs/zynq_zc706: " Luca Ceresoli
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Luca Ceresoli @ 2018-08-28  8:00 UTC (permalink / raw)
  To: buildroot

Bump to the most recent Xilinx release.

Fixes:
  .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
  .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
  .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
...and many, many other similar errors.

[Run-time tested]
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 configs/zynq_zed_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index 676366bc5c9a..a215695b541b 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -20,7 +20,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2017.3"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2018.2"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_zed"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/3] configs/zynq_zc706: uboot: bump to xilinx-v2018.2 (fixes build)
  2018-08-28  8:00 [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build) Luca Ceresoli
@ 2018-08-28  8:00 ` Luca Ceresoli
  2018-08-28  8:00 ` [Buildroot] [PATCH 3/3] configs/zynq_microzed: " Luca Ceresoli
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Luca Ceresoli @ 2018-08-28  8:00 UTC (permalink / raw)
  To: buildroot

Bump to the most recent Xilinx release.

Fixes:
  .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
  .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
  .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
...and many, many other similar errors.

[Build-tested only]
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 configs/zynq_zc706_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index 758069b30fe8..e8019177d2b8 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -20,7 +20,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2017.3"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2018.2"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_zc706"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 3/3] configs/zynq_microzed: uboot: bump to xilinx-v2018.2 (fixes build)
  2018-08-28  8:00 [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build) Luca Ceresoli
  2018-08-28  8:00 ` [Buildroot] [PATCH 2/3] configs/zynq_zc706: " Luca Ceresoli
@ 2018-08-28  8:00 ` Luca Ceresoli
  2018-08-28 21:15 ` [Buildroot] [PATCH 1/3] configs/zynq_zed: " Thomas Petazzoni
  2018-09-06 19:31 ` Thomas Petazzoni
  3 siblings, 0 replies; 6+ messages in thread
From: Luca Ceresoli @ 2018-08-28  8:00 UTC (permalink / raw)
  To: buildroot

Bump to the most recent Xilinx release.

Fixes:
  .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
  .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
  .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
...and many, many other similar errors.

[Build-tested only]
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 configs/zynq_microzed_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
index c89b4e6d9dcd..1bb11fee7ee3 100644
--- a/configs/zynq_microzed_defconfig
+++ b/configs/zynq_microzed_defconfig
@@ -20,7 +20,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2017.3"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2018.2"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_microzed"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build)
  2018-08-28  8:00 [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build) Luca Ceresoli
  2018-08-28  8:00 ` [Buildroot] [PATCH 2/3] configs/zynq_zc706: " Luca Ceresoli
  2018-08-28  8:00 ` [Buildroot] [PATCH 3/3] configs/zynq_microzed: " Luca Ceresoli
@ 2018-08-28 21:15 ` Thomas Petazzoni
  2018-08-30 13:01   ` Luca Ceresoli
  2018-09-06 19:31 ` Thomas Petazzoni
  3 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2018-08-28 21:15 UTC (permalink / raw)
  To: buildroot

Luca, Peter,

On Tue, 28 Aug 2018 10:00:57 +0200, Luca Ceresoli wrote:
> Bump to the most recent Xilinx release.
> 
> Fixes:
>   .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
>   .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
>   .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
> ...and many, many other similar errors.
> 
> [Run-time tested]
> Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  configs/zynq_zed_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I am not sure we want to apply these updates to master, because we need
a more general solution, and this more general solution will also fix
the Zynq configurations.

So I would suggest that we take those patches into next, and
implemented the more general solution in master (which could very well
be reverting dtc).

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build)
  2018-08-28 21:15 ` [Buildroot] [PATCH 1/3] configs/zynq_zed: " Thomas Petazzoni
@ 2018-08-30 13:01   ` Luca Ceresoli
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Ceresoli @ 2018-08-30 13:01 UTC (permalink / raw)
  To: buildroot

Hi,

On 28/08/2018 23:15, Thomas Petazzoni wrote:
> Luca, Peter,
> 
> On Tue, 28 Aug 2018 10:00:57 +0200, Luca Ceresoli wrote:
>> Bump to the most recent Xilinx release.
>>
>> Fixes:
>>   .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
>>   .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
>>   .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
>> ...and many, many other similar errors.
>>
>> [Run-time tested]
>> Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
>> ---
>>  configs/zynq_zed_defconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> I am not sure we want to apply these updates to master, because we need
> a more general solution, and this more general solution will also fix
> the Zynq configurations.
> 
> So I would suggest that we take those patches into next, and
> implemented the more general solution in master (which could very well
> be reverting dtc).

No problem.

I had started preparing these patches when the outcome of the dtc issue
was totally unclear. Since they were working I thought I'd send them
anyway. I'm OK with committing them to master or next or even after 2018.08.

Bye,
-- 
Luca

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build)
  2018-08-28  8:00 [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build) Luca Ceresoli
                   ` (2 preceding siblings ...)
  2018-08-28 21:15 ` [Buildroot] [PATCH 1/3] configs/zynq_zed: " Thomas Petazzoni
@ 2018-09-06 19:31 ` Thomas Petazzoni
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2018-09-06 19:31 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 28 Aug 2018 10:00:57 +0200, Luca Ceresoli wrote:
> Bump to the most recent Xilinx release.
> 
> Fixes:
>   .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ?fdt64_t?
>   .../output/host/include/libfdt_env.h:91:24: error: expected ?)? before ?x?
>   .../output/host/include/libfdt.h:150:21: error: redefinition of ?fdt_offset_ptr_w?
> ...and many, many other similar errors.
> 
> [Run-time tested]
> Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  configs/zynq_zed_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

All applied to next. Peter is about to release 2018.08, so I didn't
want to merge into master. The problem anyway affects lots of
defconfigs, and Peter will document it in the CHANGES file.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-06 19:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  8:00 [Buildroot] [PATCH 1/3] configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build) Luca Ceresoli
2018-08-28  8:00 ` [Buildroot] [PATCH 2/3] configs/zynq_zc706: " Luca Ceresoli
2018-08-28  8:00 ` [Buildroot] [PATCH 3/3] configs/zynq_microzed: " Luca Ceresoli
2018-08-28 21:15 ` [Buildroot] [PATCH 1/3] configs/zynq_zed: " Thomas Petazzoni
2018-08-30 13:01   ` Luca Ceresoli
2018-09-06 19:31 ` 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.