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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> -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
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
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
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
>
>
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
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
>
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
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
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
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
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
> -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
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
>
>
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
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
> -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
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
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
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
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
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
>
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
51 matches
Mail list logo