[PATCH v4 11/11] doc: develop: orthographic delights

2024-10-26 Thread Lothar Rubusch
Fix some typos and duplicate words in documentation files. Signed-off-by: Lothar Rubusch --- doc/develop/gdb.rst | 2 +- tools/binman/binman.rst | 4 ++-- tools/binman/entries.rst | 22 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/develop

[PATCH v4 10/11] ARM: socfpga: apply binman approach to fpga parts

2024-10-26 Thread Lothar Rubusch
Convert the .its based approach to binman instruction covered in the device tree generation. This reduces additional instructions and integrates the former separate build step into building the u-boot. Signed-off-by: Lothar Rubusch --- ..._arria10_enclustra_mercury_aa1-u-boot.dtsi | 44

[PATCH v4 09/11] ARM: socfpga: update function call to modern API

2024-10-26 Thread Lothar Rubusch
Remove arguments in the function call. The call's argument list differs from its definition, which breaks compilation. The removed arguments are obtained from device-tree declaration. Signed-off-by: Lothar Rubusch --- arch/arm/mach-socfpga/misc_arria10.c | 2 -- 1 file changed, 2 dele

[PATCH v4 08/11] ARM: dts: arria10: update according to DTSpec

2024-10-26 Thread Lothar Rubusch
: Lothar Rubusch --- arch/arm/dts/socfpga_arria10.dtsi | 42 --- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/arch/arm/dts/socfpga_arria10.dtsi b/arch/arm/dts/socfpga_arria10.dtsi index bab34ab56c..5826268823 100644 --- a/arch/arm/dts/socfpga_arria10

[PATCH v4 07/11] misc: atsha204a: update kconfig description

2024-10-26 Thread Lothar Rubusch
The atsha204a crypto chip is not only on the Turris Omnia board. Extend the description of the atsha204a kconfig to cover also other boards. As an example the Enclustra Mercury+ AA1 SoM. Signed-off-by: Lothar Rubusch --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH v4 06/11] ARM: socfpga: AA1: support MAC from secure eeprom

2024-10-26 Thread Lothar Rubusch
Several Enclustra devices store MAC address in a secure eeprom device. In most cases this is the atsha204a (alternatively DS28). The atsha204a device is preconfigured accordingly. Reading then is based on u-boot's atsha204a driver. Add such support for Enclustra's AA1 SoMs. Signed-off-

[PATCH v4 04/11] ARM: socfpga: add Enclustra storage switch

2024-10-26 Thread Lothar Rubusch
With altera_set_storage MMC|EMMC|QSPI from off the u-boot shell, the media is usually switched. Signed-off-by: Lothar Rubusch --- .../socfpga_arria10_enclustra_mercury_aa1.dts | 17 ++ board/enclustra/mercury_aa1/Makefile | 8 + .../mercury_aa1/aa1_set_storage_cmd.c

[PATCH v4 03/11] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts

2024-10-26 Thread Lothar Rubusch
Intel/Arria10 a handoff setup is needed for initialization of various clock / pinmux / DRAM settings only used by U-Boot provided by the current patch. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- ..._arria10_enclustra_mercury_aa1-u-boot.dtsi | 45

[PATCH v4 05/11] ARM: socfpga: add Mercury+ AA1 boot scripts

2024-10-26 Thread Lothar Rubusch
Add bootscripts to boot Enclustra SoMs from MicroSD card or QSPI flash. MicroSD card as bood device here covers the cases of sdmmc or emmc as such boot media. Signed-off-by: Lothar Rubusch --- board/enclustra/bootscripts/qspi-aa1.cmd | 12 board/enclustra/bootscripts/sd-aa1.cmd

[PATCH v4 02/11] ARM: socfpga: add Mercury+ AA1 SoM support

2024-10-26 Thread Lothar Rubusch
the according documentation part. Additionally add configuration for SD/MMC boot and QSPI bootmodes. Register additional targets in kconfig. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/mach-socfpga/Kconfig | 9 ++ board/enclustra/common/Makefile

[PATCH v4 01/11] doc: board: enclustra: add Enclustra Mercury+ AA1

