[U-Boot][PATCH v1] cmd/fpga: use config node for loadmk

2025-02-21 Thread Ibai Erkiaga
additional information in the loadmk command for FIT, and signature and hash verification of both the image and configuration is performed. Signed-off-by: Ibai Erkiaga --- cmd/fpga.c | 46 -- 1 file changed, 16 insertions(+), 30 deletions(-) diff -

[U-Boot][PATCH v5 5/5] fpga: add new symbol for fpga_loadb

2025-01-21 Thread Ibai Erkiaga
Adding new symbol for the fpga loadb command which is exclusive to Xilinx. Default value is y for backward compatibility. Clarify the type of file used for fpga programming commands Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 17 - cmd/fpga.c | 8

[U-Boot][PATCH v5 3/5] fpga: resort fpga commands

2025-01-21 Thread Ibai Erkiaga
Resort the fpga commands both in the Kconfig and in the source code to list Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 14 +++--- cmd/fpga.c | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 1a0985ca479

[U-Boot][PATCH v5 2/5] fpga: improve loads usage information

2025-01-21 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/fpga.c | 21 - 1 file changed, 8 insertions(+), 13 deletions

[U-Boot][PATCH v5 4/5] fpga: xilinx exclusive commands

2025-01-21 Thread Ibai Erkiaga
Ensure all Xilinx exclusive fpga commands have a KConfig symbol and dependency to FPGA_XILINX listed. Remove (Xilinx only) text from the help command. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 10 +- cmd/fpga.c | 6 +++--- 2 files changed, 8 insertions

[U-Boot][PATCH v5 1/5] fpga: fix alignment on fpga cmd usage info

2025-01-21 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga Acked-by: Alexander Dahl --- Changes in v5: - Reorder KConfig to

[U-Boot][PATCH v5 0/5] Improve fpga cmd usage information

2025-01-21 Thread Ibai Erkiaga
for the new symbol Changes in v3: - Split 3rd patch into two, resorting commands and Kconfig changes Changes in v2: - Tabs replaced by spaces - fpga command added on each option similar to other commands like sf - Dependencies to Xilinx only commands added in Kconfig Ibai Erkiaga (5): fpga: fix

[U-Boot][PATCH v4 4/5] fpga: xilinx exclusive commands

2025-01-20 Thread Ibai Erkiaga
Ensure all Xilinx exclusive fpga commands have a KConfig symbol and dependency to FPGA_XILINX listed. Remove (Xilinx only) text from the help command. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 10 +- cmd/fpga.c | 6 +++--- 2 files changed, 8 insertions

[U-Boot][PATCH v4 5/5] fpga: add new symbol for fpga_loadb

2025-01-20 Thread Ibai Erkiaga
Adding new symbol for the fpga loadb command which is exclusive to Xilinx. Default value is y for backward compatibility. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 7 +++ cmd/fpga.c | 8 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a

[U-Boot][PATCH v4 1/5] fpga: fix alignment on fpga cmd usage info

2025-01-20 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga --- Changes in v4: - Split 4th patch into two, one for existing symbol

[U-Boot][PATCH v4 3/5] fpga: resort fpga commands

2025-01-20 Thread Ibai Erkiaga
Resort the fpga commands both in the Kconfig and in the source code to list Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 14 +++--- cmd/fpga.c | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 1a0985ca479

[U-Boot][PATCH v4 2/5] fpga: improve loads usage information

2025-01-20 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/fpga.c | 21 - 1 file changed, 8 insertions(+), 13 deletions

[U-Boot][PATCH v4 0/5] Improve fpga cmd usage information

2025-01-20 Thread Ibai Erkiaga
on each option similar to other commands like sf - Dependencies to Xilinx only commands added in Kconfig Ibai Erkiaga (5): fpga: fix alignment on fpga cmd usage info fpga: improve loads usage information fpga: resort fpga commands fpga: xilinx exclusive commands fpga: add new symbol for

[U-Boot][PATCH v3 4/4] fpga: xilinx exclusive commands

2025-01-17 Thread Ibai Erkiaga
Ensure all Xilinx exclusive fpga commands have a KConfig symbol and dependency to FPGA_XILINX listed. Remove (Xilinx only) text from the help command. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 16 +++- cmd/fpga.c | 9 + 2 files changed, 16

[U-Boot][PATCH v3 3/4] fpga: resort fpga commands

2025-01-17 Thread Ibai Erkiaga
Resort the fpga commands both in the Kconfig and in the source code to list Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/Kconfig | 14 +++--- cmd/fpga.c | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 1d7ddb4ed36

