Re: [U-Boot] uboot for ARRIA10 SoC

2018-03-06 Thread Friedrich Daniel
> I am using Intel/Altera REF board: Arria 10 SoC development kit part number > DK-SOC-10AS066S-A. I am using Altera/Intel tools to generate an uboot image > which include the devictree.dts and it is build with > mkpimage. > Has anybody ported the Altera/Intel Arria 10Soc to the open source

Re: [U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-03-05 Thread Michal Simek
On 28.2.2018 08:17, Jagan Teki wrote: > On Wed, Feb 28, 2018 at 10:57 AM, Vipul Kumar wrote: >> This seris of patch moved spi headers to Kconfig. >> These are the configs: >> -CONFIG_SYS_ZYNQ_SPI_WAIT >> -CONFIG_XILINX_SPI_IDLE_VAL >> -CONFIG_SYS_ZYNQ_QSPI_WAIT > > This

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-05 Thread Michal Simek
On 5.3.2018 10:38, Jaehoon Chung wrote: > On 03/02/2018 06:18 PM, Michal Simek wrote: >> On 2.3.2018 10:01, Jaehoon Chung wrote: >>> On 03/02/2018 04:44 PM, Michal Simek wrote: On 2.3.2018 07:27, Jaehoon Chung wrote: > On 03/02/2018 12:13 AM, Michal Simek wrote: >> On 28.2.2018 08:42,

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-05 Thread Jaehoon Chung
On 03/02/2018 06:18 PM, Michal Simek wrote: > On 2.3.2018 10:01, Jaehoon Chung wrote: >> On 03/02/2018 04:44 PM, Michal Simek wrote: >>> On 2.3.2018 07:27, Jaehoon Chung wrote: On 03/02/2018 12:13 AM, Michal Simek wrote: > On 28.2.2018 08:42, Jaehoon Chung wrote: >> Hi, >> >>

[U-Boot] uboot for ARRIA10 SoC

2018-03-04 Thread Spinelli, Claudio (Nokia - US/Murray Hill)
Hi, I am using Intel/Altera REF board: Arria 10 SoC development kit part number DK-SOC-10AS066S-A. I am using Altera/Intel tools to generate an uboot image which include the devictree.dts and it is build with mkpimage. Has anybody ported the Altera/Intel Arria 10Soc to the open source uboot

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-02 Thread Michal Simek
On 2.3.2018 10:01, Jaehoon Chung wrote: > On 03/02/2018 04:44 PM, Michal Simek wrote: >> On 2.3.2018 07:27, Jaehoon Chung wrote: >>> On 03/02/2018 12:13 AM, Michal Simek wrote: On 28.2.2018 08:42, Jaehoon Chung wrote: > Hi, > > On 02/28/2018 03:28 PM, Vipul Kumar wrote: >>

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-02 Thread Jaehoon Chung
On 03/02/2018 04:44 PM, Michal Simek wrote: > On 2.3.2018 07:27, Jaehoon Chung wrote: >> On 03/02/2018 12:13 AM, Michal Simek wrote: >>> On 28.2.2018 08:42, Jaehoon Chung wrote: Hi, On 02/28/2018 03:28 PM, Vipul Kumar wrote: > This patch added Kconfig support for

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Michal Simek
On 2.3.2018 07:27, Jaehoon Chung wrote: > On 03/02/2018 12:13 AM, Michal Simek wrote: >> On 28.2.2018 08:42, Jaehoon Chung wrote: >>> Hi, >>> >>> On 02/28/2018 03:28 PM, Vipul Kumar wrote: This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. >>> >>> I

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Jaehoon Chung
On 03/02/2018 12:13 AM, Michal Simek wrote: > On 28.2.2018 08:42, Jaehoon Chung wrote: >> Hi, >> >> On 02/28/2018 03:28 PM, Vipul Kumar wrote: >>> This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and >>> enabled it in defconfig. >> >> I think that CONFIG_ZYNQ_SDHCI1 is meaningful when

Re: [U-Boot] [UBOOT PATCH v2 1/2] eeprom: Enabled eeprom u-boot headers in defconfig

2018-03-01 Thread Michal Simek
On 28.2.2018 10:30, Vipul Kumar wrote: > This patch enabled eeprom related u-boot headers in > the respective defconfig and removed CONFIG_ZYNQ_EEPROM. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > - Changes in v2: > -

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-03-01 Thread Michal Simek
On 28.2.2018 08:42, Jaehoon Chung wrote: > Hi, > > On 02/28/2018 03:28 PM, Vipul Kumar wrote: >> This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and >> enabled it in defconfig. > > I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG_ZYNQ_SDHCI0 is > enabled. > It's used in

Re: [U-Boot] [UBOOT PATCH v2 0/2] mmc: Added Kconfig support to set minimum and maximum frequency of the mmc controller

2018-03-01 Thread Michal Simek
On 28.2.2018 11:23, Vipul Kumar wrote: > This series of patch added Kconfig support for > CONFIG_ZYNQ_SDHCI_MAX_FREQ and CONFIG_ZYNQ_SDHCI_MIN_FREQ and > set the default values. > > -Changes in V2: > -Set min. frequency for ep 100KHz > -Branch: u-boot-microblaze/kconfig > > Vipul Kumar (2): >

Re: [U-Boot] [UBOOT PATCH v2 1/2] microblaze: Added Kconfig support for CONFIG_XILINX_GPIO

2018-03-01 Thread Michal Simek
On 28.2.2018 07:02, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_XILINX_GPIO > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > - Changes in v2: > - Removed

Re: [U-Boot] [UBOOT PATCH v2 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-03-01 Thread Michal Simek
On 28.2.2018 07:02, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > - Changes in v2: > - Added

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-28 Thread Vipul Kumar
iva Durga > Prasad Paladugu <siva...@xilinx.com> > Subject: Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added > Kconfig support for CONFIG_ZYNQ_SDHCI1 > > Hi, > > On 02/28/2018 03:28 PM, Vipul Kumar wrote: > > This patch added Kconfig support for CONF

[U-Boot] [UBOOT PATCH v2 0/2] mmc: Added Kconfig support to set minimum and maximum frequency of the mmc controller

2018-02-28 Thread Vipul Kumar
This series of patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ and CONFIG_ZYNQ_SDHCI_MIN_FREQ and set the default values. -Changes in V2: -Set min. frequency for ep 100KHz -Branch: u-boot-microblaze/kconfig Vipul Kumar (2): mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ

[U-Boot] [UBOOT PATCH v2 2/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ

2018-02-28 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Set min. frequency for ep 100KHz - Branch:

[U-Boot] [UBOOT PATCH v2 1/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ

2018-02-28 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig | 3 +++ arch/arm/mach-zynq/Kconfig

[U-Boot] [UBOOT PATCH v2 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-28 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in V2: - Added depends on ARCH_ZYNQ -

[U-Boot] [UBOOT PATCH v2 1/2] eeprom: Enabled eeprom u-boot headers in defconfig

2018-02-28 Thread Vipul Kumar
This patch enabled eeprom related u-boot headers in the respective defconfig and removed CONFIG_ZYNQ_EEPROM. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Removed CONFIG_ZYNQ_EEPROM for zynqmp. - Enabled

[U-Boot] [UBOOT PATCH v2 0/2] eeprom: Moved eeprom u-boot headers to the Kconfig

2018-02-28 Thread Vipul Kumar
This series of patch added Kconfig support for eeprom u-boot headers and enabled in respective defconfig. These are the configs: -CONFIG_ZYNQ_EEPROM_BUS -CONFIG_ZYNQ_GEM_EEPROM_ADDR -Changes in v2: - Removed CONFIG_ZYNQ_EEPROM for zynqmp - Enabled configs defined under CONFIG_ZYNQ_EEPROM for

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Jaehoon Chung
Hi, On 02/28/2018 03:28 PM, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and > enabled it in defconfig. I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG_ZYNQ_SDHCI0 is enabled. It's used in zynqmp.c and spl.c ..like below.. #if

Re: [U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Jagan Teki
On Wed, Feb 28, 2018 at 10:57 AM, Vipul Kumar wrote: > This seris of patch moved spi headers to Kconfig. > These are the configs: > -CONFIG_SYS_ZYNQ_SPI_WAIT > -CONFIG_XILINX_SPI_IDLE_VAL > -CONFIG_SYS_ZYNQ_QSPI_WAIT This make unnecessary of adding Kconfig options for

[U-Boot] [UBOOT PATCH v2 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 0/2] arm64: zynqmp: mmc: Moved mmc u-boot headers to the Kconfig

2018-02-27 Thread Vipul Kumar
This series of patch moved mmc u-boot headers to the Kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_ZYNQ_SDHCI0 -CONFIG_ZYNQ_SDHCI1 -Changes in V2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): arm64: zynqmp: mmc: Added

[U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig ---

[U-Boot] [UBOOT PATCH v2 0/2] microblaze: Moved U-boot headers to Kconfig

2018-02-27 Thread Vipul Kumar
This seris of patch moved microblaze u-boot headers to the kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_XILINX_GPIO -CONFIG_XILINX_TB_WATCHDOG - Changes in v2: - Removed "Enable" from description - Added select HW_WATCHDOG - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added select HW_WATCHDOG - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 1/2] microblaze: Added Kconfig support for CONFIG_XILINX_GPIO

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_XILINX_GPIO and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Removed "Enable" from description - Branch:

[U-Boot] [UBOOT PATCH v2 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT and CONFIG_XILINX_SPI_IDLE_VAL and set default value. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in V2: - Added depends on XILINX_SPI - Branch:

[U-Boot] [UBOOT PATCH v2 1/2] qspi: Added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT and set it to default value 10 milliseconds. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- -Changes in v2: - Added depends on ZYNQ_QSPI - Branch:

[U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Vipul Kumar
This seris of patch moved spi headers to Kconfig. These are the configs: -CONFIG_SYS_ZYNQ_SPI_WAIT -CONFIG_XILINX_SPI_IDLE_VAL -CONFIG_SYS_ZYNQ_QSPI_WAIT -Changes in V2: - Added depends on ZYNQ_QSPI - Added depends on XILINX_SPI - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): qspi: Added

Re: [U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-26 Thread Michal Simek
On 26.2.2018 12:08, Michal Simek wrote: > On 22.2.2018 13:45, Vipul Kumar wrote: >> This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS >> and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in >> respective defconfig. >> >> Signed-off-by: Vipul Kumar >> Signed-off-by: Siva

Re: [U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-26 Thread Michal Simek
On 22.2.2018 13:45, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS > and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in > respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu >

Re: [U-Boot] [UBOOT PATCH 1/2] eeprom: Added Kconfig support for ZYNQ_EEPROM

2018-02-26 Thread Michal Simek
On 22.2.2018 13:45, Vipul Kumar wrote: > This patch added Kconfig support for ZYNQ_EEPROM > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > configs/xilinx_zynqmp_ep_defconfig | 1 +

Re: [U-Boot] [UBOOT PATCH 2/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ

2018-02-26 Thread Michal Simek
On 23.2.2018 11:48, Jaehoon Chung wrote: > Hi, > > On 02/22/2018 09:17 PM, Vipul Kumar wrote: >> This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ >> and enabled it in respective defconfig. >> >> Signed-off-by: Vipul Kumar >> Signed-off-by: Siva Durga Prasad

Re: [U-Boot] [UBOOT PATCH 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-26 Thread Michal Simek
On 22.2.2018 12:49, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and > enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > arch/arm/cpu/armv8/zynqmp/Kconfig

Re: [U-Boot] [UBOOT PATCH 0/6] i2c: Moved i2c u-boot headers to Kconfig

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This series of patch moved i2c u-boot headers to > the Kconfig and enabled in respective defconfig. > > These are the configs: > -CONFIG_SYS_I2C_ZYNQ > -CONFIG_SYS_I2C_ZYNQ_SLAVE > -CONFIG_SYS_I2C_ZYNQ_SPEED > -CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET >

Re: [U-Boot] [UBOOT PATCH 6/6] i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_I2C0 and > CONFIG_ZYNQ_I2C1 and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- >

Re: [U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-26 Thread Michal Simek
On 16.2.2018 14:37, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > drivers/i2c/Kconfig | 6 ++ > 1 file changed, 6 insertions(+) > >

Re: [U-Boot] [UBOOT PATCH 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-02-26 Thread Michal Simek
On 16.2.2018 15:34, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- >

Re: [U-Boot] [UBOOT PATCH 1/2] microblaze: Added Kconfig support for CONFIG_XILINX_GPIO

2018-02-26 Thread Michal Simek
On 16.2.2018 15:34, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_XILINX_GPIO > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- >

Re: [U-Boot] [UBOOT PATCH 0/4] fpga: Moved fpga u-boot headers to the Kconfig

2018-02-26 Thread Michal Simek
On 16.2.2018 13:32, Vipul Kumar wrote: > This series of patch moved fpga u-boot headers to the > kconfig and enabled in respective defconfig. > These are the configs: > -CONFIG_FPGA_SPARTAN3 > -CONFIG_FPGA_ZYNQPL > > Vipul Kumar (4): > fpga: Added Kconfig support for FPGA_SPARTAN3 > fpga:

Re: [U-Boot] [UBOOT PATCH 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-26 Thread Michal Simek
On 16.2.2018 15:14, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT > and CONFIG_XILINX_SPI_IDLE_VAL and set default value. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- >

Re: [U-Boot] [UBOOT PATCH 1/2] qspi: Added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT

2018-02-26 Thread Michal Simek
On 16.2.2018 15:14, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT > and set it to default value 10 milliseconds. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- > drivers/spi/Kconfig

Re: [U-Boot] [uboot-snps-arc] [PATCH 1/2] SPI Flash: add support of sst26wf* flash series

2018-02-23 Thread Eugeniy Paltsev
Hi Jagan, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it. Thanks! On Tue, 2018-02-06 at 18:15 +0300, Eugeniy Paltsev wrote: > sst26wf flash series block protection implementation differs > from other SST series, so add implementation for

Re: [U-Boot] [UBOOT PATCH 2/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ

2018-02-23 Thread Jaehoon Chung
Hi, On 02/22/2018 09:17 PM, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ > and enabled it in respective defconfig. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu > --- >

[U-Boot] [UBOOT PATCH 0/2] eeprom: Moved eeprom u-boot headers to the Kconfig

2018-02-22 Thread Vipul Kumar
This series of patch added Kconfig support for eeprom u-boot headers and enabled in respective defconfig. These are the configs: -CONFIG_ZYNQ_EEPROM -CONFIG_ZYNQ_EEPROM_BUS -CONFIG_ZYNQ_GEM_EEPROM_ADDR Vipul Kumar (2): eeprom: Added Kconfig support for ZYNQ_EEPROM eeprom: Added Kconfig

[U-Boot] [UBOOT PATCH 2/2] eeprom: Added Kconfig support for eeprom u-boot headers

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_EEPROM_BUS and CONFIG_ZYNQ_GEM_EEPROM_ADDR and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1

[U-Boot] [UBOOT PATCH 1/2] eeprom: Added Kconfig support for ZYNQ_EEPROM

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for ZYNQ_EEPROM and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_zynqmp_ep_defconfig | 1 + configs/zynq_zc702_defconfig | 1 +

[U-Boot] [UBOOT PATCH 2/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_zynqmp_ep_defconfig | 1 + drivers/mmc/Kconfig|

[U-Boot] [UBOOT PATCH 0/2] mmc: Added Kconfig support to set minimum and maximum frequency of the mmc controller

2018-02-22 Thread Vipul Kumar
This series of patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ and CONFIG_ZYNQ_SDHCI_MIN_FREQ and set the default values. Vipul Kumar (2): mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ

[U-Boot] [UBOOT PATCH 1/2] mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig | 3 +++ arch/arm/mach-zynq/Kconfig

[U-Boot] [UBOOT PATCH 0/2] arm64: zynqmp: mmc: Moved mmc u-boot headers to the Kconfig

2018-02-22 Thread Vipul Kumar
This series of patch moved mmc u-boot headers to the Kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_ZYNQ_SDHCI0 -CONFIG_ZYNQ_SDHCI1 Vipul Kumar (2): arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0 arm64: zynqmp: mmc: Added Kconfig support for

[U-Boot] [UBOOT PATCH 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig| 5 +

[U-Boot] [UBOOT PATCH 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-22 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig| 5 +

Re: [U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-19 Thread Heiko Schocher
Hello Vipul, Am 16.02.2018 um 14:37 schrieb Vipul Kumar: This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 6 ++ 1 file changed, 6

[U-Boot] [UBOOT PATCH 5/6] i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1 +

[U-Boot] [UBOOT PATCH 6/6] i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1 and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1 +

[U-Boot] [UBOOT PATCH 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/microblaze-generic_defconfig | 1 + drivers/watchdog/Kconfig

[U-Boot] [UBOOT PATCH 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT and CONFIG_XILINX_SPI_IDLE_VAL and set default value. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/spi/Kconfig | 12

[U-Boot] [UBOOT PATCH 1/2] qspi: Added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT and set it to default value 10 milliseconds. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/spi/Kconfig | 6 ++ drivers/spi/zynq_qspi.c | 3 --- 2

[U-Boot] [UBOOT PATCH 3/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE and set it default to 0. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 7 +++ include/configs/xilinx_zynqmp.h | 1 -

[U-Boot] [UBOOT PATCH 0/2] microblaze: Moved U-boot headers to Kconfig

2018-02-16 Thread Vipul Kumar
This seris of patch moved microblaze u-boot headers to the kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_XILINX_GPIO -CONFIG_XILINX_TB_WATCHDOG Vipul Kumar (2): microblaze: Added Kconfig support for CONFIG_XILINX_GPIO microblaze: wdt: Added Kconfig support for

[U-Boot] [UBOOT PATCH 4/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED and set it to default value 10. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 7 +++ include/configs/xilinx_zynqmp.h | 1 -

[U-Boot] [UBOOT PATCH 3/4] arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_FPGA_ZYNQPL. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/fpga/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig

[U-Boot] [UBOOT PATCH 0/6] i2c: Moved i2c u-boot headers to Kconfig

2018-02-16 Thread Vipul Kumar
This series of patch moved i2c u-boot headers to the Kconfig and enabled in respective defconfig. These are the configs: -CONFIG_SYS_I2C_ZYNQ -CONFIG_SYS_I2C_ZYNQ_SLAVE -CONFIG_SYS_I2C_ZYNQ_SPEED -CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET -CONFIG_ZYNQ_I2C0 -CONFIG_ZYNQ_I2C1 Vipul Kumar (6): i2c: Added

[U-Boot] [UBOOT PATCH 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-16 Thread Vipul Kumar
This seris of patch moved spi headers to Kconfig. These are the configs: -CONFIG_SYS_ZYNQ_SPI_WAIT -CONFIG_XILINX_SPI_IDLE_VAL -CONFIG_SYS_ZYNQ_QSPI_WAIT Vipul Kumar (2): qspi: Added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and

[U-Boot] [UBOOT PATCH 1/6] i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/i2c/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig

[U-Boot] [UBOOT PATCH 2/6] i2c: Enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfig

2018-02-16 Thread Vipul Kumar
This patch enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1 + configs/topic_miami_defconfig | 1 +

[U-Boot] [UBOOT PATCH 2/4] fpga: Added CONFIG_FPGA_SPARTAN3 in the the respective defconfig

2018-02-16 Thread Vipul Kumar
This patch added CONFIG_FPGA_SPARTAN3 in the respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/apf27_defconfig | 1 + configs/astro_mcf5373l_defconfig | 1 + configs/mt_ventoux_defconfig |

[U-Boot] [UBOOT PATCH 4/4] arm: zynq: fpga: Added CONFIG_FPGA_ZYNQPL in the respective defconfig

2018-02-16 Thread Vipul Kumar
This patch added CONFIG_FPGA_ZYNQPL in the respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- configs/syzygy_hub_defconfig | 1 + configs/topic_miami_defconfig | 1 +

[U-Boot] [UBOOT PATCH 1/4] fpga: Added Kconfig support for FPGA_SPARTAN3

2018-02-16 Thread Vipul Kumar
This patch added Kconfig support for FPGA_SPARTAN3. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- drivers/fpga/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index

[U-Boot] [UBOOT PATCH 0/4] fpga: Moved fpga u-boot headers to the Kconfig

2018-02-16 Thread Vipul Kumar
This series of patch moved fpga u-boot headers to the kconfig and enabled in respective defconfig. These are the configs: -CONFIG_FPGA_SPARTAN3 -CONFIG_FPGA_ZYNQPL Vipul Kumar (4): fpga: Added Kconfig support for FPGA_SPARTAN3 fpga: Added CONFIG_FPGA_SPARTAN3 in the the respective defconfig

Re: [U-Boot] Uboot as x86_64 EFI payload

2018-02-05 Thread Simon Glass
Hi Javier, On 5 February 2018 at 01:07, Javier Santos Romo wrote: > Hi Simon, > > Thanks for your support. We just need a x64 bootloader because we are using a > 64-bit EFI. We understood, reading README.efi file from U-boot documentation > that we could use u-boot like an

Re: [U-Boot] Uboot as x86_64 EFI payload

2018-02-05 Thread Javier Santos Romo
Hi Simon, Thanks for your support. We just need a x64 bootloader because we are using a 64-bit EFI. We understood, reading README.efi file from U-boot documentation that we could use u-boot like an 64-bit payload. However, we don´t understand why we get the memory map error. Anyway, we will

Re: [U-Boot] Uboot as x86_64 EFI payload

2018-02-04 Thread Simon Glass
Hi Javier, On 29 January 2018 at 09:36, Javier Santos Romo wrote: > Hi, > > I am Juan Alfonso Reyes, a firmware engineer in GMV. Currently we are > developing new boards based in Apollo Lake CPU. We are trying to load uboot > from UEFI. Using the default

Re: [U-Boot] Uboot as x86_64 EFI payload

2018-01-30 Thread Javier Santos Romo
FYI [cid:image001.gif@01D39927.A0D208D0] Javier Santos Romo Ingeniero de Telecomunicaciones / Telecommunications Engineer / GMV Juan de Herrera nº17 Boecillo E-47151 Valladolid Tel. +34 983 54 65 54 Fax +34 983 54 65 53 www.gmv.com

[U-Boot] Uboot as x86_64 EFI payload

2018-01-30 Thread Juan Alfonso Reyes Ajenjo
Hi, I am Juan Alfonso Reyes, a firmware engineer in GMV. Currently we are developing new boards based in Apollo Lake CPU. We are trying to load uboot from UEFI. Using the default qemu-x86_efi_payload64_defconfig we are getting "U-Boot EFI Payload 2002 No memory map" error code. As I can see

[U-Boot] uboot img

2018-01-01 Thread Ivan Yakymenko
Could you share img for jtag flash (my rigol HW da07) ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-12-11 Thread Siva Durga Prasad Paladugu
Hi jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Thursday, December 07, 2017 10:56 AM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Liam Beguin > Subject: Re: [UBOOT PATCH 1/2] spi:

Re: [U-Boot] [uboot-snps-arc] Re: [PATCH v5 2/2] DW SPI: Get clock value from Device Tree

2017-12-09 Thread Marek Vasut
On 12/09/2017 04:23 PM, Eugeniy Paltsev wrote: > On Wed, 2017-11-15 at 10:24 +0100, Marek Vasut wrote: >> On 11/14/2017 04:33 PM, Eugeniy Paltsev wrote: >>> Add option to set spi controller clock frequency via device tree >>> using standard clock bindings. >>> >>> Define dw_spi_get_clk function as

Re: [U-Boot] [uboot-snps-arc] Re: [PATCH v5 2/2] DW SPI: Get clock value from Device Tree

2017-12-09 Thread Eugeniy Paltsev
On Wed, 2017-11-15 at 10:24 +0100, Marek Vasut wrote: > On 11/14/2017 04:33 PM, Eugeniy Paltsev wrote: > > Add option to set spi controller clock frequency via device tree > > using standard clock bindings. > > > > Define dw_spi_get_clk function as 'weak' as some targets > > (like SOCFPGA_GEN5

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-12-06 Thread Jagan Teki
On Thu, Nov 23, 2017 at 1:00 PM, Siva Durga Prasad Paladugu wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Wednesday, November 01, 2017 2:54 PM >> To: Siva Durga Prasad Paladugu >> Cc:

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-12-06 Thread Siva Durga Prasad Paladugu
Hi Jagan, Ping!! Thanks, Siva > -Original Message- > From: Siva Durga Prasad Paladugu > Sent: Thursday, November 23, 2017 1:01 PM > To: Jagan Teki > Cc: u-boot@lists.denx.de; Liam Beguin > Subject: RE: [UBOOT PATCH 1/2] spi: zynqmp_qspi:

Re: [U-Boot] Uboot send pull request

2017-11-30 Thread Tom Rini
On Thu, Nov 30, 2017 at 10:35:57AM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull the following patch from u-boot-nds32 into your tree. > Thanks! > > The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050: > > Merge tag 'xilinx-for-v2018.01' of

[U-Boot] Uboot send pull request

2017-11-29 Thread uboot
Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks! The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050: Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500) are available in the git

Re: [U-Boot] uboot xip eim nor

2017-11-23 Thread Lukasz Majewski
On Thu, 23 Nov 2017 08:53:10 + "Amartya Shreyank (RBEI/ESD2)" wrote: > Hi, > > I am trying to configure uboot for xip from eim nor for a custom > imx6solo board. Can someone suggest what modifications are needed for > this in uboot. I have borrowed

[U-Boot] uboot xip eim nor

2017-11-23 Thread Amartya Shreyank (RBEI/ESD2)
Hi, I am trying to configure uboot for xip from eim nor for a custom imx6solo board. Can someone suggest what modifications are needed for this in uboot. I have borrowed configurations from imx6 based boards and stripped them down to bare minimum. Also, if anyone can explain how do we select

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-11-22 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Wednesday, November 01, 2017 2:54 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Liam Beguin > Subject: Re: [UBOOT PATCH 1/2] spi:

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-11-01 Thread Jagan Teki
On Tue, Oct 31, 2017 at 6:33 PM, Siva Durga Prasad Paladugu wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Tuesday, October 31, 2017 3:01 PM >> To: Siva Durga Prasad Paladugu >> Cc:

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-31 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Tuesday, October 31, 2017 3:01 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Liam Beguin > Subject: Re: [UBOOT PATCH 1/2] spi:

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-31 Thread Siva Durga Prasad Paladugu
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Tuesday, October 31, 2017 2:40 PM > To: Siva Durga Prasad Paladugu > Cc: u-boot@lists.denx.de; Liam Beguin ; Siva > Durga Prasad Paladugu

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-31 Thread Jagan Teki
On Tue, Oct 31, 2017 at 2:50 PM, Siva Durga Prasad Paladugu wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Tuesday, October 31, 2017 2:40 PM >> To: Siva Durga Prasad Paladugu >> Cc:

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-31 Thread Jagan Teki
On Tue, Oct 24, 2017 at 3:33 PM, Siva Durga Prasad Paladugu wrote: > This patch adds qspi driver support for ZynqMP SoC. This > driver is responsible for communicating with qspi flash > devices. Legacy question, what is your approach for dual memory setup? Did you

Re: [U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-26 Thread Lukasz Majewski
Hi Siva Durga Prasad, > This patch adds qspi driver support for ZynqMP SoC. This > driver is responsible for communicating with qspi flash > devices. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > arch/arm/cpu/armv8/zynqmp/Kconfig | 7 + > drivers/spi/Makefile

[U-Boot] [UBOOT PATCH 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver

2017-10-24 Thread Siva Durga Prasad Paladugu
This patch adds qspi driver support for ZynqMP SoC. This driver is responsible for communicating with qspi flash devices. Signed-off-by: Siva Durga Prasad Paladugu --- arch/arm/cpu/armv8/zynqmp/Kconfig | 7 + drivers/spi/Makefile | 1 +

[U-Boot] [UBOOT PATCH 2/2] zynqmp: zcu102: Add qspi driver support for ZynqMP ZCU102 board

2017-10-24 Thread Siva Durga Prasad Paladugu
This patch adds qspi driver support for ZynqMP ZCU102 board. Signed-off-by: Siva Durga Prasad Paladugu --- configs/xilinx_zynqmp_zcu102_revB_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig

Re: [U-Boot] [uboot-snps-arc] [PATCH v2] ARC: HSDK: introduce CREG GPIO driver

2017-10-16 Thread Alexey Brodkin
Hi Eugeniy, On Mon, 2017-10-16 at 16:21 +0300, Eugeniy Paltsev wrote: > The HSDK can manage some pins via CREG registers block. > > Signed-off-by: Eugeniy Paltsev > --- > Changes v1->v2: >   * Use linux debug function (debug -> pr_debug, errror -> pr_err) > as

Re: [U-Boot] Uboot send pull request

2017-09-29 Thread Tom Rini
On Thu, Sep 28, 2017 at 01:25:40PM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull the following patch from u-boot-nds32 into your tree. > Thanks! > > The following changes since commit 6e9b109aa9bcdd094e77da9fb03de8b44da8eb9d: > > Merge git://git.denx.de/u-boot-usb

<    1   2   3   4   5   6   7   8   9   10   >