2024-10-26 Thread Lothar Rubusch
Start documentation section for Enclustra. Cover Enclustra Intel SoMs and related carrier board setups. The section covers the Mercury+ AA1 SoM (Intel/arria10). Signed-off-by: Lothar Rubusch --- doc/board/enclustra/index.rst | 9 ++ doc/board/enclustra/mercury-aa1.rst | 202

[PATCH v4 00/11] add support for Enclustra Mercury AA1 SoMs

2024-10-26 Thread Lothar Rubusch
Introduce the support for three variants of Enclustra's Intel Mercury AA1 (with Intel Arria10) SoMs and additional configs. The DT approach is partly based on dts/upstream, which are (going to be) upstreamed to the linux kernel. Signed-off-by: Lothar Rubusch --- v3 -> v4: - fix wr

Re: [PATCH 02/10] ARM: socfpga: add Mercury+ AA1 SoM support

2024-10-23 Thread Lothar Rubusch
Hi On Sun, Oct 20, 2024 at 7:02 AM Marek Vasut wrote: > > On 10/18/24 11:47 PM, Lothar Rubusch wrote: > > On Mon, Oct 14, 2024 at 8:42 PM Marek Vasut wrote: > > > > [...] > > > >>> diff --git a/board/enclustra/mercury_aa1/fpga.its > >>>

Re: [PATCH 03/10] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts

2024-10-18 Thread Lothar Rubusch
On Mon, Oct 14, 2024 at 8:42 PM Marek Vasut wrote: > > On 10/13/24 4:32 PM, Lothar Rubusch wrote: > > [...] > > > diff --git a/arch/arm/dts/socfpga_arria10_enclustra_mercury_aa1.dts > > b/arch/arm/dts/socfpga_arria10_enclustra_mercury_aa1.dts > > new file

Re: [PATCH 02/10] ARM: socfpga: add Mercury+ AA1 SoM support

2024-10-18 Thread Lothar Rubusch
On Mon, Oct 14, 2024 at 8:42 PM Marek Vasut wrote: [...] > > diff --git a/board/enclustra/mercury_aa1/fpga.its > > b/board/enclustra/mercury_aa1/fpga.its > > new file mode 100644 > > index 00..cb42d61fbd > > --- /dev/null > > +++ b/board/enclustra/mercury_aa1/fpga.its > > @@ -0,0 +1,32

[PATCH 10/10] ARM: socfpga: update function call to modern API

2024-10-13 Thread Lothar Rubusch
From: Lothar Rubusch Remove arguments in the function call. The call's argument list differs from its definition, which breaks compilation. The removed arguments are obtained from device-tree declaration. Signed-off-by: Lothar Rubusch Signed-off-by: Lothar Rubusch --- arch/arm/mach-so

[PATCH 09/10] ARM: dts: arria10: update according to DTSpec

2024-10-13 Thread Lothar Rubusch
: Lothar Rubusch --- arch/arm/dts/socfpga_arria10.dtsi | 42 --- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/arch/arm/dts/socfpga_arria10.dtsi b/arch/arm/dts/socfpga_arria10.dtsi index bab34ab56c..5826268823 100644 --- a/arch/arm/dts/socfpga_arria10

[PATCH 08/10] misc: atsha204a: update kconfig description

2024-10-13 Thread Lothar Rubusch
The atsha204a crypto chip is not only on the Turris Omnia board. Extend the description of the atsha204a kconfig to cover also other boards. As an example the Enclustra Mercury+ AA1 SoM. Signed-off-by: Lothar Rubusch --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 07/10] ARM: socfpga: AA1: support MAC from secure eeprom

2024-10-13 Thread Lothar Rubusch
Several Enclustra devices store MAC address in a secure eeprom device. In most cases this is the atsha204a (alternatively DS28). The atsha204a device is preconfigured accordingly. Reading then is based on u-boot's atsha204a driver. Add such support for Enclustra's AA1 SoMs. Signed-off-

[PATCH 06/10] ARM: socfpga: add Mercury+ AA1 boot scripts