[U-Boot][PATCH v3 0/4] Improve fpga cmd usage information

2025-01-17 Thread Ibai Erkiaga
Ibai Erkiaga (4): fpga: fix alignment on fpga cmd usage info fpga: improve loads usage information fpga: resort fpga commands fpga: xilinx exclusive commands cmd/Kconfig | 30 +--- cmd/fpga.c | 57 ++--- 2 files changed

[U-Boot][PATCH v3 2/4] fpga: improve loads usage information

2025-01-17 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/fpga.c | 21 - 1 file changed, 8 insertions(+), 13 deletions

[U-Boot][PATCH v3 1/4] fpga: fix alignment on fpga cmd usage info

2025-01-17 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga --- Changes in v3: - Split 3rd patch into two, resorting commands and

[U-Boot][PATCH v2 3/3] fpga: xilinx exclusive commands info

2025-01-17 Thread Ibai Erkiaga
Remove statements of Xilinx Only from the fpga command information and ensure Kconfig dependencies to FPGA_XILINX are implemented instead. Signed-off-by: Ibai Erkiaga --- (no changes since v1) Due to an issue with patman I had to add an empty line on the CONFIG_FPGA_LOADB description

[U-Boot][PATCH v2 1/3] fpga: fix alignment on fpga cmd usage info

2025-01-17 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga --- Changes in v2: - Tabs replaced by spaces - fpga command added on

[U-Boot][PATCH v2 2/3] fpga: improve loads usage information

2025-01-17 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- (no changes since v1) cmd/fpga.c | 21 - 1 file changed, 8 insertions(+), 13 deletions

[U-Boot][PATCH v2 0/3] Improve fpga cmd usage information

2025-01-17 Thread Ibai Erkiaga
has to be created using Xilinx bootgen tool Changes in v2: - Tabs replaced by spaces - fpga command added on each option similar to other commands like sf - Dependencies to Xilinx only commands added in Kconfig Ibai Erkiaga (3): fpga: fix alignment on fpga cmd usage info fpga: improve loads

[U-Boot][PATCH 2/2] fpga: improve loads usage information

2025-01-08 Thread Ibai Erkiaga
Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- The authentication and encryption flag naming is redundant with the description notes included. Use authflag

[U-Boot][PATCH 1/2] fpga: fix alignment on fpga cmd usage info

2025-01-08 Thread Ibai Erkiaga
The current implementation generates some alignment issues as well as some overlapping when all the fpga command options are enabled. The fix is intended to improve readability of the usage info. Signed-off-by: Ibai Erkiaga --- The current output looks like this: loadbp[dev] [address

[U-Boot][PATCH 0/2] Improve fpga cmd usage information

2025-01-08 Thread Ibai Erkiaga
Current usage information is not read friendly specially when all the options are selected. This series fix some of the issues in the info, from one side aligment and overlapping issues and from the other the excess of verbosity on the loads command. Ibai Erkiaga (2): fpga: fix alignment on

[U-Boot][PATCH] zynqmp_gqspi: update to log_debug

2025-01-07 Thread Ibai Erkiaga
Update recent parallel memory support code to move to log_debug instead of debug as per logging in U-Boot documentation Signed-off-by: Ibai Erkiaga --- drivers/spi/zynqmp_gqspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/zynqmp_gqspi.c b/drivers/spi

[PATCH v1] zynqmp: migrate gqspi debug to logging

2023-10-13 Thread Ibai Erkiaga
is enabled at file level, while is just 5bytes more when disabled. Signed-off-by: Ibai Erkiaga --- drivers/spi/zynqmp_gqspi.c | 82 +++--- 1 file changed, 33 insertions(+), 49 deletions(-) diff --git a/drivers/spi/zynqmp_gqspi.c b/drivers/spi/zynqmp_gqspi.c index

Re: [U-Boot] [PATCH] mmc: implement SDHCI card detect

2019-05-31 Thread Ibai Erkiaga Elorza
Hi Michal, > -Original Message- > From: Michal Simek > Sent: 27 May 2019 06:53 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] mmc: implement SDHCI card detect > > On 23. 05. 19 15:54, Ibai Erkiaga wrote: > > Card detect fun

[U-Boot] [PATCH] mmc: implement SDHCI card detect

2019-05-23 Thread Ibai Erkiaga
Card detect function implemented for SDHCI framework. Signed-off-by: Ibai Erkiaga --- drivers/mmc/sdhci.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index e2bb90a..cb4db8d 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc

Re: [U-Boot] [PATCH] Kconfig: fix FIT offset prompt text