2024-10-13 Thread Lothar Rubusch
Add bootscripts to boot Enclustra SoMs from MicroSD card or QSPI flash. MicroSD card as bood device here covers the cases of sdmmc or emmc as such boot media. Signed-off-by: Lothar Rubusch --- board/enclustra/bootscripts/qspi-aa1.cmd | 12 board/enclustra/bootscripts/sd-aa1.cmd

[PATCH 05/10] ARM: socfpga: add Mercury+ AA1 extra env settings

2024-10-13 Thread Lothar Rubusch
Provide an initial environment for boot scripts to operate. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- include/configs/socfpga_mercury_aa1.h | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/include/configs/socfpga_mercury_aa1.h b/include

[PATCH 03/10] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts

2024-10-13 Thread Lothar Rubusch
Intel/Arria10 a handoff setup is needed for initialization of various clock / pinmux / DRAM settings only used by U-Boot provided by the current patch. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- .../socfpga_arria10_enclustra_mercury_aa1.dts | 86

[PATCH 04/10] ARM: socfpga: add Enclustra storage switch

2024-10-13 Thread Lothar Rubusch
With altera_set_storage MMC|EMMC|QSPI from off the u-boot shell, the media is usually switched. Signed-off-by: Lothar Rubusch --- .../socfpga_arria10_enclustra_mercury_aa1.dts | 17 ++ board/enclustra/mercury_aa1/Makefile | 8 + .../mercury_aa1/aa1_set_storage_cmd.c

[PATCH 02/10] ARM: socfpga: add Mercury+ AA1 SoM support

2024-10-13 Thread Lothar Rubusch
the according documentation part. Additionally add configuration for SD/MMC boot and QSPI bootmodes. Register additional targets in kconfig. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/mach-socfpga/Kconfig | 9 ++ board/enclustra/common/Makefile

[PATCH 01/10] doc: board: enclustra: add Enclustra Mercury+ AA1

2024-10-13 Thread Lothar Rubusch
Start documentation section for Enclustra. Cover Enclustra Intel SoMs and related carrier board setups. The section covers the Mercury+ AA1 SoM (Intel/arria10). Signed-off-by: Lothar Rubusch --- doc/board/enclustra/index.rst | 9 ++ doc/board/enclustra/mercury-aa1.rst | 204

[PATCH 00/10] add support for Enclustra Mercury AA1 SoMs

2024-10-13 Thread Lothar Rubusch
e boot init to read MAC address from eeprom - keep DT approach for u-boot under discussion - fix issues in doc - update MAINTAINERS to cover doc --- Lothar Rubusch (10): doc: board: enclustra: add Enclustra Mercury+ AA1 ARM: socfpga: add Mercury+ AA1 SoM support ARM: dts: socfpga: add Mercury+

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-10-08 Thread Lothar Rubusch
Dear U-boot community! On Mon, Oct 7, 2024 at 12:21 PM Sumit Garg wrote: > > On Sat, 5 Oct 2024 at 07:14, Marek Vasut wrote: > > > > On 9/29/24 9:19 PM, Lothar Rubusch wrote: > > > On Sun, Sep 29, 2024 at 6:55 PM Marek Vasut wrote: > > >> > >

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-29 Thread Lothar Rubusch
On Sun, Sep 29, 2024 at 6:55 PM Marek Vasut wrote: > > On 9/28/24 12:47 AM, Lothar Rubusch wrote: > > [...] > > >>> Ideally I like to setup some Kconfig choice for base board selection > >>> and one for boot-mode. > >> > >>> 1.) In

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-27 Thread Lothar Rubusch
On Fri, Sep 27, 2024 at 1:19 AM Marek Vasut wrote: > > On 9/27/24 12:53 AM, Lothar Rubusch wrote: > > On Thu, Sep 26, 2024 at 3:36 AM Marek Vasut wrote: > >> > >> On 9/26/24 12:49 AM, Lothar Rubusch wrote: > >> > >> Hi, > > [...] >

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-26 Thread Lothar Rubusch
On Thu, Sep 26, 2024 at 3:36 AM Marek Vasut wrote: > > On 9/26/24 12:49 AM, Lothar Rubusch wrote: > > Hi, [...] > > Shall I add the files to my DTS patches and ask for upstreaming of the > > handoff files into the kernel? > > Are the handoff files really used by L

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-25 Thread Lothar Rubusch
First of all a huge thank you for the time you spend in reviewing the patches so far. This is highly appreciate!! On Fri, Sep 13, 2024 at 1:11 AM Marek Vasut wrote: [...] > Is there any chance to upstream these DTs to Linux first , and then let > them all trickle into U-Boot through dts/upstream

Re: [PATCH v2 0/7] add support for Enclustra Mercury AA1 SoMs

2024-09-22 Thread Lothar Rubusch
On Sun, Sep 22, 2024 at 5:33 PM Marek Vasut wrote: > > On 9/17/24 8:21 AM, Lothar Rubusch wrote: > > Introduce the support for three variants of Enclustra's Intel Mercury AA1 > > (with > > Intel Arria10) SoMs and additional configs. This is supposed to be the first

[PATCH v2 7/7] ARM: socfpga: AA1: support MAC from secure eeprom

2024-09-17 Thread Lothar Rubusch
Several Enclustra devices store MAC address in a secure eeprom device. In most cases this is the atsha204a (alternatively DS28). The atsha204a device is preconfigured accordingly. Reading then is based on u-boot's atsha204a driver. Add such support for Enclustra's AA1 SoMs. Signed-off-

[PATCH v2 5/7] ARM: socfpga: add Enclustra AA1 demo env files

2024-09-17 Thread Lothar Rubusch
: Lothar Rubusch --- board/enclustra/mercury_aa1/mercury_aa1.env | 65 + 1 file changed, 65 insertions(+) create mode 100644 board/enclustra/mercury_aa1/mercury_aa1.env diff --git a/board/enclustra/mercury_aa1/mercury_aa1.env b/board/enclustra/mercury_aa1/mercury_aa1.env new

[PATCH v2 6/7] ARM: socfpga: add Enclustra AA1 boot scripts

2024-09-17 Thread Lothar Rubusch
Add support to boot Enclustra SoMs from MMC, SD or QSPI flash. Signed-off-by: Lothar Rubusch --- board/enclustra/bootscripts/qspi-aa1.cmd | 12 board/enclustra/bootscripts/sd-aa1.cmd | 10 ++ 2 files changed, 22 insertions(+) create mode 100644 board/enclustra

[PATCH v2 3/7] ARM: socfpga: add Enclustra AA1 SoM support

2024-09-17 Thread Lothar Rubusch
according documentation part. Additionally add configuration for SD/MMC boot and QSPI bootmodes. Register additional targets in kconfig. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/mach-socfpga/Kconfig | 9 + board/enclustra/common/Kconfig

[PATCH v2 4/7] ARM: socfpga: add Enclustra AA1 extra env settings

2024-09-17 Thread Lothar Rubusch
Add command files for boot scripts and initial boot environment. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- include/configs/socfpga_mercury_aa1.h | 35 +++ 1 file changed, 35 insertions(+) diff --git a/include/configs/socfpga_mercury_aa1.h b

[PATCH v2 2/7] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-17 Thread Lothar Rubusch
-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/dts/ME-AA1-270-2I2-D11E-NFX3.dtsi| 14 + arch/arm/dts/ME-AA1-270-3E4-D11E-NFX3.dtsi| 14 + arch/arm/dts/ME-AA1-480-2I3-D12E-NFX3.dtsi| 15 + arch/arm/dts/Makefile | 2 + arch/arm/dts

[PATCH v2 1/7] doc: board: enclustra: add Enclustra Intel AA1 SoM

2024-09-17 Thread Lothar Rubusch
Start documentation section for Enclustra. Cover Enclustra Intel SoMs and related carrier board setups. - Mercury AA1 (Arria10) Signed-off-by: Lothar Rubusch --- doc/board/enclustra/index.rst | 9 ++ doc/board/enclustra/mercury-aa1.rst | 207 doc/board