2019-05-15 Thread Ibai Erkiaga Elorza
> -Original Message- > From: Marek Vasut > Sent: 15 May 2019 15:09 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Cc: Michal Simek ; Simon Glass ; > Masahiro Yamada ; Peng Fan > ; Chris Packham ; Jagan Teki > ; Stefan Roese > Subject: Re: [U-Boot][PAT

[U-Boot] [PATCH v2] Kconfig: fix FIT offset prompt text

2019-05-15 Thread Ibai Erkiaga
The current prompt text for FIT external offset is identical to SYS_TEXT_BASE which might confuse the users. Provided more accurate description for the prompt text. Signed-off-by: Ibai Erkiaga --- Changes in v2: -More detailed text Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[U-Boot] [PATCH] Kconfig: fix FIT offset prompt text

2019-05-15 Thread Ibai Erkiaga
The current prompt text for FIT external offset is identical to SYS_TEXT_BASE which might confuse the users. Provided more accurate description for the prompt text. Signed-off-by: Ibai Erkiaga --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig

Re: [U-Boot] [PATCH v2] arm: fix hvc call

2019-03-19 Thread Ibai Erkiaga Elorza
Hi Tom > -Original Message- > From: Tom Rini > Sent: 15 March 2019 16:08 > To: Ibai Erkiaga Elorza > Cc: Alexander Graf ; u-boot@lists.denx.de; Sumit Garg > ; Heinrich Schuchardt ; Albert > Aribaud > Subject: Re: [U-Boot][PATCH v2] arm: fix hvc call > >

[U-Boot] [PATCH v2] arm: arm64 32bit address relocation

2019-03-15 Thread Ibai Erkiaga
significativelly. Signed-off-by: Ibai Erkiaga --- Changes in v2: - Fixed register name on comments arch/arm/lib/relocate_64.S | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 7603f52..26d29c5

Re: [U-Boot] [PATCH v2] arm: fix hvc call

2019-03-15 Thread Ibai Erkiaga Elorza
Hi Alex, > -Original Message- > From: Alexander Graf > Sent: 25 February 2019 13:09 > To: Ibai Erkiaga Elorza > Cc: u-boot@lists.denx.de; Sumit Garg ; Heinrich > Schuchardt ; Tom Rini ; Albert > Aribaud > Subject: Re: [U-Boot][PATCH v2] arm: fix hvc call >

Re: [U-Boot] [PATCH] dm: check OF_LIVE is enabled

2019-03-12 Thread Ibai Erkiaga Elorza
Hi Simon, > -Original Message- > From: Simon Glass > Sent: 10 March 2019 21:51 > To: Ibai Erkiaga Elorza > Cc: U-Boot Mailing List ; Patrick Delaunay > ; Andy Shevchenko > ; Bin Meng ; > Patrice Chotard > Subject: Re: [U-Boot][PATCH] dm: check OF_LIVE is en

Re: [U-Boot] [PATCH] arm: arm64 32bit address relocation

2019-02-28 Thread Ibai Erkiaga Elorza
Hi Udit > -Original Message- > From: Udit Kumar > Sent: 28 February 2019 09:07 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Cc: Tom Rini ; Albert Aribaud > ; Meenakshi Aggarwal > ; Stefan Roese ; Prabhakar > Kushwaha > Subject: RE: [U-Boot][PATC

[U-Boot] [PATCH] arm: arm64 32bit address relocation

2019-02-27 Thread Ibai Erkiaga
significativelly. Signed-off-by: Ibai Erkiaga --- arch/arm/lib/relocate_64.S | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 7603f52..6e9658b 100644 --- a/arch/arm/lib/relocate_64.S +++ b/arch

[U-Boot] [PATCH] dm: check OF_LIVE is enabled

2019-02-26 Thread Ibai Erkiaga
ongoing effor to build U-Boot with -O0. Signed-off-by: Ibai Erkiaga --- drivers/core/ofnode.c | 60 +- drivers/serial/serial-uclass.c | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/core/ofnode.c b/drivers/core/ofnode.c

[U-Boot] [PATCH v2] arm: fix hvc call

2019-02-25 Thread Ibai Erkiaga
ff-by: Ibai Erkiaga --- Changes in v2: - More comprehensive commit message arch/arm/cpu/armv8/fwcall.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/fwcall.c b/arch/arm/cpu/armv8/fwcall.c index 9957c29..b0aca1b 100644 --- a/arch/arm/cpu/armv8/fwcall.c

Re: [U-Boot] [PATCH] arm: fix hvc call

2019-02-19 Thread Ibai Erkiaga Elorza
> -Original Message- > From: Alexander Graf > Sent: 19 February 2019 12:41 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Cc: Sumit Garg ; Heinrich Schuchardt > ; Tom Rini ; Albert Aribaud > > Subject: Re: [PATCH] arm: fix hvc call > > On 02/19/2019

Re: [U-Boot] [PATCH] arm: fix hvc call

2019-02-19 Thread Ibai Erkiaga Elorza
Hi Alexander, > -Original Message- > From: Alexander Graf > Sent: 18 February 2019 13:50 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Cc: Sumit Garg ; Heinrich Schuchardt > ; Tom Rini ; Albert Aribaud > > Subject: Re: [PATCH] arm: fix hvc call > >

[U-Boot] [PATCH] arm: fix hvc call

2019-02-18 Thread Ibai Erkiaga
HVC call makes use of 6 arguments rather than 7 in the same way as SMC calls. The 7th argument is optional for both HVC and SMC but is implemented as 16-bit parameter and register R7 or W7. Signed-off-by: Ibai Erkiaga --- The issue does not report any error in a normal build as hvc_call is not

[U-Boot] [PATCH v2] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to Kconfig

2018-06-26 Thread Ibai Erkiaga
Create a new KConfig entry to define FIT image position for SPL RAM mode. Signed-off-by: Ibai Erkiaga --- Changes in v2: -Converted zynqmp and dra7xx_evm defconfig files Kconfig | 7 +++ common/spl/spl_ram.c | 4

Re: [U-Boot] [PATCH] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to Kconfig

2018-06-13 Thread Ibai Erkiaga Elorza
> -Original Message- > From: Michal Simek [mailto:mon...@monstr.eu] > Sent: 08 June 2018 06:45 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to > Kconfig > > On 7.6.2018 14:29, Ibai Erkiaga

[U-Boot] [PATCH] spl: Kconfig: SPL_LOAD_FIT_ADDRESS to Kconfig

2018-06-07 Thread Ibai Erkiaga
Create a new KConfig entry to define FIT image position for SPL RAM mode. Signed-off-by: Ibai Erkiaga --- Kconfig | 7 +++ common/spl/spl_ram.c | 4 scripts/config_whitelist.txt | 1 - 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Kconfig

[U-Boot] [PATCH v3] arm: zynq: Add initial support for Avnet MiniZed

2018-05-22 Thread Ibai Erkiaga
Initial support for Avnet MiniZed board. Tested UART1 (serial console), QSPI(Flash), SDHCI1 (eMMC), USB. Signed-off-by: Ibai Erkiaga --- Changes in v3: -dts formating refactor -CONFIG_DISPLAY_CPUINFO removed from config -CONFIG_OF_EMBED removed from config Changes in v2

[U-Boot] [PATCH] arm: zynq: Add initial support for Avnet MiniZed

2018-05-14 Thread Ibai Erkiaga
Initial support for Avnet MiniZed board. Tested UART1 (serial console), QSPI(Flash), SDHCI1 (eMMC), USB. Signed-off-by: Ibai Erkiaga --- arch/arm/dts/Makefile |1 + arch/arm/dts/zynq-minized.dts | 106 configs/zynq_minized_defconfig | 66

[U-Boot] [PATCH] arm: zynq: Add initial support for Avnet MiniZed

2018-05-14 Thread Ibai Erkiaga
Initial support for Avnet MiniZed board. Tested UART1 (serial console), QSPI(Flash), SDHCI1 (eMMC), USB. Signed-off-by: Ibai Erkiaga --- Changes for v3: -dts formating refactor -CONFIG_DISPLAY_CPUINFO removed from config -CONFIG_OF_EMBED removed from config Changes for

Re: [U-Boot] [PATCH v2] arm: zynq: Add initial support for Avnet MiniZed

2018-05-14 Thread Ibai Erkiaga Elorza
Hi Michal, > -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: 10 May 2018 09:21 > To: Ibai Erkiaga Elorza ; u-boot@lists.denx.de > Cc: michal.si...@xilinx.com > Subject: Re: [PATCH v2] arm: zynq: Add initial support for Avnet MiniZed >

[U-Boot] [PATCH v2] arm: zynq: Add initial support for Avnet MiniZed

2018-05-09 Thread Ibai Erkiaga
Initial support for Avnet MiniZed board. Tested UART1 (serial console), QSPI(Flash), SDHCI1 (eMMC), USB. Signed-off-by: Ibai Erkiaga --- Changes for v2: -board model changed to use Avent prefix -usb phy driver changed usb-no-xceiv -removed gpio and intc binding