[PATCH v2 0/7] add support for Enclustra Mercury AA1 SoMs

2024-09-17 Thread Lothar Rubusch
INERS to cover doc --- Lothar Rubusch (7): doc: board: enclustra: add Enclustra Intel AA1 SoM ARM: dts: socfpga: add Enclustra Intel AA1 ARM: socfpga: add Enclustra AA1 SoM support ARM: socfpga: add Enclustra AA1 extra env settings ARM: socfpga: add Enclustra AA1 demo env files ARM: socf

Re: [PATCH 3/9] ARM: socfpga: add Enclustra AA1 SoM support

2024-09-14 Thread Lothar Rubusch
On Thu, Sep 12, 2024 at 7:45 PM Tom Rini wrote: > > On Thu, Sep 12, 2024 at 06:06:43AM +, Lothar Rubusch wrote: > > > Introduce initial support for the Enclustra SoMs: > > > > - Mercury AA1 > > > > Cover general board files for SD/MMC and QSPI boot mod

Re: [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-14 Thread Lothar Rubusch
On Fri, Sep 13, 2024 at 1:11 AM Marek Vasut wrote: > > On 9/12/24 8:06 AM, Lothar Rubusch wrote: > > Introduce device-tree files for Enclustra Intel AA1 SoMs and related > > support. > > > > - Mercury AA1 > > > > The setup depends on a selected boot mode.

Re: [PATCH 1/9] doc: board: enclustra: add Enclustra Intel AA1 SoM

2024-09-14 Thread Lothar Rubusch
On Fri, Sep 13, 2024 at 1:11 AM Marek Vasut wrote: > > On 9/12/24 8:06 AM, Lothar Rubusch wrote: > [...] > > > +Mercury AA1 Module (Arria1 10) > > +== > > + > > +- SoM: > > https://www.enclustra.com/en/products/system-on-chip

Re: [PATCH 8/9] ARM: socfpga: add si5338 clock generator support

2024-09-14 Thread Lothar Rubusch
On Fri, Sep 13, 2024 at 1:12 AM Marek Vasut wrote: > > On 9/12/24 8:06 AM, Lothar Rubusch wrote: > > The si5338 clock generator is needed on some Enclustra Socfpga SoMs. > > Introduce minimal support of this device. > > > > Signed-off-by: Lothar Rubusch >

[PATCH 8/9] ARM: socfpga: add si5338 clock generator support

2024-09-11 Thread Lothar Rubusch
The si5338 clock generator is needed on some Enclustra Socfpga SoMs. Introduce minimal support of this device. Signed-off-by: Lothar Rubusch --- drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/skyworks/Kconfig

[PATCH 9/9] ARM: socfpga: make AA1 use si5338 clock gen

2024-09-11 Thread Lothar Rubusch
Apply usage of the si5338 clock generator in Enclustra's AA1 SoM as it has such a chip. Signed-off-by: Lothar Rubusch --- board/enclustra/mercury_aa1/mercury_aa1.c | 7 +++ configs/socfpga_enclustra_mercury_aa1_defconfig | 2 ++ 2 files changed, 9 insertions(+) diff --git a/

[PATCH 7/9] ARM: socfpga: AA1: support MAC from secure eeprom

2024-09-11 Thread Lothar Rubusch
Several Enclustra devices store MAC address in a secure eeprom device. In most cases this is the atsha204a (alternatively DS28). The atsha204a device is preconfigured accordingly. Reading then is based on u-boot's atsha204a driver. Add such support for Enclustra's AA1 SoMs. Signed-off-

[PATCH 6/9] ARM: socfpga: add Enclustra AA1 boot scripts

2024-09-11 Thread Lothar Rubusch
Add support to boot Enclustra SoMs from MMC, SD or QSPI flash. Signed-off-by: Lothar Rubusch --- board/enclustra/bootscripts/qspi-aa1.cmd | 12 board/enclustra/bootscripts/sd-aa1.cmd | 10 ++ 2 files changed, 22 insertions(+) create mode 100644 board/enclustra

[PATCH 5/9] ARM: socfpga: add Enclustra AA1 demo env files

2024-09-11 Thread Lothar Rubusch
: Lothar Rubusch --- board/enclustra/mercury_aa1/mercury_aa1.env | 65 + 1 file changed, 65 insertions(+) create mode 100644 board/enclustra/mercury_aa1/mercury_aa1.env diff --git a/board/enclustra/mercury_aa1/mercury_aa1.env b/board/enclustra/mercury_aa1/mercury_aa1.env new

[PATCH 3/9] ARM: socfpga: add Enclustra AA1 SoM support

2024-09-11 Thread Lothar Rubusch
according documentation part. Additionally add configuration for SD/MMC boot and QSPI bootmodes. Register additional targets in kconfig. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/mach-socfpga/Kconfig | 9 + board/enclustra/common/Kconfig

[PATCH 4/9] ARM: socfpga: add Enclustra AA1 extra env settings

2024-09-11 Thread Lothar Rubusch
Add command files for boot scripts and initial boot environment. Signed-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- include/configs/socfpga_mercury_aa1.h | 35 +++ 1 file changed, 35 insertions(+) diff --git a/include/configs/socfpga_mercury_aa1.h b

[PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1

2024-09-11 Thread Lothar Rubusch
-off-by: Andreas Buerkler Signed-off-by: Lothar Rubusch --- arch/arm/dts/ME-AA1-270-2I2-D11E-NFX3.dtsi| 14 + arch/arm/dts/ME-AA1-270-3E4-D11E-NFX3.dtsi| 14 + arch/arm/dts/ME-AA1-480-2I3-D12E-NFX3.dtsi| 15 + arch/arm/dts/Makefile | 2 + arch/arm/dts

[PATCH 1/9] doc: board: enclustra: add Enclustra Intel AA1 SoM

2024-09-11 Thread Lothar Rubusch
Start documentation section for Enclustra. Cover Enclustra Intel SoMs and related carrier board setups. - Mercury AA1 (Arria10) Signed-off-by: Lothar Rubusch --- doc/board/enclustra/index.rst | 9 ++ doc/board/enclustra/mercury-aa1.rst | 209 doc/board

[PATCH 0/9] add support for Enclustra Mercury AA1 SoMs

2024-09-11 Thread Lothar Rubusch
nce, a similar question, is there anything missing? What would be additionally needed? Or, is the current setup is enough? - Maintainer: checkpatch.pl complains about a missing maintainer entry for the new board. So, I registered myself, since I have access to this hardware. Unsure here, please let me know

Re: [PATCH] ARM: socfpga: fix broken function call for arria10

2024-07-02 Thread Lothar Rubusch
Hi U-boot-teers! (...) > Reviewed-by: Marek Vasut > > Could you by any chance also send a patch to enable this QSPI NOR > support on one of the A10 targets, so the CI would compile this code and > this code wouldn't bitrot again ? > > Thanks I've sent you now a series of one patch showing the e

[PATCH] ARM: socfpga: fix broken function call for arria10

2024-07-02 Thread Lothar Rubusch
ice-tree declaration. Signed-off-by: Lothar Rubusch --- The patch makes the problem disappear. While messing with some old Intels, it looked to me as if this usually turned off code region of the misc_arria10.c still contains legacy arguments in the call. Thus broke my compilation. I

[PATCH] ARM: socfpga: show broken function call for arria10

2024-07-02 Thread Lothar Rubusch
This patch only shows the problem on an existing platform. Turning on the cadence QSPI flash breaks the build for arria10. Can you reproduce? make socfpga_arria10_defconfig make Signed-off-by: Lothar Rubusch --- NB: Don't apply this config/patch permanently! The Cadence QSPI flash c

[PATCH] ARM: socfpga: fix broken function call for arria10

2024-07-01 Thread Lothar Rubusch
ice-tree declaration. Signed-off-by: Lothar Rubusch --- The patch makes the problem disappear. While messing with some old Intels, it looked to me as if this usually turned off code region of the misc_arria10.c still contains legacy arguments in the call. Thus broke my compilation. I