All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-08-17 12:19 Marek Vasut
  2019-08-17 17:47 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-08-17 12:19 UTC (permalink / raw)
  To: u-boot

The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b:

  configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a89441a74f6df1f75b942f6906724620fad2e8e1:

  arm: socfpga: gen5: don't zero bss in board_init_f() (2019-08-15
08:50:02 +0200)

----------------------------------------------------------------
Dalon Westergreen (1):
      ARM: socfpga: update CONFIG_SPL_FS_LOAD_PAYLOAD_NAME to u-boot.img

Ley Foon Tan (1):
      arm: socfpga: Fix SYSRESET_SOCFPGA_S10 config name

Simon Goldschmidt (1):
      arm: socfpga: gen5: don't zero bss in board_init_f()

 arch/arm/Kconfig                 | 2 +-
 arch/arm/mach-socfpga/spl_gen5.c | 2 --
 include/configs/socfpga_common.h | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-08-17 12:19 [U-Boot] [PULL] u-boot-socfpga/master Marek Vasut
@ 2019-08-17 17:47 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-08-17 17:47 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 17, 2019 at 02:19:58PM +0200, Marek Vasut wrote:

> The following changes since commit df33f8646855e65b8e7232c7fd5739e1ae1eb58b:
> 
>   configs: Resync with savedefconfig (2019-08-14 08:11:27 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a89441a74f6df1f75b942f6906724620fad2e8e1:
> 
>   arm: socfpga: gen5: don't zero bss in board_init_f() (2019-08-15
> 08:50:02 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190817/048a23d3/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-11-28 10:17 Marek Vasut
@ 2019-12-02 15:16 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-12-02 15:16 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 28, 2019 at 11:17:58AM +0100, Marek Vasut wrote:

> The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:
> 
>   Merge tag 'u-boot-rockchip-20191124' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23
> 20:50:11 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a1a9843a29672be49a5bbb3a07fea8dbc88369ba:
> 
>   ARM: socfpga: Unreset NAND in SPL on Gen5 (2019-11-25 13:12:56 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191202/f32929b9/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-11-28 10:17 Marek Vasut
  2019-12-02 15:16 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-11-28 10:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:

  Merge tag 'u-boot-rockchip-20191124' of
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23
20:50:11 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a1a9843a29672be49a5bbb3a07fea8dbc88369ba:

  ARM: socfpga: Unreset NAND in SPL on Gen5 (2019-11-25 13:12:56 +0100)

----------------------------------------------------------------
Marek Vasut (5):
      ARM: socfpga: Actually put bridges into reset on Gen5 in bridge
disable
      ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5
      ARM: socfpga: Add ArriaV ST/SX ID
      ARM: socfpga: Introduce u-boot-with-nand-spl.sfp target
      ARM: socfpga: Unreset NAND in SPL on Gen5

 Makefile                          | 11 +++++++++++
 arch/arm/mach-socfpga/misc_gen5.c |  7 ++++++-
 arch/arm/mach-socfpga/spl_gen5.c  |  7 +++++++
 3 files changed, 24 insertions(+), 1 deletion(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-11-22 12:41 Marek Vasut
@ 2019-11-22 22:16 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-11-22 22:16 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 22, 2019 at 01:41:09PM +0100, Marek Vasut wrote:

> The following changes since commit 8d8ee47e03ef23b0d0e842ea455a30bf0d2023b9:
> 
>   env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol (2019-11-20 12:24:50 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a:
> 
>   arm: socfpga: stratix10: Add alias for gmac0 in S10 dts (2019-11-22
> 03:08:12 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191122/dbf3e20d/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-11-22 12:41 Marek Vasut
  2019-11-22 22:16 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-11-22 12:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8d8ee47e03ef23b0d0e842ea455a30bf0d2023b9:

  env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol (2019-11-20 12:24:50 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a:

  arm: socfpga: stratix10: Add alias for gmac0 in S10 dts (2019-11-22
03:08:12 +0100)

----------------------------------------------------------------
Ley Foon Tan (2):
      arm: dts: Stratix10: Fix memory node address and size cells
      configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF

Marek Vasut (1):
      ARM: socfpga: Fix default mtdparts

Ooi, Joyce (2):
      arm: dts: Stratix10: change pad skew values for EMAC0 PHY driver
      arm: socfpga: stratix10: Add alias for gmac0 in S10 dts

Simon Goldschmidt (4):
      ddr: socfpga: gen5: constify altera_gen5_sdram_ops
      socfpga: fix include guard in misc.h (arch vs. global)
      timer: dw-apb: add reset handling
      spi: cadence_qspi: support DM_CLK

 arch/arm/dts/socfpga_stratix10_socdk.dts  |  5 ++++-
 arch/arm/mach-socfpga/include/mach/misc.h |  6 +++---
 configs/socfpga_arria5_defconfig          |  2 +-
 configs/socfpga_cyclone5_defconfig        |  2 +-
 configs/socfpga_de0_nano_soc_defconfig    |  2 +-
 configs/socfpga_is1_defconfig             |  2 +-
 configs/socfpga_mcvevk_defconfig          |  2 +-
 configs/socfpga_sockit_defconfig          |  2 +-
 configs/socfpga_socrates_defconfig        |  2 +-
 configs/socfpga_sr1500_defconfig          |  2 +-
 configs/socfpga_stratix10_defconfig       |  1 +
 drivers/ddr/altera/sdram_gen5.c           |  2 +-
 drivers/spi/cadence_qspi.c                | 21 +++++++++++++++++++--
 drivers/spi/cadence_qspi.h                |  1 +
 drivers/timer/dw-apb-timer.c              | 18 +++++++++++++++++-
 15 files changed, 54 insertions(+), 16 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-11-15  9:44 ` Simon Goldschmidt
@ 2019-11-15  9:52   ` Marek Vasut
  0 siblings, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2019-11-15  9:52 UTC (permalink / raw)
  To: u-boot

On 11/15/19 10:44 AM, Simon Goldschmidt wrote:
> On Fri, Nov 15, 2019 at 10:35 AM Marek Vasut wrote:
>>
>> The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:
>>
>>   Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
>> (2019-11-12 13:40:58 -0500)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-socfpga.git master
>>
>> for you to fetch changes up to 155bf0a09b9b9538f3ef8dc244094e1a45e9e281:
>>
>>   spi: cadence_qspi: support DM_CLK (2019-11-13 15:47:08 +0100)
>>
>> ----------------------------------------------------------------
>> Ley Foon Tan (2):
>>       arm: dts: Stratix10: Fix memory node address and size cells
>>       configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF
>>
>> Simon Goldschmidt (4):
>>       ddr: socfpga: gen5: constify altera_gen5_sdram_ops
>>       socfpga: fix include guard in misc.h (arch vs. global)
>>       timer: dw-apb: add reset handling
>>       spi: cadence_qspi: support DM_CLK
> 
> Sorry to interfere here, but Vignesh had a comment on this one and I sent v3
> (what you have is v1 or v2- sorrry I wasn't aware of that).
> 
> Since Vignesh claims v3 does still not compile for k2g_evm_defconfig (although
> I cannot reproduce that error) , we should probably defer this patch
> until I have
> checked that Travis builds it correctly.

The one in u-boot-socfpga compiled fine, but OK, dropped.
Tom, ignore this PR.

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-11-15  9:34 Marek Vasut
@ 2019-11-15  9:44 ` Simon Goldschmidt
  2019-11-15  9:52   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-11-15  9:44 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 15, 2019 at 10:35 AM Marek Vasut <marex@denx.de> wrote:
>
> The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:
>
>   Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
> (2019-11-12 13:40:58 -0500)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-socfpga.git master
>
> for you to fetch changes up to 155bf0a09b9b9538f3ef8dc244094e1a45e9e281:
>
>   spi: cadence_qspi: support DM_CLK (2019-11-13 15:47:08 +0100)
>
> ----------------------------------------------------------------
> Ley Foon Tan (2):
>       arm: dts: Stratix10: Fix memory node address and size cells
>       configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF
>
> Simon Goldschmidt (4):
>       ddr: socfpga: gen5: constify altera_gen5_sdram_ops
>       socfpga: fix include guard in misc.h (arch vs. global)
>       timer: dw-apb: add reset handling
>       spi: cadence_qspi: support DM_CLK

Sorry to interfere here, but Vignesh had a comment on this one and I sent v3
(what you have is v1 or v2- sorrry I wasn't aware of that).

Since Vignesh claims v3 does still not compile for k2g_evm_defconfig (although
I cannot reproduce that error) , we should probably defer this patch
until I have
checked that Travis builds it correctly.

Regards,
Simon

>
>  arch/arm/dts/socfpga_stratix10_socdk.dts  |  2 ++
>  arch/arm/mach-socfpga/include/mach/misc.h |  6 +++---
>  configs/socfpga_stratix10_defconfig       |  1 +
>  drivers/ddr/altera/sdram_gen5.c           |  2 +-
>  drivers/spi/cadence_qspi.c                | 22 ++++++++++++++++++++--
>  drivers/timer/dw-apb-timer.c              | 18 +++++++++++++++++-
>  6 files changed, 44 insertions(+), 7 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-11-15  9:34 Marek Vasut
  2019-11-15  9:44 ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-11-15  9:34 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:

  Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
(2019-11-12 13:40:58 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 155bf0a09b9b9538f3ef8dc244094e1a45e9e281:

  spi: cadence_qspi: support DM_CLK (2019-11-13 15:47:08 +0100)

----------------------------------------------------------------
Ley Foon Tan (2):
      arm: dts: Stratix10: Fix memory node address and size cells
      configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF

Simon Goldschmidt (4):
      ddr: socfpga: gen5: constify altera_gen5_sdram_ops
      socfpga: fix include guard in misc.h (arch vs. global)
      timer: dw-apb: add reset handling
      spi: cadence_qspi: support DM_CLK

 arch/arm/dts/socfpga_stratix10_socdk.dts  |  2 ++
 arch/arm/mach-socfpga/include/mach/misc.h |  6 +++---
 configs/socfpga_stratix10_defconfig       |  1 +
 drivers/ddr/altera/sdram_gen5.c           |  2 +-
 drivers/spi/cadence_qspi.c                | 22 ++++++++++++++++++++--
 drivers/timer/dw-apb-timer.c              | 18 +++++++++++++++++-
 6 files changed, 44 insertions(+), 7 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-10-14 23:45 Marek Vasut
@ 2019-10-15  3:05 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-10-15  3:05 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 15, 2019 at 01:45:09AM +0200, Marek Vasut wrote:

> The following changes since commit 548aefa5b9e5c31681e0a8bd78e96b66eedd1137:
> 
>   travis: Move keystone 3 (k3) boards into the k2 job (2019-10-09
> 11:44:59 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e6281b8ab07e0d64be3f5f829d5a3d3a08390daa:
> 
>   ARM: socfpga: vining_fpga: Extract eth1 MAC from EEPROM (2019-10-09
> 22:57:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191014/919348af/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-10-14 23:45 Marek Vasut
  2019-10-15  3:05 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-10-14 23:45 UTC (permalink / raw)
  To: u-boot

The following changes since commit 548aefa5b9e5c31681e0a8bd78e96b66eedd1137:

  travis: Move keystone 3 (k3) boards into the k2 job (2019-10-09
11:44:59 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to e6281b8ab07e0d64be3f5f829d5a3d3a08390daa:

  ARM: socfpga: vining_fpga: Extract eth1 MAC from EEPROM (2019-10-09
22:57:41 +0200)

----------------------------------------------------------------
Marek Vasut (5):
      ARM: socfpga: vining_fpga: Rename VINING|FPGA
      ARM: socfpga: vining_fpga: Update DT
      ARM: socfpga: vining_fpga: Update generated headers
      ARM: socfpga: vining_fpga: Update environment
      ARM: socfpga: vining_fpga: Extract eth1 MAC from EEPROM

 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi     |   2 +-
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts             |  17 ++++++---
 arch/arm/mach-socfpga/Kconfig                             |  10 +++---
 board/{samtec => softing}/vining_fpga/MAINTAINERS         |   0
 board/{samtec => softing}/vining_fpga/Makefile            |   0
 board/{samtec => softing}/vining_fpga/qts/iocsr_config.h  | 140
+++++++++++++++++++++++++++++++++++++--------------------------------------
 board/{samtec => softing}/vining_fpga/qts/pinmux_config.h |   6 ++--
 board/{samtec => softing}/vining_fpga/qts/pll_config.h    |  12 ++-----
 board/{samtec => softing}/vining_fpga/qts/sdram_config.h  |  12 +++----
 board/{samtec => softing}/vining_fpga/socfpga.c           |   2 ++
 configs/socfpga_vining_fpga_defconfig                     |   8 ++---
 include/configs/socfpga_vining_fpga.h                     | 118
+++++++++++++++++++++++++++++++++++++++++++++++----------------
 12 files changed, 195 insertions(+), 132 deletions(-)
 rename board/{samtec => softing}/vining_fpga/MAINTAINERS (100%)
 rename board/{samtec => softing}/vining_fpga/Makefile (100%)
 rename board/{samtec => softing}/vining_fpga/qts/iocsr_config.h (89%)
 rename board/{samtec => softing}/vining_fpga/qts/pinmux_config.h (98%)
 rename board/{samtec => softing}/vining_fpga/qts/pll_config.h (88%)
 rename board/{samtec => softing}/vining_fpga/qts/sdram_config.h (96%)
 rename board/{samtec => softing}/vining_fpga/socfpga.c (95%)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-07-29 12:34 Marek Vasut
@ 2019-07-30  1:21 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-07-30  1:21 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 29, 2019 at 02:34:43PM +0200, Marek Vasut wrote:

> The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:
> 
>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a89c2adc3d2834a7c79c1685155a8b8952cf77f4:
> 
>   fpga: arria10: Fix error in fpga pin configuration (2019-07-21
> 12:47:13 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190729/5a2f0b87/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-07-29 12:34 Marek Vasut
  2019-07-30  1:21 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-07-29 12:34 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:

  Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a89c2adc3d2834a7c79c1685155a8b8952cf77f4:

  fpga: arria10: Fix error in fpga pin configuration (2019-07-21
12:47:13 +0200)

----------------------------------------------------------------
Dalon Westergreen (1):
      fpga: arria10: Fix error in fpga pin configuration

Simon Goldschmidt (7):
      arm: socfpga: fix 3 boards missing env var
"socfpga_legacy_reset_compat"
      dm: ddr: socfpga: fix gen5 ddr driver to not use bss
      arm: socfpga: rst: add register definition for cold reset
      sysreset: socfpga: gen5: add sysreset driver
      sysreset: socfpga: stratix10: add sysreset driver
      sysreset: add support for socfpga sysreset
      spl: kconfig: separate sysreset and firmware drivers from misc

 MAINTAINERS                                        |    1 +
 arch/arm/Kconfig                                   |    4 +
 arch/arm/mach-socfpga/Makefile                     |    1 -
 arch/arm/mach-socfpga/include/mach/reset_manager.h |    1 +
 arch/arm/mach-socfpga/reset_manager.c              |   41 -----
 configs/evb-rk3036_defconfig                       |    1 +
 configs/kylin-rk3036_defconfig                     |    1 +
 configs/sandbox_spl_defconfig                      |    1 +
 drivers/Makefile                                   |    6 +-
 drivers/ddr/altera/sequencer.c                     | 1346
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 drivers/ddr/altera/sequencer.h                     |   36 +++-
 drivers/firmware/Kconfig                           |    7 +-
 drivers/fpga/socfpga_arria10.c                     |    9 +-
 drivers/reset/reset-socfpga.c                      |   19 ++
 drivers/sysreset/Kconfig                           |   15 ++
 drivers/sysreset/Makefile                          |    2 +
 drivers/sysreset/sysreset_socfpga.c                |   56 ++++++
 drivers/sysreset/sysreset_socfpga_s10.c            |   29 +++
 include/configs/socfpga_dbm_soc1.h                 |    3 +-
 include/configs/socfpga_stratix10_socdk.h          |    3 +-
 include/configs/socfpga_vining_fpga.h              |    1 +
 21 files changed, 889 insertions(+), 694 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/reset_manager.c
 create mode 100644 drivers/sysreset/sysreset_socfpga.c
 create mode 100644 drivers/sysreset/sysreset_socfpga_s10.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-06-14 10:45 Marek Vasut
@ 2019-06-17 15:19 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-06-17 15:19 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 14, 2019 at 12:45:12PM +0200, Marek Vasut wrote:

> SPL size check for Gen5, i2c enablement for S10
> 
> The following changes since commit c2ea87883ef309570c8903e6de4b8b78685d73d0:
> 
>   Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi
> (2019-06-12 07:15:38 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to d6d383ca27c8121f19cb5fe1b047de330833ce6f:
> 
>   arm: socfpga: provide default SPL_SIZE_LIMIT for gen5 (2019-06-14
> 12:41:26 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190617/6c0042de/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-06-14 10:45 Marek Vasut
  2019-06-17 15:19 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-06-14 10:45 UTC (permalink / raw)
  To: u-boot

SPL size check for Gen5, i2c enablement for S10

The following changes since commit c2ea87883ef309570c8903e6de4b8b78685d73d0:

  Merge tag 'efi-2019-07-rc5' of git://git.denx.de/u-boot-efi
(2019-06-12 07:15:38 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to d6d383ca27c8121f19cb5fe1b047de330833ce6f:

  arm: socfpga: provide default SPL_SIZE_LIMIT for gen5 (2019-06-14
12:41:26 +0200)

----------------------------------------------------------------
Ley Foon Tan (1):
      arm: dts: Stratix10: Enable i2c

Simon Goldschmidt (1):
      arm: socfpga: provide default SPL_SIZE_LIMIT for gen5

 arch/arm/dts/socfpga_stratix10_socdk.dts | 5 +++++
 arch/arm/mach-socfpga/Kconfig            | 8 ++++++++
 2 files changed, 13 insertions(+)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-05-26 23:11 Marek Vasut
@ 2019-05-27 18:35 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-05-27 18:35 UTC (permalink / raw)
  To: u-boot

On Mon, May 27, 2019 at 01:11:36AM +0200, Marek Vasut wrote:

> SoCFPGA PL310 cleanup + A10 fix, A10 DT cleanup, DW GPIO fix.
> 
> The following changes since commit 40920bdecc4e1b7096de6f546d7b5c2185554ba6:
> 
>   Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm (2019-05-22
> 12:58:58 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to ca9387e8b1e276e17244010620319cc8bbd1c655:
> 
>   Arm: dts: socfpga: Remove invalid property from chose node (2019-05-24
> 14:29:51 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190527/d2454ee7/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-05-26 23:11 Marek Vasut
  2019-05-27 18:35 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-05-26 23:11 UTC (permalink / raw)
  To: u-boot

SoCFPGA PL310 cleanup + A10 fix, A10 DT cleanup, DW GPIO fix.

The following changes since commit 40920bdecc4e1b7096de6f546d7b5c2185554ba6:

  Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm (2019-05-22
12:58:58 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to ca9387e8b1e276e17244010620319cc8bbd1c655:

  Arm: dts: socfpga: Remove invalid property from chose node (2019-05-24
14:29:51 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      ARM: socfpga: Pull PL310 clearing into common code
      ARM: socfpga: Clear PL310 early in SPL

Simon Goldschmidt (1):
      gpio: dwapb_gpio: fix broken dev->node

Tien Fong Chee (1):
      Arm: dts: socfpga: Remove invalid property from chose node

 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi |  4 ----
 arch/arm/mach-socfpga/include/mach/misc.h             |  1 +
 arch/arm/mach-socfpga/misc.c                          | 54
++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/spl_a10.c                       |  1 +
 arch/arm/mach-socfpga/spl_gen5.c                      | 57
---------------------------------------------------------
 drivers/gpio/dwapb_gpio.c                             |  5 ++---
 6 files changed, 58 insertions(+), 64 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-05-15 22:53 Marek Vasut
@ 2019-05-17 11:15 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-05-17 11:15 UTC (permalink / raw)
  To: u-boot

On Thu, May 16, 2019 at 12:53:07AM +0200, Marek Vasut wrote:

> SoCFPGA DT and reset cleanup, AE MCVEVK board support.
> 
> The following changes since commit 90176e3be63802bc8630bab651d169993f0f0763:
> 
>   Merge tag 'efi-2019-07-rc3' of git://git.denx.de/u-boot-efi
> (2019-05-13 07:13:28 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 9e6ed1a3466ea35d98e074187abcbcfee550b448:
> 
>   ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT (2019-05-14
> 19:53:16 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190517/d628fafe/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-05-15 22:53 Marek Vasut
  2019-05-17 11:15 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-05-15 22:53 UTC (permalink / raw)
  To: u-boot

SoCFPGA DT and reset cleanup, AE MCVEVK board support.

The following changes since commit 90176e3be63802bc8630bab651d169993f0f0763:

  Merge tag 'efi-2019-07-rc3' of git://git.denx.de/u-boot-efi
(2019-05-13 07:13:28 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 9e6ed1a3466ea35d98e074187abcbcfee550b448:

  ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT (2019-05-14
19:53:16 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      ARM: dts: socfpga: Factor out U-Boot specifics from A10 handoff files
      ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT

Simon Goldschmidt (2):
      arm: socfpga: remove re-added ad-hoc reset code
      arm: sofcpga: s10: remove unused ad-hoc reset code

Wolfgang Grandegger (1):
      arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board

 arch/arm/dts/Makefile                                   |   1 +
 arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi        |  91
++++++++++++++++++
 arch/arm/dts/socfpga_arria10_socdk.dtsi                 |   3 +-
 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts            |   2 +
 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi   |  17 ----
 arch/arm/dts/socfpga_cyclone5_mcv.dtsi                  |  22 +++++
 arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi        |  34 +++++++
 arch/arm/dts/socfpga_cyclone5_mcvevk.dts                |  81
++++++++++++++++
 arch/arm/mach-socfpga/Kconfig                           |   7 ++
 arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h |   1 -
 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h  |   1 -
 arch/arm/mach-socfpga/reset_manager_gen5.c              |   8 --
 arch/arm/mach-socfpga/reset_manager_s10.c               |  11 ---
 arch/arm/mach-socfpga/spl_gen5.c                        |   3 +-
 board/aries/mcvevk/MAINTAINERS                          |   9 ++
 board/aries/mcvevk/Makefile                             |   7 ++
 board/aries/mcvevk/qts/iocsr_config.h                   | 659
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/aries/mcvevk/qts/pinmux_config.h                  | 218
++++++++++++++++++++++++++++++++++++++++++++
 board/aries/mcvevk/qts/pll_config.h                     |  84
+++++++++++++++++
 board/aries/mcvevk/qts/sdram_config.h                   | 343
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/aries/mcvevk/socfpga.c                            |   5 +
 configs/socfpga_mcvevk_defconfig                        |  59 ++++++++++++
 include/configs/socfpga_mcvevk.h                        | 103
+++++++++++++++++++++
 23 files changed, 1728 insertions(+), 41 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_mcv.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_mcvevk.dts
 create mode 100644 board/aries/mcvevk/MAINTAINERS
 create mode 100644 board/aries/mcvevk/Makefile
 create mode 100644 board/aries/mcvevk/qts/iocsr_config.h
 create mode 100644 board/aries/mcvevk/qts/pinmux_config.h
 create mode 100644 board/aries/mcvevk/qts/pll_config.h
 create mode 100644 board/aries/mcvevk/qts/sdram_config.h
 create mode 100644 board/aries/mcvevk/socfpga.c
 create mode 100644 configs/socfpga_mcvevk_defconfig
 create mode 100644 include/configs/socfpga_mcvevk.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-05-11 23:56 Marek Vasut
@ 2019-05-14 14:07 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-05-14 14:07 UTC (permalink / raw)
  To: u-boot

On Sun, May 12, 2019 at 01:56:20AM +0200, Marek Vasut wrote:

> A10 FPGA programming support, Gen5 livetree conversion
> 
> The following changes since commit 82da478b8f8ed41ed8bdbd0269da36ef6aaef7e8:
> 
>   Merge branch '2019-05-10-master-imports' (2019-05-10 11:08:48 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 1b898ffc040b5977a07af755b8ba3aa151914800:
> 
>   gpio: dwapb_gpio: convert to livetree (2019-05-10 22:48:11 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190514/e5fd5956/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-05-11 23:56 Marek Vasut
  2019-05-14 14:07 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-05-11 23:56 UTC (permalink / raw)
  To: u-boot

A10 FPGA programming support, Gen5 livetree conversion

The following changes since commit 82da478b8f8ed41ed8bdbd0269da36ef6aaef7e8:

  Merge branch '2019-05-10-master-imports' (2019-05-10 11:08:48 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 1b898ffc040b5977a07af755b8ba3aa151914800:

  gpio: dwapb_gpio: convert to livetree (2019-05-10 22:48:11 +0200)

----------------------------------------------------------------
Ley Foon Tan (1):
      configs: stratix10: Enable CONFIG_SPI_FLASH_USE_4K_SECTORS

Simon Goldschmidt (6):
      timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR
      spi: cadence_qspi: convert to livetree
      spi: designware: convert to livetree
      serial: altera_uart: convert to livetree
      reset: socfpga: convert to livetree
      gpio: dwapb_gpio: convert to livetree

Tien Fong Chee (9):
      ARM: socfpga: Description on FPGA bitstream type and file name for
Arria 10
      ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
      ARM: socfpga: Cleaning up and ensuring consistent format messages
in driver
      ARM: socfpga: Moving the watchdog reset to the for-loop status polling
      ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
      ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
      spl: socfpga: Implement fpga bitstream loading with socfpga loadfs
      ARM: socfpga: Synchronize the configuration for A10 SoCDK
      ARM: socfpga: Increase Malloc pool size to support FAT filesystem
in SPL

 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts                  |  17 +++++
 arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h     |  40
+++++++++-
 arch/arm/mach-socfpga/spl_a10.c                               |  31
+++++++-
 board/altera/arria10-socdk/fit_spl_fpga.its                   |  38
++++++++++
 configs/socfpga_arria10_defconfig                             |  23 +++++-
 configs/socfpga_stratix10_defconfig                           |   1 -
 doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt |  26 ++++++-
 drivers/fpga/socfpga_arria10.c                                | 514
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 drivers/gpio/dwapb_gpio.c                                     |  25 +++----
 drivers/reset/reset-socfpga.c                                 |   4 +-
 drivers/serial/altera_uart.c                                  |   5 +-
 drivers/spi/cadence_qspi.c                                    |  39
+++++-----
 drivers/spi/designware_spi.c                                  |   8 +-
 drivers/timer/dw-apb-timer.c                                  |   2 -
 include/configs/socfpga_arria10_socdk.h                       |   5 +-
 include/image.h                                               |   4 +
 16 files changed, 702 insertions(+), 80 deletions(-)
 create mode 100644 board/altera/arria10-socdk/fit_spl_fpga.its

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-05-07  3:43 Marek Vasut
@ 2019-05-07 18:13 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-05-07 18:13 UTC (permalink / raw)
  To: u-boot

On Tue, May 07, 2019 at 05:43:29AM +0200, Marek Vasut wrote:

> The following changes since commit 86f578ee85a697afb980233312f9aac1d98816df:
> 
>   Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
> (2019-05-04 20:02:42 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 32e308dd796f34f85d1c088e3218fa3403a9080f:
> 
>   ARM: socfpga: stratix10: Probe FPGA status before bridge enable
> (2019-05-06 12:44:45 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190507/79228848/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-05-07  3:43 Marek Vasut
  2019-05-07 18:13 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-05-07  3:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit 86f578ee85a697afb980233312f9aac1d98816df:

  Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
(2019-05-04 20:02:42 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 32e308dd796f34f85d1c088e3218fa3403a9080f:

  ARM: socfpga: stratix10: Probe FPGA status before bridge enable
(2019-05-06 12:44:45 +0200)

----------------------------------------------------------------
Ang, Chee Hong (2):
      ARM: socfpga: stratix10: Disable FPGA2SOC reset
      ARM: socfpga: stratix10: Probe FPGA status before bridge enable

Ley Foon Tan (3):
      ddr: altera: Compile ALTERA SDRAM in SPL only
      arm: dts: Stratix10: Add SDRAM node
      arm: socfpga: Move Stratix 10 SDRAM driver to DM

 Makefile
|   2 +-
 arch/arm/dts/socfpga_stratix10.dtsi
|   9 +++++
 arch/arm/mach-socfpga/Kconfig
|   4 +-
 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
|   2 +
 arch/arm/mach-socfpga/misc_s10.c
|  12 ++++++
 arch/arm/mach-socfpga/reset_manager_s10.c
|   7 ++--
 arch/arm/mach-socfpga/spl_s10.c
|  16 +++++---
 configs/socfpga_stratix10_defconfig
|   1 +
 drivers/Makefile
|   2 +-
 drivers/ddr/altera/Kconfig
|  11 +++---
 drivers/ddr/altera/Makefile
|   2 +-
 drivers/ddr/altera/sdram_s10.c
| 243
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------
 {arch/arm/mach-socfpga/include/mach => drivers/ddr/altera}/sdram_s10.h
|   4 --
 include/configs/socfpga_stratix10_socdk.h
|   5 ---
 14 files changed, 218 insertions(+), 102 deletions(-)
 rename {arch/arm/mach-socfpga/include/mach =>
drivers/ddr/altera}/sdram_s10.h (97%)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-05-03 15:10 Marek Vasut
@ 2019-05-04 17:01 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-05-04 17:01 UTC (permalink / raw)
  To: u-boot

On Fri, May 03, 2019 at 05:10:53PM +0200, Marek Vasut wrote:

> The following changes since commit 6aebc0d11a10f48a54146c5e71bbef15a1a458fc:
> 
>   Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
> (2019-04-27 11:35:44 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 7110259f550ce2c300f6f2c1760576c180705f4e:
> 
>   dts: arm: socfpga: fix socfpga_de10_nano console (2019-04-29 20:33:23
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190504/aaa97ec9/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-05-03 15:10 Marek Vasut
  2019-05-04 17:01 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-05-03 15:10 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6aebc0d11a10f48a54146c5e71bbef15a1a458fc:

  Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"
(2019-04-27 11:35:44 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 7110259f550ce2c300f6f2c1760576c180705f4e:

  dts: arm: socfpga: fix socfpga_de10_nano console (2019-04-29 20:33:23
+0200)

----------------------------------------------------------------
Marek Vasut (8):
      ARM: socfpga: Factor out handoff register configuration
      ARM: socfpga: Disable bridges in SPL unless booting from FPGA
      ARM: socfpga: Fully unmap the FPGA bridges from L3 space
      ARM: socfpga: Add support for selecting bridges in bridge command
      mmc: dw_mmc: Calculate timeout from transfer length
      mmc: dw_mmc: Handle return value from bounce_buffer_start()
      mmc: dw_mmc: Round up descriptor end to nearest multiple of
cacheline size
      ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()

Simon Goldschmidt (1):
      dts: arm: socfpga: fix socfpga_de10_nano console

 arch/arm/dts/socfpga_cyclone5_de10_nano.dts             |  1 +
 arch/arm/mach-socfpga/include/mach/misc.h               |  2 +-
 arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h |  1 +
 arch/arm/mach-socfpga/misc.c                            | 17
+++++++++++------
 arch/arm/mach-socfpga/misc_arria10.c                    |  2 +-
 arch/arm/mach-socfpga/misc_gen5.c                       | 41
++++++++++-------------------------------
 arch/arm/mach-socfpga/misc_s10.c                        |  2 +-
 arch/arm/mach-socfpga/reset_manager_gen5.c              | 28
+++++++++++++++++++++++++---
 arch/arm/mach-socfpga/spl_gen5.c                        |  8 +++-----
 drivers/mmc/dw_mmc.c                                    | 38
+++++++++++++++++++++++++++++++-------
 10 files changed, 85 insertions(+), 55 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-26  9:31 Marek Vasut
@ 2019-04-27 14:48 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-04-27 14:48 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 26, 2019 at 11:31:09AM +0200, Marek Vasut wrote:

> The following changes since commit 3fbd2dce351ab5d40d3244f26bd713caa4f826e2:
> 
>   Merge branch '2019-04-22-master-imports' (2019-04-24 09:04:23 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to bf068c7643f23c3f0936e3d1d292cc537acaf3bb:
> 
>   arm: socfpga: mailbox: Fix off-by-one error on command length checking
> (2019-04-25 00:00:49 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190427/efaacd27/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-04-26  9:31 Marek Vasut
  2019-04-27 14:48 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-26  9:31 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3fbd2dce351ab5d40d3244f26bd713caa4f826e2:

  Merge branch '2019-04-22-master-imports' (2019-04-24 09:04:23 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to bf068c7643f23c3f0936e3d1d292cc537acaf3bb:

  arm: socfpga: mailbox: Fix off-by-one error on command length checking
(2019-04-25 00:00:49 +0200)

----------------------------------------------------------------
Ley Foon Tan (1):
      arm: socfpga: mailbox: Fix off-by-one error on command length checking

Simon Goldschmidt (15):
      socfpga: add Simon Goldschmidt as co-custodian
      eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS
      Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used
without DM_I2C_COMPAT"
      i2c: designware: fix reset handling on socfpga gen5
      rtc: m41t62: add compatible for m41t82
      arm: socfpga: socrates: make rtc work
      configs: socfpga: socrates: enable rtc support
      arm: socfpga: fix comment about SPL memory layout
      arm: socfpga: put initial U-Boot stack into DDR
      arm: socfpga: imply/default common config options
      arm: socfpga: gen5: reduce SPL pre-reloc malloc
      arm: socfpga: move vining_fpga to DM_I2C
      arm: socfpga: clean up socfpga_common.h
      arm: socfpga: remove CONFIG_SYS_BOOTMAPSZ
      arm: socfpga: clean up board config files

 MAINTAINERS                              |   1 +
 arch/arm/Kconfig                         |   2 ++
 arch/arm/mach-socfpga/Kconfig            |  23 +++++++++++++++++++++++
 arch/arm/mach-socfpga/mailbox_s10.c      |   4 ++--
 board/ebv/socrates/qts/iocsr_config.h    |   2 +-
 board/samtec/vining_fpga/socfpga.c       |   9 +--------
 cmd/Kconfig                              |   1 -
 cmd/eeprom.c                             |  23 +++++++++++++++--------
 configs/socfpga_arria10_defconfig        |   6 ------
 configs/socfpga_arria5_defconfig         |  10 ----------
 configs/socfpga_cyclone5_defconfig       |  10 ----------
 configs/socfpga_dbm_soc1_defconfig       |  10 ----------
 configs/socfpga_de0_nano_soc_defconfig   |  10 ----------
 configs/socfpga_de10_nano_defconfig      |  10 ----------
 configs/socfpga_de1_soc_defconfig        |  10 ----------
 configs/socfpga_is1_defconfig            |   8 --------
 configs/socfpga_sockit_defconfig         |  10 ----------
 configs/socfpga_socrates_defconfig       |  12 ++----------
 configs/socfpga_sr1500_defconfig         |  10 ----------
 configs/socfpga_stratix10_defconfig      |   2 --
 configs/socfpga_vining_fpga_defconfig    |  18 +++++++-----------
 doc/git-mailrc                           |   3 ++-
 drivers/i2c/designware_i2c.c             |  20 ++++++++++++++------
 drivers/rtc/m41t62.c                     |  11 +++++++++++
 include/configs/socfpga_arria10_socdk.h  |   6 ------
 include/configs/socfpga_arria5_socdk.h   |   2 --
 include/configs/socfpga_common.h         | 116
+++++++++++++++++++++++---------------------------------------------------------------------------------------------
 include/configs/socfpga_cyclone5_socdk.h |   2 --
 include/configs/socfpga_de0_nano_soc.h   |   2 --
 include/configs/socfpga_de10_nano.h      |   2 --
 include/configs/socfpga_de1_soc.h        |   2 --
 include/configs/socfpga_is1.h            |   2 --
 include/configs/socfpga_sockit.h         |   2 --
 include/configs/socfpga_socrates.h       |   2 --
 include/configs/socfpga_sr1500.h         |  11 -----------
 include/configs/socfpga_vining_fpga.h    |  18 ------------------
 36 files changed, 104 insertions(+), 288 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-21 19:38 Marek Vasut
@ 2019-04-22 13:23 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-04-22 13:23 UTC (permalink / raw)
  To: u-boot

On Sun, Apr 21, 2019 at 09:38:17PM +0200, Marek Vasut wrote:

> The following changes since commit 75ce8c938d39bd22460be66e6bf318bd2410c17b:
> 
>   Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx
> (2019-04-15 07:31:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e09c1a133155724d3369e150f3ab7b63c875101c:
> 
>   timer: dw-apb: Add missing 64bit up-conversion (2019-04-17 22:20:18 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190422/48cdae83/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-04-21 19:38 Marek Vasut
  2019-04-22 13:23 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-21 19:38 UTC (permalink / raw)
  To: u-boot

The following changes since commit 75ce8c938d39bd22460be66e6bf318bd2410c17b:

  Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx
(2019-04-15 07:31:14 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to e09c1a133155724d3369e150f3ab7b63c875101c:

  timer: dw-apb: Add missing 64bit up-conversion (2019-04-17 22:20:18 +0200)

----------------------------------------------------------------
Ley Foon Tan (7):
      ddr: altera: stratix10: Move SDRAM size check to SDRAM driver
      ddr: altera: Stratix10: Add multi-banks DRAM size check
      configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2
      arm: dts: Stratix10: Modify stratix10 socdk memory node
      arm: socfpga: stratix10: Add cpu_has_been_warmreset()
      ddr: altera: Stratix10: Add ECC memory scrubbing
      arm: dts: Stratix10: Add QSPI node

Marek Vasut (1):
      timer: dw-apb: Add missing 64bit up-conversion

Simon Goldschmidt (9):
      arm: socfpga: gen5: sync devicetrees to Linux
      arm: socfpga: gen5: add reset & sdr node to SPL devicetrees
      reset: socfpga: rename membase ptr to modrst_base
      arm: socfpga: gen5: deassert peripheral reset by default
      reset: socfpga: add reset handling for old kernels
      arm: socfpga: move gen5 SDR driver to DM
      mtd: rawnand: denali: add reset handling
      spi: cadence_qspi: add reset handling
      arm: socfpga: implement proper peripheral reset

 arch/arm/dts/socfpga-common-u-boot.dtsi                |  19
++++++++++++++++++
 arch/arm/dts/socfpga.dtsi                              |  23
++++++++++++++++++----
 arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi          |   6 ++----
 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts             |   5 +----
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi |   6 ++----
 arch/arm/dts/socfpga_cyclone5_de10_nano.dts            |   5 +----
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts              |   5 +----
 arch/arm/dts/socfpga_cyclone5_is1.dts                  |   5 +----
 arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi        |   6 ++----
 arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi       |   6 ++----
 arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi     |   6 ++----
 arch/arm/dts/socfpga_cyclone5_socrates.dts             |   2 --
 arch/arm/dts/socfpga_cyclone5_sr1500.dts               |   5 +----
 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi  |   6 ++----
 arch/arm/dts/socfpga_stratix10.dtsi                    |  13 ++++++++++++
 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi       |  25
+++++++++++++++++++++++
 arch/arm/dts/socfpga_stratix10_socdk.dts               |  39
+++++++++++++++++++++++++++++++++++-
 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h |   3 +++
 arch/arm/mach-socfpga/include/mach/sdram_gen5.h        |   4 ----
 arch/arm/mach-socfpga/include/mach/sdram_s10.h         |   9 +++++++++
 arch/arm/mach-socfpga/misc_gen5.c                      |  10 ----------
 arch/arm/mach-socfpga/reset_manager_s10.c              |   9 +++++++++
 arch/arm/mach-socfpga/spl_gen5.c                       |  38
++++++++++-------------------------
 arch/arm/mach-socfpga/spl_s10.c                        |  11 -----------
 configs/socfpga_stratix10_defconfig                    |   2 +-
 drivers/ddr/altera/Kconfig                             |   2 ++
 drivers/ddr/altera/sdram_gen5.c                        | 143
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/ddr/altera/sdram_s10.c                         | 136
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/ddr/altera/sequencer.c                         |   9 ++++++++-
 drivers/ddr/altera/sequencer.h                         |  35
+++++++++++++++++++++++++++++++++
 drivers/mtd/nand/raw/denali.h                          |   2 ++
 drivers/mtd/nand/raw/denali_dt.c                       |  15 ++++++++++++++
 drivers/reset/reset-socfpga.c                          |  55
++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/spi/cadence_qspi.c                             |  17
++++++++++++++++
 drivers/spi/cadence_qspi.h                             |   4 ++++
 drivers/timer/dw-apb-timer.c                           |   2 +-
 include/configs/socfpga_common.h                       |   1 +
 37 files changed, 560 insertions(+), 129 deletions(-)
 create mode 100644 arch/arm/dts/socfpga-common-u-boot.dtsi
 mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10.dtsi
 create mode 100755 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
 mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10_socdk.dts

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-19 20:47                       ` Simon Goldschmidt
@ 2019-04-21 19:37                         ` Marek Vasut
  0 siblings, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2019-04-21 19:37 UTC (permalink / raw)
  To: u-boot

On 4/19/19 10:47 PM, Simon Goldschmidt wrote:
> 
> 
> Marek Vasut <marex at denx.de <mailto:marex@denx.de>> schrieb am Di., 16.
> Apr. 2019, 23:14:
> 
>     On 4/16/19 10:08 PM, Simon Goldschmidt wrote:
>     > Hi Marek,
>     >
>     > Am 12.04.2019 um 12:31 schrieb Marek Vasut:
>     >> On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
>     >>>
>     >>>
>     >>> Marek Vasut <marex at denx.de <mailto:marex@denx.de>
>     <mailto:marex at denx.de <mailto:marex@denx.de>>> schrieb am Do., 11.
>     >>> Apr. 2019, 21:59:
>     >>>
>     >>>      On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
>     >>>      >
>     >>>      >
>     >>>      > On 11.04.19 21:03, Tom Rini wrote:
>     >>>      >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt
>     >>> wrote:
>     >>>      >>>
>     >>>      >>>
>     >>>      >>> On 11.04.19 20:20, Tom Rini wrote:
>     >>>      >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut
>     wrote:
>     >>>      >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>     >>>      >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek
>     Vasut wrote:
>     >>>      >>>>>>
>     >>>      >>>>>>> The following changes since commit
>     >>>      >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
>     >>>      >>>>>>>
>     >>>      >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>     >>>      >>>>>>>
>     >>>      >>>>>>> are available in the Git repository at:
>     >>>      >>>>>>>
>     >>>      >>>>>>>    git://git.denx.de/u-boot-socfpga.git
>     <http://git.denx.de/u-boot-socfpga.git>
>     >>>      <http://git.denx.de/u-boot-socfpga.git> master
>     >>>      >>>>>>>
>     >>>      >>>>>>> for you to fetch changes up to
>     >>>      >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
>     >>>      >>>>>>>
>     >>>      >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09
>     13:11:06
>     >>>      +0200)
>     >>>      >>>>>>>
>     >>>      >>>>>>
>     >>>      >>>>>> Arg, sorry I didn't see this sooner:
>     >>>      >>>>>>         arm:  w+   socfpga_arria10
>     >>>      >>>>>> +(socfpga_arria10)
>     >>>      >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies
>     >>>      detected for
>     >>>      >>>>>> ALTERA_SDRAM
>     >>>      >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
>     >>>      >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10
>     [=y])
>     >>>      >>>>>> +(socfpga_arria10)   Selected by [y]:
>     >>>      >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y]
>     && ARM
>     >>> [=y] &&
>     >>>      >>>>>> ARCH_SOCFPGA [=y]
>     >>>      >>>>>
>     >>>      >>>>> Is this coming from this PR or not ?
>     >>>      >>>>
>     >>>      >>>> Yes, this PR.  Top of tree + this PR only.
>     >>>      >>>
>     >>>      >>> It's not only top of tree + this PR, it also fails for pure
>     >>>      >>> u-boot-socfpga/master.
>     >>>      >>>
>     >>>      >>> Seems like this bug has been introduced when I made the
>     gen5
>     >>> driver
>     >>>      >>> depend
>     >>>      >>> on RAM. Unfortunately, all the drivers use one Kconfig item
>     >>>      (although
>     >>>      >>> these
>     >>>      >>> are totally different drivers) but now only gen5 depends on
>     >>> RAM. Is
>     >>>      >>> there
>     >>>      >>> any Kconfig magic to fix this without duplicating the
>     config
>     >>> item
>     >>>      >>> entries?
>     >>>      >>
>     >>>      >> I think you may want something more like:
>     >>>      >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>     >>>      >> index 04a207c9403e..4a23e327dfb4 100644
>     >>>      >> --- a/arch/arm/Kconfig
>     >>>      >> +++ b/arch/arm/Kconfig
>     >>>      >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>     >>>      >>       select DM_SERIAL
>     >>>      >>       select ENABLE_ARM_SOC_BOOT0_HOOK if
>     TARGET_SOCFPGA_GEN5 ||
>     >>>      >> TARGET_SOCFPGA_ARRIA10
>     >>>      >>       select OF_CONTROL
>     >>>      >> -    select RAM if TARGET_SOCFPGA_GEN5
>     >>>      >>       select SPL_DM_RESET if DM_RESET
>     >>>      >>       select SPL_DM_SERIAL
>     >>>      >>       select SPL_LIBCOMMON_SUPPORT
>     >>>      >>       select SPL_LIBGENERIC_SUPPORT
>     >>>      >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>     >>>      >>       select SPL_OF_CONTROL
>     >>>      >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
>     >>>      >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>     >>>      >>       select SPL_SERIAL_SUPPORT
>     >>>      >>       select SPL_WATCHDOG_SUPPORT
>     >>>      >> diff --git a/drivers/ddr/altera/Kconfig
>     >>> b/drivers/ddr/altera/Kconfig
>     >>>      >> index 7370d4133a67..8f60b56eb848 100644
>     >>>      >> --- a/drivers/ddr/altera/Kconfig
>     >>>      >> +++ b/drivers/ddr/altera/Kconfig
>     >>>      >> @@ -1,6 +1,7 @@
>     >>>      >>   config ALTERA_SDRAM
>     >>>      >>       bool "SoCFPGA DDR SDRAM driver"
>     >>>      >> -    depends on RAM
>     >>>      >>       depends on TARGET_SOCFPGA_GEN5 ||
>     TARGET_SOCFPGA_ARRIA10
>     >>>      >> +    select RAM if TARGET_SOCFPGA_GEN5
>     >>>      >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
>     >>>      >>       help
>     >>>      >>         Enable DDR SDRAM controller for the SoCFPGA devices.
>     >>>      >>
>     >>>      >> But I didn't test anything other than
>     socfpga_arria10/arria5 as
>     >>>      >> building.
>     >>>      >
>     >>>      > Tom,
>     >>>      > Thanks for the hint. I did just that and it works for me
>     >>> (cyclone5).
>     >>>      > As only this platform is affected by this patch, it should be
>     >>> fine.
>     >>>      >
>     >>>      > Marek,
>     >>>      > how should we proceed? I pushed the change as suggested
>     by Tom
>     >>> to:
>     >>>      >
>     >>>      > https://github.com/goldsimon/u-boot.git
>     >>>      >
>     >>>      > or I could send v5 of the series that broke arria10...?
>     >>>
>     >>>      Send me a single patch on top of u-boot-socfpga/master,
>     I'll add
>     >>> it and
>     >>>      that should take care of it. It would also make things well
>     >>> documented
>     >>>      for other people who run into this.
>     >>>
>     >>>
>     >>> To make it clear, patch 6/12 of this PR is ok for gen5 but breaks
>     >>> arria10. This is not something anyone could run into as it's
>     new. I'd
>     >>> rather fix the patches before merging them to master (keep things
>     >>> bisectable for a10).
>     >>>
>     >>> Unfortunately, I'll be more or less offline until Tuesday. If my
>     github
>     >>> branch isn't enough, I'll send something when I'm back with PC
>     access.
>     >>
>     >> I can squash the patch(es), that's fine. I just need the patch
>     posted to
>     >> the ML.
>     >
>     > Ok, I'm back online. I've just sent the updated patch to fix the build
>     > issue to the ML (see https://patchwork.ozlabs.org/patch/1086623/).
>     This
>     > one is meant as replacement for 82b40a096410 in current
>     > u-boot-socfpga/master.
>     >
>     > Let me know if there's anything else missing. Once this is
>     applied, I'll
>     > prepare a PR for the next batch.
> 
>     I was hoping for a patch I can squash into the previous one, so the diff
>     would be easily visible. Oh well, applied, let's see what CI has to
>     say now.
> 
> 
> Ok, thanks. So did CI complain? All I saw seemed good. Should I send my
> pending patches on top of master once this PR is through or on top of
> u-boot-socfpga?

Travis crashed once, so I had to restart it. Now it succeeded.

Feel free to send me a PR on top of u-boot-socfpga/master .

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-16 21:12                     ` Marek Vasut
@ 2019-04-19 20:47                       ` Simon Goldschmidt
  2019-04-21 19:37                         ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-04-19 20:47 UTC (permalink / raw)
  To: u-boot

Marek Vasut <marex@denx.de> schrieb am Di., 16. Apr. 2019, 23:14:

> On 4/16/19 10:08 PM, Simon Goldschmidt wrote:
> > Hi Marek,
> >
> > Am 12.04.2019 um 12:31 schrieb Marek Vasut:
> >> On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
> >>>
> >>>
> >>> Marek Vasut <marex at denx.de <mailto:marex@denx.de>> schrieb am Do., 11.
> >>> Apr. 2019, 21:59:
> >>>
> >>>      On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
> >>>      >
> >>>      >
> >>>      > On 11.04.19 21:03, Tom Rini wrote:
> >>>      >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt
> >>> wrote:
> >>>      >>>
> >>>      >>>
> >>>      >>> On 11.04.19 20:20, Tom Rini wrote:
> >>>      >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
> >>>      >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
> >>>      >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut
> wrote:
> >>>      >>>>>>
> >>>      >>>>>>> The following changes since commit
> >>>      >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
> >>>      >>>>>>>
> >>>      >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> >>>      >>>>>>>
> >>>      >>>>>>> are available in the Git repository at:
> >>>      >>>>>>>
> >>>      >>>>>>>    git://git.denx.de/u-boot-socfpga.git
> >>>      <http://git.denx.de/u-boot-socfpga.git> master
> >>>      >>>>>>>
> >>>      >>>>>>> for you to fetch changes up to
> >>>      >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
> >>>      >>>>>>>
> >>>      >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06
> >>>      +0200)
> >>>      >>>>>>>
> >>>      >>>>>>
> >>>      >>>>>> Arg, sorry I didn't see this sooner:
> >>>      >>>>>>         arm:  w+   socfpga_arria10
> >>>      >>>>>> +(socfpga_arria10)
> >>>      >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies
> >>>      detected for
> >>>      >>>>>> ALTERA_SDRAM
> >>>      >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
> >>>      >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
> >>>      >>>>>> +(socfpga_arria10)   Selected by [y]:
> >>>      >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM
> >>> [=y] &&
> >>>      >>>>>> ARCH_SOCFPGA [=y]
> >>>      >>>>>
> >>>      >>>>> Is this coming from this PR or not ?
> >>>      >>>>
> >>>      >>>> Yes, this PR.  Top of tree + this PR only.
> >>>      >>>
> >>>      >>> It's not only top of tree + this PR, it also fails for pure
> >>>      >>> u-boot-socfpga/master.
> >>>      >>>
> >>>      >>> Seems like this bug has been introduced when I made the gen5
> >>> driver
> >>>      >>> depend
> >>>      >>> on RAM. Unfortunately, all the drivers use one Kconfig item
> >>>      (although
> >>>      >>> these
> >>>      >>> are totally different drivers) but now only gen5 depends on
> >>> RAM. Is
> >>>      >>> there
> >>>      >>> any Kconfig magic to fix this without duplicating the config
> >>> item
> >>>      >>> entries?
> >>>      >>
> >>>      >> I think you may want something more like:
> >>>      >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> >>>      >> index 04a207c9403e..4a23e327dfb4 100644
> >>>      >> --- a/arch/arm/Kconfig
> >>>      >> +++ b/arch/arm/Kconfig
> >>>      >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
> >>>      >>       select DM_SERIAL
> >>>      >>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5
> ||
> >>>      >> TARGET_SOCFPGA_ARRIA10
> >>>      >>       select OF_CONTROL
> >>>      >> -    select RAM if TARGET_SOCFPGA_GEN5
> >>>      >>       select SPL_DM_RESET if DM_RESET
> >>>      >>       select SPL_DM_SERIAL
> >>>      >>       select SPL_LIBCOMMON_SUPPORT
> >>>      >>       select SPL_LIBGENERIC_SUPPORT
> >>>      >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
> >>>      >>       select SPL_OF_CONTROL
> >>>      >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
> >>>      >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
> >>>      >>       select SPL_SERIAL_SUPPORT
> >>>      >>       select SPL_WATCHDOG_SUPPORT
> >>>      >> diff --git a/drivers/ddr/altera/Kconfig
> >>> b/drivers/ddr/altera/Kconfig
> >>>      >> index 7370d4133a67..8f60b56eb848 100644
> >>>      >> --- a/drivers/ddr/altera/Kconfig
> >>>      >> +++ b/drivers/ddr/altera/Kconfig
> >>>      >> @@ -1,6 +1,7 @@
> >>>      >>   config ALTERA_SDRAM
> >>>      >>       bool "SoCFPGA DDR SDRAM driver"
> >>>      >> -    depends on RAM
> >>>      >>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
> >>>      >> +    select RAM if TARGET_SOCFPGA_GEN5
> >>>      >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
> >>>      >>       help
> >>>      >>         Enable DDR SDRAM controller for the SoCFPGA devices.
> >>>      >>
> >>>      >> But I didn't test anything other than socfpga_arria10/arria5 as
> >>>      >> building.
> >>>      >
> >>>      > Tom,
> >>>      > Thanks for the hint. I did just that and it works for me
> >>> (cyclone5).
> >>>      > As only this platform is affected by this patch, it should be
> >>> fine.
> >>>      >
> >>>      > Marek,
> >>>      > how should we proceed? I pushed the change as suggested by Tom
> >>> to:
> >>>      >
> >>>      > https://github.com/goldsimon/u-boot.git
> >>>      >
> >>>      > or I could send v5 of the series that broke arria10...?
> >>>
> >>>      Send me a single patch on top of u-boot-socfpga/master, I'll add
> >>> it and
> >>>      that should take care of it. It would also make things well
> >>> documented
> >>>      for other people who run into this.
> >>>
> >>>
> >>> To make it clear, patch 6/12 of this PR is ok for gen5 but breaks
> >>> arria10. This is not something anyone could run into as it's new. I'd
> >>> rather fix the patches before merging them to master (keep things
> >>> bisectable for a10).
> >>>
> >>> Unfortunately, I'll be more or less offline until Tuesday. If my github
> >>> branch isn't enough, I'll send something when I'm back with PC access.
> >>
> >> I can squash the patch(es), that's fine. I just need the patch posted to
> >> the ML.
> >
> > Ok, I'm back online. I've just sent the updated patch to fix the build
> > issue to the ML (see https://patchwork.ozlabs.org/patch/1086623/). This
> > one is meant as replacement for 82b40a096410 in current
> > u-boot-socfpga/master.
> >
> > Let me know if there's anything else missing. Once this is applied, I'll
> > prepare a PR for the next batch.
>
> I was hoping for a patch I can squash into the previous one, so the diff
> would be easily visible. Oh well, applied, let's see what CI has to say
> now.
>

Ok, thanks. So did CI complain? All I saw seemed good. Should I send my
pending patches on top of master once this PR is through or on top of
u-boot-socfpga?

Regards,
Simon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-16 20:08                   ` Simon Goldschmidt
@ 2019-04-16 21:12                     ` Marek Vasut
  2019-04-19 20:47                       ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-16 21:12 UTC (permalink / raw)
  To: u-boot

On 4/16/19 10:08 PM, Simon Goldschmidt wrote:
> Hi Marek,
> 
> Am 12.04.2019 um 12:31 schrieb Marek Vasut:
>> On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
>>>
>>>
>>> Marek Vasut <marex at denx.de <mailto:marex@denx.de>> schrieb am Do., 11.
>>> Apr. 2019, 21:59:
>>>
>>>      On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
>>>      >
>>>      >
>>>      > On 11.04.19 21:03, Tom Rini wrote:
>>>      >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt
>>> wrote:
>>>      >>>
>>>      >>>
>>>      >>> On 11.04.19 20:20, Tom Rini wrote:
>>>      >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>>>      >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>>>      >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>>>      >>>>>>
>>>      >>>>>>> The following changes since commit
>>>      >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
>>>      >>>>>>>
>>>      >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>>      >>>>>>>
>>>      >>>>>>> are available in the Git repository at:
>>>      >>>>>>>
>>>      >>>>>>>    git://git.denx.de/u-boot-socfpga.git
>>>      <http://git.denx.de/u-boot-socfpga.git> master
>>>      >>>>>>>
>>>      >>>>>>> for you to fetch changes up to
>>>      >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
>>>      >>>>>>>
>>>      >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06
>>>      +0200)
>>>      >>>>>>>
>>>      >>>>>>
>>>      >>>>>> Arg, sorry I didn't see this sooner:
>>>      >>>>>>         arm:  w+   socfpga_arria10
>>>      >>>>>> +(socfpga_arria10)
>>>      >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies
>>>      detected for
>>>      >>>>>> ALTERA_SDRAM
>>>      >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
>>>      >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>>>      >>>>>> +(socfpga_arria10)   Selected by [y]:
>>>      >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM
>>> [=y] &&
>>>      >>>>>> ARCH_SOCFPGA [=y]
>>>      >>>>>
>>>      >>>>> Is this coming from this PR or not ?
>>>      >>>>
>>>      >>>> Yes, this PR.  Top of tree + this PR only.
>>>      >>>
>>>      >>> It's not only top of tree + this PR, it also fails for pure
>>>      >>> u-boot-socfpga/master.
>>>      >>>
>>>      >>> Seems like this bug has been introduced when I made the gen5
>>> driver
>>>      >>> depend
>>>      >>> on RAM. Unfortunately, all the drivers use one Kconfig item
>>>      (although
>>>      >>> these
>>>      >>> are totally different drivers) but now only gen5 depends on
>>> RAM. Is
>>>      >>> there
>>>      >>> any Kconfig magic to fix this without duplicating the config
>>> item
>>>      >>> entries?
>>>      >>
>>>      >> I think you may want something more like:
>>>      >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>>>      >> index 04a207c9403e..4a23e327dfb4 100644
>>>      >> --- a/arch/arm/Kconfig
>>>      >> +++ b/arch/arm/Kconfig
>>>      >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>>>      >>       select DM_SERIAL
>>>      >>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 ||
>>>      >> TARGET_SOCFPGA_ARRIA10
>>>      >>       select OF_CONTROL
>>>      >> -    select RAM if TARGET_SOCFPGA_GEN5
>>>      >>       select SPL_DM_RESET if DM_RESET
>>>      >>       select SPL_DM_SERIAL
>>>      >>       select SPL_LIBCOMMON_SUPPORT
>>>      >>       select SPL_LIBGENERIC_SUPPORT
>>>      >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>>>      >>       select SPL_OF_CONTROL
>>>      >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>>      >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>>>      >>       select SPL_SERIAL_SUPPORT
>>>      >>       select SPL_WATCHDOG_SUPPORT
>>>      >> diff --git a/drivers/ddr/altera/Kconfig
>>> b/drivers/ddr/altera/Kconfig
>>>      >> index 7370d4133a67..8f60b56eb848 100644
>>>      >> --- a/drivers/ddr/altera/Kconfig
>>>      >> +++ b/drivers/ddr/altera/Kconfig
>>>      >> @@ -1,6 +1,7 @@
>>>      >>   config ALTERA_SDRAM
>>>      >>       bool "SoCFPGA DDR SDRAM driver"
>>>      >> -    depends on RAM
>>>      >>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
>>>      >> +    select RAM if TARGET_SOCFPGA_GEN5
>>>      >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>>      >>       help
>>>      >>         Enable DDR SDRAM controller for the SoCFPGA devices.
>>>      >>
>>>      >> But I didn't test anything other than socfpga_arria10/arria5 as
>>>      >> building.
>>>      >
>>>      > Tom,
>>>      > Thanks for the hint. I did just that and it works for me
>>> (cyclone5).
>>>      > As only this platform is affected by this patch, it should be
>>> fine.
>>>      >
>>>      > Marek,
>>>      > how should we proceed? I pushed the change as suggested by Tom
>>> to:
>>>      >
>>>      > https://github.com/goldsimon/u-boot.git
>>>      >
>>>      > or I could send v5 of the series that broke arria10...?
>>>
>>>      Send me a single patch on top of u-boot-socfpga/master, I'll add
>>> it and
>>>      that should take care of it. It would also make things well
>>> documented
>>>      for other people who run into this.
>>>
>>>
>>> To make it clear, patch 6/12 of this PR is ok for gen5 but breaks
>>> arria10. This is not something anyone could run into as it's new. I'd
>>> rather fix the patches before merging them to master (keep things
>>> bisectable for a10).
>>>
>>> Unfortunately, I'll be more or less offline until Tuesday. If my github
>>> branch isn't enough, I'll send something when I'm back with PC access.
>>
>> I can squash the patch(es), that's fine. I just need the patch posted to
>> the ML.
> 
> Ok, I'm back online. I've just sent the updated patch to fix the build
> issue to the ML (see https://patchwork.ozlabs.org/patch/1086623/). This
> one is meant as replacement for 82b40a096410 in current
> u-boot-socfpga/master.
> 
> Let me know if there's anything else missing. Once this is applied, I'll
> prepare a PR for the next batch.

I was hoping for a patch I can squash into the previous one, so the diff
would be easily visible. Oh well, applied, let's see what CI has to say now.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-12 10:31                 ` Marek Vasut
@ 2019-04-16 20:08                   ` Simon Goldschmidt
  2019-04-16 21:12                     ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-04-16 20:08 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Am 12.04.2019 um 12:31 schrieb Marek Vasut:
> On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
>>
>>
>> Marek Vasut <marex at denx.de <mailto:marex@denx.de>> schrieb am Do., 11.
>> Apr. 2019, 21:59:
>>
>>      On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
>>      >
>>      >
>>      > On 11.04.19 21:03, Tom Rini wrote:
>>      >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
>>      >>>
>>      >>>
>>      >>> On 11.04.19 20:20, Tom Rini wrote:
>>      >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>>      >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>>      >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>>      >>>>>>
>>      >>>>>>> The following changes since commit
>>      >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
>>      >>>>>>>
>>      >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>      >>>>>>>
>>      >>>>>>> are available in the Git repository at:
>>      >>>>>>>
>>      >>>>>>>    git://git.denx.de/u-boot-socfpga.git
>>      <http://git.denx.de/u-boot-socfpga.git> master
>>      >>>>>>>
>>      >>>>>>> for you to fetch changes up to
>>      >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
>>      >>>>>>>
>>      >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06
>>      +0200)
>>      >>>>>>>
>>      >>>>>>
>>      >>>>>> Arg, sorry I didn't see this sooner:
>>      >>>>>>         arm:  w+   socfpga_arria10
>>      >>>>>> +(socfpga_arria10)
>>      >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies
>>      detected for
>>      >>>>>> ALTERA_SDRAM
>>      >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
>>      >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>>      >>>>>> +(socfpga_arria10)   Selected by [y]:
>>      >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] &&
>>      >>>>>> ARCH_SOCFPGA [=y]
>>      >>>>>
>>      >>>>> Is this coming from this PR or not ?
>>      >>>>
>>      >>>> Yes, this PR.  Top of tree + this PR only.
>>      >>>
>>      >>> It's not only top of tree + this PR, it also fails for pure
>>      >>> u-boot-socfpga/master.
>>      >>>
>>      >>> Seems like this bug has been introduced when I made the gen5 driver
>>      >>> depend
>>      >>> on RAM. Unfortunately, all the drivers use one Kconfig item
>>      (although
>>      >>> these
>>      >>> are totally different drivers) but now only gen5 depends on RAM. Is
>>      >>> there
>>      >>> any Kconfig magic to fix this without duplicating the config item
>>      >>> entries?
>>      >>
>>      >> I think you may want something more like:
>>      >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>>      >> index 04a207c9403e..4a23e327dfb4 100644
>>      >> --- a/arch/arm/Kconfig
>>      >> +++ b/arch/arm/Kconfig
>>      >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>>      >>       select DM_SERIAL
>>      >>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 ||
>>      >> TARGET_SOCFPGA_ARRIA10
>>      >>       select OF_CONTROL
>>      >> -    select RAM if TARGET_SOCFPGA_GEN5
>>      >>       select SPL_DM_RESET if DM_RESET
>>      >>       select SPL_DM_SERIAL
>>      >>       select SPL_LIBCOMMON_SUPPORT
>>      >>       select SPL_LIBGENERIC_SUPPORT
>>      >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>>      >>       select SPL_OF_CONTROL
>>      >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>      >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>>      >>       select SPL_SERIAL_SUPPORT
>>      >>       select SPL_WATCHDOG_SUPPORT
>>      >> diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
>>      >> index 7370d4133a67..8f60b56eb848 100644
>>      >> --- a/drivers/ddr/altera/Kconfig
>>      >> +++ b/drivers/ddr/altera/Kconfig
>>      >> @@ -1,6 +1,7 @@
>>      >>   config ALTERA_SDRAM
>>      >>       bool "SoCFPGA DDR SDRAM driver"
>>      >> -    depends on RAM
>>      >>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
>>      >> +    select RAM if TARGET_SOCFPGA_GEN5
>>      >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>      >>       help
>>      >>         Enable DDR SDRAM controller for the SoCFPGA devices.
>>      >>
>>      >> But I didn't test anything other than socfpga_arria10/arria5 as
>>      >> building.
>>      >
>>      > Tom,
>>      > Thanks for the hint. I did just that and it works for me (cyclone5).
>>      > As only this platform is affected by this patch, it should be fine.
>>      >
>>      > Marek,
>>      > how should we proceed? I pushed the change as suggested by Tom to:
>>      >
>>      > https://github.com/goldsimon/u-boot.git
>>      >
>>      > or I could send v5 of the series that broke arria10...?
>>
>>      Send me a single patch on top of u-boot-socfpga/master, I'll add it and
>>      that should take care of it. It would also make things well documented
>>      for other people who run into this.
>>
>>
>> To make it clear, patch 6/12 of this PR is ok for gen5 but breaks
>> arria10. This is not something anyone could run into as it's new. I'd
>> rather fix the patches before merging them to master (keep things
>> bisectable for a10).
>>
>> Unfortunately, I'll be more or less offline until Tuesday. If my github
>> branch isn't enough, I'll send something when I'm back with PC access.
> 
> I can squash the patch(es), that's fine. I just need the patch posted to
> the ML.

Ok, I'm back online. I've just sent the updated patch to fix the build 
issue to the ML (see https://patchwork.ozlabs.org/patch/1086623/). This 
one is meant as replacement for 82b40a096410 in current 
u-boot-socfpga/master.

Let me know if there's anything else missing. Once this is applied, I'll 
prepare a PR for the next batch.

Regards,
Simon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 20:07               ` Simon Goldschmidt
@ 2019-04-12 10:31                 ` Marek Vasut
  2019-04-16 20:08                   ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-12 10:31 UTC (permalink / raw)
  To: u-boot

On 4/11/19 10:07 PM, Simon Goldschmidt wrote:
> 
> 
> Marek Vasut <marex at denx.de <mailto:marex@denx.de>> schrieb am Do., 11.
> Apr. 2019, 21:59:
> 
>     On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
>     >
>     >
>     > On 11.04.19 21:03, Tom Rini wrote:
>     >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
>     >>>
>     >>>
>     >>> On 11.04.19 20:20, Tom Rini wrote:
>     >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>     >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>     >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>     >>>>>>
>     >>>>>>> The following changes since commit
>     >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
>     >>>>>>>
>     >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>     >>>>>>>
>     >>>>>>> are available in the Git repository at:
>     >>>>>>>
>     >>>>>>>    git://git.denx.de/u-boot-socfpga.git
>     <http://git.denx.de/u-boot-socfpga.git> master
>     >>>>>>>
>     >>>>>>> for you to fetch changes up to
>     >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
>     >>>>>>>
>     >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06
>     +0200)
>     >>>>>>>
>     >>>>>>
>     >>>>>> Arg, sorry I didn't see this sooner:
>     >>>>>>         arm:  w+   socfpga_arria10
>     >>>>>> +(socfpga_arria10)
>     >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies
>     detected for
>     >>>>>> ALTERA_SDRAM
>     >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
>     >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>     >>>>>> +(socfpga_arria10)   Selected by [y]:
>     >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] &&
>     >>>>>> ARCH_SOCFPGA [=y]
>     >>>>>
>     >>>>> Is this coming from this PR or not ?
>     >>>>
>     >>>> Yes, this PR.  Top of tree + this PR only.
>     >>>
>     >>> It's not only top of tree + this PR, it also fails for pure
>     >>> u-boot-socfpga/master.
>     >>>
>     >>> Seems like this bug has been introduced when I made the gen5 driver
>     >>> depend
>     >>> on RAM. Unfortunately, all the drivers use one Kconfig item
>     (although
>     >>> these
>     >>> are totally different drivers) but now only gen5 depends on RAM. Is
>     >>> there
>     >>> any Kconfig magic to fix this without duplicating the config item
>     >>> entries?
>     >>
>     >> I think you may want something more like:
>     >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>     >> index 04a207c9403e..4a23e327dfb4 100644
>     >> --- a/arch/arm/Kconfig
>     >> +++ b/arch/arm/Kconfig
>     >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>     >>       select DM_SERIAL
>     >>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 ||
>     >> TARGET_SOCFPGA_ARRIA10
>     >>       select OF_CONTROL
>     >> -    select RAM if TARGET_SOCFPGA_GEN5
>     >>       select SPL_DM_RESET if DM_RESET
>     >>       select SPL_DM_SERIAL
>     >>       select SPL_LIBCOMMON_SUPPORT
>     >>       select SPL_LIBGENERIC_SUPPORT
>     >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>     >>       select SPL_OF_CONTROL
>     >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
>     >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>     >>       select SPL_SERIAL_SUPPORT
>     >>       select SPL_WATCHDOG_SUPPORT
>     >> diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
>     >> index 7370d4133a67..8f60b56eb848 100644
>     >> --- a/drivers/ddr/altera/Kconfig
>     >> +++ b/drivers/ddr/altera/Kconfig
>     >> @@ -1,6 +1,7 @@
>     >>   config ALTERA_SDRAM
>     >>       bool "SoCFPGA DDR SDRAM driver"
>     >> -    depends on RAM
>     >>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
>     >> +    select RAM if TARGET_SOCFPGA_GEN5
>     >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
>     >>       help
>     >>         Enable DDR SDRAM controller for the SoCFPGA devices.
>     >>
>     >> But I didn't test anything other than socfpga_arria10/arria5 as
>     >> building.
>     >
>     > Tom,
>     > Thanks for the hint. I did just that and it works for me (cyclone5).
>     > As only this platform is affected by this patch, it should be fine.
>     >
>     > Marek,
>     > how should we proceed? I pushed the change as suggested by Tom to:
>     >
>     > https://github.com/goldsimon/u-boot.git
>     >
>     > or I could send v5 of the series that broke arria10...?
> 
>     Send me a single patch on top of u-boot-socfpga/master, I'll add it and
>     that should take care of it. It would also make things well documented
>     for other people who run into this.
> 
> 
> To make it clear, patch 6/12 of this PR is ok for gen5 but breaks
> arria10. This is not something anyone could run into as it's new. I'd
> rather fix the patches before merging them to master (keep things
> bisectable for a10).
> 
> Unfortunately, I'll be more or less offline until Tuesday. If my github
> branch isn't enough, I'll send something when I'm back with PC access.

I can squash the patch(es), that's fine. I just need the patch posted to
the ML.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 19:59             ` Marek Vasut
@ 2019-04-11 20:07               ` Simon Goldschmidt
  2019-04-12 10:31                 ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-04-11 20:07 UTC (permalink / raw)
  To: u-boot

Marek Vasut <marex@denx.de> schrieb am Do., 11. Apr. 2019, 21:59:

> On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
> >
> >
> > On 11.04.19 21:03, Tom Rini wrote:
> >> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
> >>>
> >>>
> >>> On 11.04.19 20:20, Tom Rini wrote:
> >>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
> >>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
> >>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
> >>>>>>
> >>>>>>> The following changes since commit
> >>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
> >>>>>>>
> >>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> >>>>>>>
> >>>>>>> are available in the Git repository at:
> >>>>>>>
> >>>>>>>    git://git.denx.de/u-boot-socfpga.git master
> >>>>>>>
> >>>>>>> for you to fetch changes up to
> >>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
> >>>>>>>
> >>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
> >>>>>>>
> >>>>>>
> >>>>>> Arg, sorry I didn't see this sooner:
> >>>>>>         arm:  w+   socfpga_arria10
> >>>>>> +(socfpga_arria10)
> >>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies detected for
> >>>>>> ALTERA_SDRAM
> >>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
> >>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
> >>>>>> +(socfpga_arria10)   Selected by [y]:
> >>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] &&
> >>>>>> ARCH_SOCFPGA [=y]
> >>>>>
> >>>>> Is this coming from this PR or not ?
> >>>>
> >>>> Yes, this PR.  Top of tree + this PR only.
> >>>
> >>> It's not only top of tree + this PR, it also fails for pure
> >>> u-boot-socfpga/master.
> >>>
> >>> Seems like this bug has been introduced when I made the gen5 driver
> >>> depend
> >>> on RAM. Unfortunately, all the drivers use one Kconfig item (although
> >>> these
> >>> are totally different drivers) but now only gen5 depends on RAM. Is
> >>> there
> >>> any Kconfig magic to fix this without duplicating the config item
> >>> entries?
> >>
> >> I think you may want something more like:
> >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> >> index 04a207c9403e..4a23e327dfb4 100644
> >> --- a/arch/arm/Kconfig
> >> +++ b/arch/arm/Kconfig
> >> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
> >>       select DM_SERIAL
> >>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 ||
> >> TARGET_SOCFPGA_ARRIA10
> >>       select OF_CONTROL
> >> -    select RAM if TARGET_SOCFPGA_GEN5
> >>       select SPL_DM_RESET if DM_RESET
> >>       select SPL_DM_SERIAL
> >>       select SPL_LIBCOMMON_SUPPORT
> >>       select SPL_LIBGENERIC_SUPPORT
> >>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
> >>       select SPL_OF_CONTROL
> >> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
> >>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
> >>       select SPL_SERIAL_SUPPORT
> >>       select SPL_WATCHDOG_SUPPORT
> >> diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
> >> index 7370d4133a67..8f60b56eb848 100644
> >> --- a/drivers/ddr/altera/Kconfig
> >> +++ b/drivers/ddr/altera/Kconfig
> >> @@ -1,6 +1,7 @@
> >>   config ALTERA_SDRAM
> >>       bool "SoCFPGA DDR SDRAM driver"
> >> -    depends on RAM
> >>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
> >> +    select RAM if TARGET_SOCFPGA_GEN5
> >> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
> >>       help
> >>         Enable DDR SDRAM controller for the SoCFPGA devices.
> >>
> >> But I didn't test anything other than socfpga_arria10/arria5 as
> >> building.
> >
> > Tom,
> > Thanks for the hint. I did just that and it works for me (cyclone5).
> > As only this platform is affected by this patch, it should be fine.
> >
> > Marek,
> > how should we proceed? I pushed the change as suggested by Tom to:
> >
> > https://github.com/goldsimon/u-boot.git
> >
> > or I could send v5 of the series that broke arria10...?
>
> Send me a single patch on top of u-boot-socfpga/master, I'll add it and
> that should take care of it. It would also make things well documented
> for other people who run into this.
>

To make it clear, patch 6/12 of this PR is ok for gen5 but breaks arria10.
This is not something anyone could run into as it's new. I'd rather fix the
patches before merging them to master (keep things bisectable for a10).

Unfortunately, I'll be more or less offline until Tuesday. If my github
branch isn't enough, I'll send something when I'm back with PC access.

Regards,
Simo,

>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 19:30           ` Simon Goldschmidt
@ 2019-04-11 19:59             ` Marek Vasut
  2019-04-11 20:07               ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-11 19:59 UTC (permalink / raw)
  To: u-boot

On 4/11/19 9:30 PM, Simon Goldschmidt wrote:
> 
> 
> On 11.04.19 21:03, Tom Rini wrote:
>> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
>>>
>>>
>>> On 11.04.19 20:20, Tom Rini wrote:
>>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>>>>>>
>>>>>>> The following changes since commit
>>>>>>> 3c99166441bf3ea325af2da83cfe65430b49c066:
>>>>>>>
>>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>>>>>>
>>>>>>> are available in the Git repository at:
>>>>>>>
>>>>>>>    git://git.denx.de/u-boot-socfpga.git master
>>>>>>>
>>>>>>> for you to fetch changes up to
>>>>>>> ef8679b24ec6226b7198e06747ff047a16030ca4:
>>>>>>>
>>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
>>>>>>>
>>>>>>
>>>>>> Arg, sorry I didn't see this sooner:
>>>>>>         arm:  w+   socfpga_arria10
>>>>>> +(socfpga_arria10)
>>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies detected for
>>>>>> ALTERA_SDRAM
>>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] &&
>>>>>> (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>>>>>> +(socfpga_arria10)   Selected by [y]:
>>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] &&
>>>>>> ARCH_SOCFPGA [=y]
>>>>>
>>>>> Is this coming from this PR or not ?
>>>>
>>>> Yes, this PR.  Top of tree + this PR only.
>>>
>>> It's not only top of tree + this PR, it also fails for pure
>>> u-boot-socfpga/master.
>>>
>>> Seems like this bug has been introduced when I made the gen5 driver
>>> depend
>>> on RAM. Unfortunately, all the drivers use one Kconfig item (although
>>> these
>>> are totally different drivers) but now only gen5 depends on RAM. Is
>>> there
>>> any Kconfig magic to fix this without duplicating the config item
>>> entries?
>>
>> I think you may want something more like:
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index 04a207c9403e..4a23e327dfb4 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>>       select DM_SERIAL
>>       select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 ||
>> TARGET_SOCFPGA_ARRIA10
>>       select OF_CONTROL
>> -    select RAM if TARGET_SOCFPGA_GEN5
>>       select SPL_DM_RESET if DM_RESET
>>       select SPL_DM_SERIAL
>>       select SPL_LIBCOMMON_SUPPORT
>>       select SPL_LIBGENERIC_SUPPORT
>>       select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>>       select SPL_OF_CONTROL
>> -    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>       select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>>       select SPL_SERIAL_SUPPORT
>>       select SPL_WATCHDOG_SUPPORT
>> diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
>> index 7370d4133a67..8f60b56eb848 100644
>> --- a/drivers/ddr/altera/Kconfig
>> +++ b/drivers/ddr/altera/Kconfig
>> @@ -1,6 +1,7 @@
>>   config ALTERA_SDRAM
>>       bool "SoCFPGA DDR SDRAM driver"
>> -    depends on RAM
>>       depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
>> +    select RAM if TARGET_SOCFPGA_GEN5
>> +    select SPL_RAM if TARGET_SOCFPGA_GEN5
>>       help
>>         Enable DDR SDRAM controller for the SoCFPGA devices.
>>
>> But I didn't test anything other than socfpga_arria10/arria5 as
>> building.
> 
> Tom,
> Thanks for the hint. I did just that and it works for me (cyclone5).
> As only this platform is affected by this patch, it should be fine.
> 
> Marek,
> how should we proceed? I pushed the change as suggested by Tom to:
> 
> https://github.com/goldsimon/u-boot.git
> 
> or I could send v5 of the series that broke arria10...?

Send me a single patch on top of u-boot-socfpga/master, I'll add it and
that should take care of it. It would also make things well documented
for other people who run into this.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 19:03         ` Tom Rini
@ 2019-04-11 19:30           ` Simon Goldschmidt
  2019-04-11 19:59             ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-04-11 19:30 UTC (permalink / raw)
  To: u-boot



On 11.04.19 21:03, Tom Rini wrote:
> On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
>>
>>
>> On 11.04.19 20:20, Tom Rini wrote:
>>> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>>>> On 4/11/19 8:17 PM, Tom Rini wrote:
>>>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>>>>>
>>>>>> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
>>>>>>
>>>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>>>>>
>>>>>> are available in the Git repository at:
>>>>>>
>>>>>>    git://git.denx.de/u-boot-socfpga.git master
>>>>>>
>>>>>> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
>>>>>>
>>>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
>>>>>>
>>>>>
>>>>> Arg, sorry I didn't see this sooner:
>>>>>         arm:  w+   socfpga_arria10
>>>>> +(socfpga_arria10)
>>>>> +(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
>>>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>>>>> +(socfpga_arria10)   Selected by [y]:
>>>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]
>>>>
>>>> Is this coming from this PR or not ?
>>>
>>> Yes, this PR.  Top of tree + this PR only.
>>
>> It's not only top of tree + this PR, it also fails for pure
>> u-boot-socfpga/master.
>>
>> Seems like this bug has been introduced when I made the gen5 driver depend
>> on RAM. Unfortunately, all the drivers use one Kconfig item (although these
>> are totally different drivers) but now only gen5 depends on RAM. Is there
>> any Kconfig magic to fix this without duplicating the config item entries?
> 
> I think you may want something more like:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 04a207c9403e..4a23e327dfb4 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -821,14 +821,12 @@ config ARCH_SOCFPGA
>   	select DM_SERIAL
>   	select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
>   	select OF_CONTROL
> -	select RAM if TARGET_SOCFPGA_GEN5
>   	select SPL_DM_RESET if DM_RESET
>   	select SPL_DM_SERIAL
>   	select SPL_LIBCOMMON_SUPPORT
>   	select SPL_LIBGENERIC_SUPPORT
>   	select SPL_NAND_SUPPORT if SPL_NAND_DENALI
>   	select SPL_OF_CONTROL
> -	select SPL_RAM if TARGET_SOCFPGA_GEN5
>   	select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
>   	select SPL_SERIAL_SUPPORT
>   	select SPL_WATCHDOG_SUPPORT
> diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
> index 7370d4133a67..8f60b56eb848 100644
> --- a/drivers/ddr/altera/Kconfig
> +++ b/drivers/ddr/altera/Kconfig
> @@ -1,6 +1,7 @@
>   config ALTERA_SDRAM
>   	bool "SoCFPGA DDR SDRAM driver"
> -	depends on RAM
>   	depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
> +	select RAM if TARGET_SOCFPGA_GEN5
> +	select SPL_RAM if TARGET_SOCFPGA_GEN5
>   	help
>   	  Enable DDR SDRAM controller for the SoCFPGA devices.
> 
> But I didn't test anything other than socfpga_arria10/arria5 as
> building.

Tom,
Thanks for the hint. I did just that and it works for me (cyclone5).
As only this platform is affected by this patch, it should be fine.

Marek,
how should we proceed? I pushed the change as suggested by Tom to:

https://github.com/goldsimon/u-boot.git

or I could send v5 of the series that broke arria10...?

Regards,
Simon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 18:49       ` Simon Goldschmidt
@ 2019-04-11 19:03         ` Tom Rini
  2019-04-11 19:30           ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2019-04-11 19:03 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 11, 2019 at 08:49:38PM +0200, Simon Goldschmidt wrote:
> 
> 
> On 11.04.19 20:20, Tom Rini wrote:
> >On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
> >>On 4/11/19 8:17 PM, Tom Rini wrote:
> >>>On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
> >>>
> >>>>The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> >>>>
> >>>>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> >>>>
> >>>>are available in the Git repository at:
> >>>>
> >>>>   git://git.denx.de/u-boot-socfpga.git master
> >>>>
> >>>>for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
> >>>>
> >>>>   arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
> >>>>
> >>>
> >>>Arg, sorry I didn't see this sooner:
> >>>        arm:  w+   socfpga_arria10
> >>>+(socfpga_arria10)
> >>>+(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
> >>>+(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
> >>>+(socfpga_arria10)   Selected by [y]:
> >>>+(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]
> >>
> >>Is this coming from this PR or not ?
> >
> >Yes, this PR.  Top of tree + this PR only.
> 
> It's not only top of tree + this PR, it also fails for pure
> u-boot-socfpga/master.
> 
> Seems like this bug has been introduced when I made the gen5 driver depend
> on RAM. Unfortunately, all the drivers use one Kconfig item (although these
> are totally different drivers) but now only gen5 depends on RAM. Is there
> any Kconfig magic to fix this without duplicating the config item entries?

I think you may want something more like:
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 04a207c9403e..4a23e327dfb4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -821,14 +821,12 @@ config ARCH_SOCFPGA
 	select DM_SERIAL
 	select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
 	select OF_CONTROL
-	select RAM if TARGET_SOCFPGA_GEN5
 	select SPL_DM_RESET if DM_RESET
 	select SPL_DM_SERIAL
 	select SPL_LIBCOMMON_SUPPORT
 	select SPL_LIBGENERIC_SUPPORT
 	select SPL_NAND_SUPPORT if SPL_NAND_DENALI
 	select SPL_OF_CONTROL
-	select SPL_RAM if TARGET_SOCFPGA_GEN5
 	select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
 	select SPL_SERIAL_SUPPORT
 	select SPL_WATCHDOG_SUPPORT
diff --git a/drivers/ddr/altera/Kconfig b/drivers/ddr/altera/Kconfig
index 7370d4133a67..8f60b56eb848 100644
--- a/drivers/ddr/altera/Kconfig
+++ b/drivers/ddr/altera/Kconfig
@@ -1,6 +1,7 @@
 config ALTERA_SDRAM
 	bool "SoCFPGA DDR SDRAM driver"
-	depends on RAM
 	depends on TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
+	select RAM if TARGET_SOCFPGA_GEN5
+	select SPL_RAM if TARGET_SOCFPGA_GEN5
 	help
 	  Enable DDR SDRAM controller for the SoCFPGA devices.

But I didn't test anything other than socfpga_arria10/arria5 as
building.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190411/49313b59/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 18:20     ` Tom Rini
@ 2019-04-11 18:49       ` Simon Goldschmidt
  2019-04-11 19:03         ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Simon Goldschmidt @ 2019-04-11 18:49 UTC (permalink / raw)
  To: u-boot



On 11.04.19 20:20, Tom Rini wrote:
> On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
>> On 4/11/19 8:17 PM, Tom Rini wrote:
>>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
>>>
>>>> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
>>>>
>>>>    Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>    git://git.denx.de/u-boot-socfpga.git master
>>>>
>>>> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
>>>>
>>>>    arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
>>>>
>>>
>>> Arg, sorry I didn't see this sooner:
>>>         arm:  w+   socfpga_arria10
>>> +(socfpga_arria10)
>>> +(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
>>> +(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
>>> +(socfpga_arria10)   Selected by [y]:
>>> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]
>>
>> Is this coming from this PR or not ?
> 
> Yes, this PR.  Top of tree + this PR only.

It's not only top of tree + this PR, it also fails for pure 
u-boot-socfpga/master.

Seems like this bug has been introduced when I made the gen5 driver 
depend on RAM. Unfortunately, all the drivers use one Kconfig item 
(although these are totally different drivers) but now only gen5 depends 
on RAM. Is there any Kconfig magic to fix this without duplicating the 
config item entries?

Regards,
Simon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 18:19   ` Marek Vasut
@ 2019-04-11 18:20     ` Tom Rini
  2019-04-11 18:49       ` Simon Goldschmidt
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2019-04-11 18:20 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote:
> On 4/11/19 8:17 PM, Tom Rini wrote:
> > On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
> > 
> >> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> >>
> >>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.denx.de/u-boot-socfpga.git master
> >>
> >> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
> >>
> >>   arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
> >>
> > 
> > Arg, sorry I didn't see this sooner:
> >        arm:  w+   socfpga_arria10
> > +(socfpga_arria10)
> > +(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
> > +(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
> > +(socfpga_arria10)   Selected by [y]:
> > +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]
> 
> Is this coming from this PR or not ?

Yes, this PR.  Top of tree + this PR only.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190411/7b9ec035/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-11 18:17 ` Tom Rini
@ 2019-04-11 18:19   ` Marek Vasut
  2019-04-11 18:20     ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-11 18:19 UTC (permalink / raw)
  To: u-boot

On 4/11/19 8:17 PM, Tom Rini wrote:
> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:
> 
>> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
>>
>>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-socfpga.git master
>>
>> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
>>
>>   arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
>>
> 
> Arg, sorry I didn't see this sooner:
>        arm:  w+   socfpga_arria10
> +(socfpga_arria10)
> +(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
> +(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
> +(socfpga_arria10)   Selected by [y]:
> +(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]

Is this coming from this PR or not ?

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-04-10 14:46 Marek Vasut
@ 2019-04-11 18:17 ` Tom Rini
  2019-04-11 18:19   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2019-04-11 18:17 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote:

> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> 
>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:
> 
>   arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)
> 

Arg, sorry I didn't see this sooner:
       arm:  w+   socfpga_arria10
+(socfpga_arria10)
+(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM
+(socfpga_arria10)   Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y])
+(socfpga_arria10)   Selected by [y]:
+(socfpga_arria10)   - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y]

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190411/754c1f22/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-04-10 14:46 Marek Vasut
  2019-04-11 18:17 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-04-10 14:46 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:

  Prepare v2019.04 (2019-04-08 21:40:40 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4:

  arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200)

----------------------------------------------------------------
Ley Foon Tan (7):
      ddr: altera: stratix10: Move SDRAM size check to SDRAM driver
      ddr: altera: Stratix10: Add multi-banks DRAM size check
      configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2
      arm: dts: Stratix10: Modify stratix10 socdk memory node
      arm: socfpga: stratix10: Add cpu_has_been_warmreset()
      ddr: altera: Stratix10: Add ECC memory scrubbing
      arm: dts: Stratix10: Add QSPI node

Simon Goldschmidt (9):
      arm: socfpga: gen5: sync devicetrees to Linux
      arm: socfpga: gen5: add reset & sdr node to SPL devicetrees
      reset: socfpga: rename membase ptr to modrst_base
      arm: socfpga: gen5: deassert peripheral reset by default
      reset: socfpga: add reset handling for old kernels
      arm: socfpga: move gen5 SDR driver to DM
      mtd: rawnand: denali: add reset handling
      spi: cadence_qspi: add reset handling
      arm: socfpga: implement proper peripheral reset

 arch/arm/Kconfig                                       |   2 ++
 arch/arm/dts/socfpga-common-u-boot.dtsi                |  19
++++++++++++++++++
 arch/arm/dts/socfpga.dtsi                              |  23
++++++++++++++++++----
 arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi          |   6 ++----
 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts             |   5 +----
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi |   6 ++----
 arch/arm/dts/socfpga_cyclone5_de10_nano.dts            |   5 +----
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts              |   5 +----
 arch/arm/dts/socfpga_cyclone5_is1.dts                  |   5 +----
 arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi        |   6 ++----
 arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi       |   6 ++----
 arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi     |   6 ++----
 arch/arm/dts/socfpga_cyclone5_socrates.dts             |   2 --
 arch/arm/dts/socfpga_cyclone5_sr1500.dts               |   5 +----
 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi  |   6 ++----
 arch/arm/dts/socfpga_stratix10.dtsi                    |  13 ++++++++++++
 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi       |  25
+++++++++++++++++++++++
 arch/arm/dts/socfpga_stratix10_socdk.dts               |  39
+++++++++++++++++++++++++++++++++++-
 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h |   3 +++
 arch/arm/mach-socfpga/include/mach/sdram_gen5.h        |   4 ----
 arch/arm/mach-socfpga/include/mach/sdram_s10.h         |   9 +++++++++
 arch/arm/mach-socfpga/misc_gen5.c                      |  10 ----------
 arch/arm/mach-socfpga/reset_manager_s10.c              |   9 +++++++++
 arch/arm/mach-socfpga/spl_gen5.c                       |  38
++++++++++-------------------------
 arch/arm/mach-socfpga/spl_s10.c                        |  11 -----------
 configs/socfpga_stratix10_defconfig                    |   2 +-
 drivers/ddr/altera/Kconfig                             |   1 +
 drivers/ddr/altera/sdram_gen5.c                        | 143
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/ddr/altera/sdram_s10.c                         | 136
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/ddr/altera/sequencer.c                         |   9 ++++++++-
 drivers/ddr/altera/sequencer.h                         |  35
+++++++++++++++++++++++++++++++++
 drivers/mtd/nand/raw/denali.h                          |   2 ++
 drivers/mtd/nand/raw/denali_dt.c                       |  15 ++++++++++++++
 drivers/reset/reset-socfpga.c                          |  55
++++++++++++++++++++++++++++++++++++++++++++++-----
 drivers/spi/cadence_qspi.c                             |  17
++++++++++++++++
 drivers/spi/cadence_qspi.h                             |   4 ++++
 include/configs/socfpga_common.h                       |   1 +
 37 files changed, 560 insertions(+), 128 deletions(-)
 create mode 100644 arch/arm/dts/socfpga-common-u-boot.dtsi
 mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10.dtsi
 create mode 100755 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
 mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10_socdk.dts

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-03-26 17:44 Marek Vasut
@ 2019-03-29  1:24 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-03-29  1:24 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 26, 2019 at 06:44:14PM +0100, Marek Vasut wrote:

> The following changes since commit cfb3e102c4bdf96a41cbd3eeb1d3a9a56c69c46c:
> 
>   Merge branch '2019-03-22-master-imports' (2019-03-22 19:09:58 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 3d0cc01d101abc3efd5feabe85f22a42ebcbcca2:
> 
>   configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF (2019-03-25 20:26:45
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190328/d842d3df/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-03-26 17:44 Marek Vasut
  2019-03-29  1:24 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-03-26 17:44 UTC (permalink / raw)
  To: u-boot

The following changes since commit cfb3e102c4bdf96a41cbd3eeb1d3a9a56c69c46c:

  Merge branch '2019-03-22-master-imports' (2019-03-22 19:09:58 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 3d0cc01d101abc3efd5feabe85f22a42ebcbcca2:

  configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF (2019-03-25 20:26:45
+0100)

----------------------------------------------------------------
Ley Foon Tan (1):
      configs: Stratix10: Remove CONFIG_USE_TINY_PRINTF

 configs/socfpga_stratix10_defconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-03-21 15:42 Marek Vasut
@ 2019-03-22 11:25 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-03-22 11:25 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 21, 2019 at 04:42:01PM +0100, Marek Vasut wrote:

> The following changes since commit a00d15757d7a513e410f15f2f910cb52333361a3:
> 
>   Merge git://git.denx.de/u-boot-marvell (2019-03-19 19:58:48 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e3ada91e49848ddcd3293a737cf08e48b2d72e42:
> 
>   ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices
> (2019-03-21 03:31:01 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190322/5bcceee1/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-03-21 15:42 Marek Vasut
  2019-03-22 11:25 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-03-21 15:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit a00d15757d7a513e410f15f2f910cb52333361a3:

  Merge git://git.denx.de/u-boot-marvell (2019-03-19 19:58:48 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to e3ada91e49848ddcd3293a737cf08e48b2d72e42:

  ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices
(2019-03-21 03:31:01 +0100)

----------------------------------------------------------------
Dalon Westergreen (1):
      ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices

 Kconfig              | 3 ++-
 scripts/Makefile.spl | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-03-18  3:08 Marek Vasut
@ 2019-03-19 20:50 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-03-19 20:50 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 18, 2019 at 04:08:48AM +0100, Marek Vasut wrote:

> The following changes since commit 9659eb46af6249b6e4b3712e60a1eb2e87fc48a1:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-03-14
> 11:37:11 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 92a47459bb85ba3e835b11ddbdcdfb571280614f:
> 
>   arm: socfpga: make SPL_TEXT_BASE overridable (2019-03-16 13:30:09 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190319/b5e6aa6a/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-03-18  3:08 Marek Vasut
  2019-03-19 20:50 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-03-18  3:08 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9659eb46af6249b6e4b3712e60a1eb2e87fc48a1:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-03-14
11:37:11 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 92a47459bb85ba3e835b11ddbdcdfb571280614f:

  arm: socfpga: make SPL_TEXT_BASE overridable (2019-03-16 13:30:09 +0100)

----------------------------------------------------------------
Ley Foon Tan (1):
      ARM: dts: socfpga: Add missing altr,sysmgr-syscon for EMAC

Simon Goldschmidt (1):
      arm: socfpga: make SPL_TEXT_BASE overridable

 arch/arm/dts/socfpga_stratix10.dtsi | 3 +++
 include/configs/socfpga_common.h    | 2 ++
 2 files changed, 5 insertions(+)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-03-10 13:27 Marek Vasut
@ 2019-03-11 19:41 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-03-11 19:41 UTC (permalink / raw)
  To: u-boot

On Sun, Mar 10, 2019 at 02:27:31PM +0100, Marek Vasut wrote:

> Arria10 DRAM fixes and Gen5 cache fixes.
> 
> The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:
> 
>   Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 88c3bb49e1bf2b808cbad1fbdeda09480ae580a7:
> 
>   ddr: socfpga: Clean up ddr_setup() (2019-03-09 23:25:19 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190311/546754ba/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-03-10 13:27 Marek Vasut
  2019-03-11 19:41 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-03-10 13:27 UTC (permalink / raw)
  To: u-boot

Arria10 DRAM fixes and Gen5 cache fixes.

The following changes since commit e8e3f2d2d48f97b2c79b698eccedce8f4f880993:

  Merge branch '2019-03-08-master-imports' (2019-03-08 18:04:13 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 88c3bb49e1bf2b808cbad1fbdeda09480ae580a7:

  ddr: socfpga: Clean up ddr_setup() (2019-03-09 23:25:19 +0100)

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: socfpga: fix data and tag latency values for pl310 cache
controller

Marek Vasut (9):
      ddr: socfpga: Fix IO in Arria10 DDR driver
      ddr: socfpga: Fix newline in debug print on A10
      ARM: socfpga: Disable D cache in SPL
      ARM: socfpga: Drop CONFIG_SYS_NAND_BAD_BLOCK_POS
      ARM: socfpga: Fix Arria10 SPI and NAND U-Boot offset
      ARM: socfpga: Fix A10 SoCDK Kconfig
      ddr: socfpga: Fix EMIF clear timeout
      ddr: socfpga: Clean up EMIF reset
      ddr: socfpga: Clean up ddr_setup()

 arch/arm/mach-socfpga/misc.c            |   4 ++--
 arch/arm/mach-socfpga/spl_a10.c         |   2 ++
 board/altera/arria10-socdk/Kconfig      |   2 +-
 drivers/ddr/altera/sdram_arria10.c      | 107
++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------
 include/configs/socfpga_arria10_socdk.h |   2 --
 include/configs/socfpga_common.h        |   9 ++++++++-
 6 files changed, 49 insertions(+), 77 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-02-28 21:24 Marek Vasut
@ 2019-03-01 12:59 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-03-01 12:59 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 28, 2019 at 10:24:23PM +0100, Marek Vasut wrote:

> SoCFPGA cache/gpio fixes:
> 
> The following changes since commit afd46c5f13d0c93c44008bd7040227d0b84e31b9:
> 
>   Merge branch '2019-02-22-master-imports' (2019-02-22 22:40:24 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 4a9743f73c10a4b3801be3b662a892f61617256e:
> 
>   ARM: socfpga: Clear PL310 early in SPL (2019-02-25 16:07:36 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190301/0ecc14c6/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-02-28 21:24 Marek Vasut
  2019-03-01 12:59 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-02-28 21:24 UTC (permalink / raw)
  To: u-boot

SoCFPGA cache/gpio fixes:

The following changes since commit afd46c5f13d0c93c44008bd7040227d0b84e31b9:

  Merge branch '2019-02-22-master-imports' (2019-02-22 22:40:24 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 4a9743f73c10a4b3801be3b662a892f61617256e:

  ARM: socfpga: Clear PL310 early in SPL (2019-02-25 16:07:36 +0100)

----------------------------------------------------------------
Julien Béraud (1):
      gpio: altera_pio: fix get_value

Marek Vasut (3):
      ARM: cache: Fix incorrect bitwise operation
      ARM: socfpga: Configure PL310 latencies
      ARM: socfpga: Clear PL310 early in SPL

 arch/arm/lib/cache-pl310.c       |  2 +-
 arch/arm/mach-socfpga/misc.c     |  3 +++
 arch/arm/mach-socfpga/spl_gen5.c | 58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/gpio/altera_pio.c        |  2 +-
 4 files changed, 63 insertions(+), 2 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-02-19  2:48 Marek Vasut
@ 2019-02-20  1:56 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-02-20  1:56 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 19, 2019 at 03:48:03AM +0100, Marek Vasut wrote:

> The following changes since commit b89074f65047c4058741ed2bf3e6ff0c5af4c5bc:
> 
>   Merge tag 'u-boot-imx-2019-02-16' of git://git.denx.de/u-boot-imx
> (2019-02-16 08:31:05 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 5097ba6177bad8c7e09b50149cacd6fd5020f0c8:
> 
>   ARM: socfpga: stratix10: Return valid error code from FPGA driver
> (2019-02-18 13:00:54 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190219/0673f8ea/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-02-19  2:48 Marek Vasut
  2019-02-20  1:56 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-02-19  2:48 UTC (permalink / raw)
  To: u-boot

The following changes since commit b89074f65047c4058741ed2bf3e6ff0c5af4c5bc:

  Merge tag 'u-boot-imx-2019-02-16' of git://git.denx.de/u-boot-imx
(2019-02-16 08:31:05 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 5097ba6177bad8c7e09b50149cacd6fd5020f0c8:

  ARM: socfpga: stratix10: Return valid error code from FPGA driver
(2019-02-18 13:00:54 +0100)

----------------------------------------------------------------
Ang, Chee Hong (1):
      ARM: socfpga: stratix10: Return valid error code from FPGA driver

Ley Foon Tan (1):
      mmc: dwmmc: Poll for iDMAC TX/RX interrupt

Simon Goldschmidt (3):
      net: designware: socfpga: adapt to Gen5
      arm: socfpga: gen5 enable designware_socfpga
      arm: socfpga: gen5: remove hacked ETH RST handling

 arch/arm/mach-socfpga/include/mach/reset_manager.h |  2 --
 arch/arm/mach-socfpga/misc.c                       | 65
-----------------------------------------------------------------
 arch/arm/mach-socfpga/misc_gen5.c                  | 44
+-------------------------------------------
 drivers/fpga/stratix10.c                           | 17 ++++++-----------
 drivers/mmc/dw_mmc.c                               | 19 +++++++++++++++++++
 drivers/net/Kconfig                                |  3 +++
 drivers/net/dwmac_socfpga.c                        | 87
+++++++++++++++++++++++++++++++++------------------------------------------------------
 include/dwmmc.h                                    |  7 +++++++
 8 files changed, 69 insertions(+), 175 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2019-01-11 14:52 Marek Vasut
@ 2019-01-12 20:13 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2019-01-12 20:13 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 11, 2019 at 03:52:29PM +0100, Marek Vasut wrote:

> The following changes since commit 64abfc9b6bb3721621d5132e112ae2e91c57d8bb:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-10
> 09:28:28 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 70cae47014c270515b2e60b81094b219eb693add:
> 
>   ARM: dts: socfpga: Add missing SDMMC reset (2019-01-11 15:51:38 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190112/c2046077/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2019-01-11 14:52 Marek Vasut
  2019-01-12 20:13 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2019-01-11 14:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit 64abfc9b6bb3721621d5132e112ae2e91c57d8bb:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-10
09:28:28 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 70cae47014c270515b2e60b81094b219eb693add:

  ARM: dts: socfpga: Add missing SDMMC reset (2019-01-11 15:51:38 +0100)

----------------------------------------------------------------
Tien Fong Chee (1):
      ARM: dts: socfpga: Add missing SDMMC reset

 arch/arm/dts/socfpga_arria10.dtsi | 1 +
 1 file changed, 1 insertion(+)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-12-21 12:42 Marek Vasut
@ 2018-12-23 17:31 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-12-23 17:31 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 21, 2018 at 01:42:50PM +0100, Marek Vasut wrote:

> The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
> 
>   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to bd5581716d0407272cfde624b484e530665b0a2f:
> 
>   arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration
> (2018-12-20 17:12:25 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181223/d7142038/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-12-21 12:42 Marek Vasut
  2018-12-23 17:31 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-12-21 12:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

  Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to bd5581716d0407272cfde624b484e530665b0a2f:

  arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration
(2018-12-20 17:12:25 +0100)

----------------------------------------------------------------
Ang, Chee Hong (5):
      arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
      arm: socfpga: stratix10: Add macros for mailbox's arguments
      arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
      arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
      arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration

 arch/arm/mach-socfpga/Kconfig                    |   1 +
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h |   9 ++++-
 arch/arm/mach-socfpga/include/mach/misc.h        |   4 +-
 arch/arm/mach-socfpga/mailbox_s10.c              |  48
+++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                     |  26 +------------
 arch/arm/mach-socfpga/misc_arria10.c             |  23 ++++++++++-
 arch/arm/mach-socfpga/misc_gen5.c                |  22 ++++++++++-
 arch/arm/mach-socfpga/misc_s10.c                 |  22 +++++++++++
 drivers/fpga/Kconfig                             |  11 ++++++
 drivers/fpga/Makefile                            |   1 +
 drivers/fpga/altera.c                            |   6 +++
 drivers/fpga/stratix10.c                         | 288
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/altera.h                                 |   8 ++++
 13 files changed, 440 insertions(+), 29 deletions(-)
 create mode 100644 drivers/fpga/stratix10.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-12-10  4:52 Marek Vasut
@ 2018-12-10 15:17 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-12-10 15:17 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 10, 2018 at 05:52:22AM +0100, Marek Vasut wrote:

> The following changes since commit 57dbc151437b36cc1105857d222df28b095236d7:
> 
>   rockchip: rk3399: Add MAINTAINERS entry (2018-12-06 10:24:12 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a9024dc18e9e864437a456f6c0144764dbee57d4:
> 
>   arm: socfpga: imply SPL options instead of select (2018-12-07 16:32:01
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181210/0f6fd2f4/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-12-10  4:52 Marek Vasut
  2018-12-10 15:17 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-12-10  4:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit 57dbc151437b36cc1105857d222df28b095236d7:

  rockchip: rk3399: Add MAINTAINERS entry (2018-12-06 10:24:12 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a9024dc18e9e864437a456f6c0144764dbee57d4:

  arm: socfpga: imply SPL options instead of select (2018-12-07 16:32:01
+0100)

----------------------------------------------------------------
Simon Goldschmidt (1):
      arm: socfpga: imply SPL options instead of select

 arch/arm/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-11-29 20:18 Marek Vasut
@ 2018-11-30 16:19 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-11-30 16:19 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 29, 2018 at 09:18:39PM +0100, Marek Vasut wrote:

> The following changes since commit 67cf22cbdef8c62ffa28b4caf935825fe410c68d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2018-11-27
> 14:01:45 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 30bade20a67a8205e10d006d8e1ac66552c1b137:
> 
>   arm: socfpga: fix SPL booting from fpga OnChip RAM (2018-11-29
> 12:45:15 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181130/6ce09796/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-11-29 20:18 Marek Vasut
  2018-11-30 16:19 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-11-29 20:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit 67cf22cbdef8c62ffa28b4caf935825fe410c68d:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2018-11-27
14:01:45 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 30bade20a67a8205e10d006d8e1ac66552c1b137:

  arm: socfpga: fix SPL booting from fpga OnChip RAM (2018-11-29
12:45:15 +0100)

----------------------------------------------------------------
Simon Goldschmidt (6):
      arm: socfpga: make config structs const
      gpio: dwapb_gpio: fix binding without bank-name property
      spi: cadence_qspi: use "cdns,qspi-nor" as compatible
      dts: arm: socfpga: merge gen5 devicetrees from linux
      arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
      arm: socfpga: fix SPL booting from fpga OnChip RAM

 arch/arm/dts/keystone-k2g.dtsi                         |   2 +-
 arch/arm/dts/socfpga.dtsi                              | 404
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
 arch/arm/dts/socfpga_arria10.dtsi                      |   2 +-
 arch/arm/dts/socfpga_arria5.dtsi                       |  11 ++--
 arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi          |  56
+++++++++++++++++++
 arch/arm/dts/socfpga_arria5_socdk.dts                  |  97
+++++++++++++++++++++++---------
 arch/arm/dts/socfpga_cyclone5.dtsi                     |   9 +--
 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts             |  17 +++++-
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi |  46
+++++++++++++++
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts         |  69
++++++++++++++---------
 arch/arm/dts/socfpga_cyclone5_de10_nano.dts            |  16 ++++++
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts              |  16 ++++++
 arch/arm/dts/socfpga_cyclone5_is1.dts                  |   8 +++
 arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi        |  72
++++++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5_socdk.dts                |  88
++++++++++++++++++++++-------
 arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi       |  56
+++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5_sockit.dts               | 149
+++++++++++++++++++++++++++++++++++++++----------
 arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi     |  60
++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5_socrates.dts             |  87
+++++++++++++++--------------
 arch/arm/dts/socfpga_cyclone5_sr1500.dts               |  12 ++++
 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi  |  60
++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts          | 222
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 arch/arm/dts/stv0991.dts                               |   2 +-
 arch/arm/mach-socfpga/include/mach/base_addr_ac5.h     |   1 +
 arch/arm/mach-socfpga/include/mach/misc.h              |   9 +++
 arch/arm/mach-socfpga/misc_gen5.c                      |   9 ++-
 arch/arm/mach-socfpga/spl_gen5.c                       |  10 +++-
 arch/arm/mach-socfpga/wrap_sdram_config.c              |   4 +-
 doc/device-tree-bindings/spi/spi-cadence.txt           |   2 +-
 drivers/gpio/dwapb_gpio.c                              |   7 +++
 drivers/spi/cadence_qspi.c                             |   2 +-
 31 files changed, 1264 insertions(+), 341 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-10-31 20:36 Marek Vasut
@ 2018-11-01 11:47 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-11-01 11:47 UTC (permalink / raw)
  To: u-boot

On Wed, Oct 31, 2018 at 09:36:12PM +0100, Marek Vasut wrote:

> The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:
> 
>   Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f48db4ede07b52290477e188de714e327e4954de:
> 
>   arm: socfpga: imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
> (2018-10-31 01:41:10 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181101/dd2b2894/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-10-31 20:36 Marek Vasut
  2018-11-01 11:47 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-10-31 20:36 UTC (permalink / raw)
  To: u-boot

The following changes since commit 454cf76184c65426b68033a23da086e73663f2fc:

  Prepare v2018.11-rc3 (2018-10-29 16:04:26 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f48db4ede07b52290477e188de714e327e4954de:

  arm: socfpga: imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
(2018-10-31 01:41:10 +0100)

----------------------------------------------------------------
Simon Goldschmidt (2):
      arm: socfpga: fpga: fix type of local variable
      arm: socfpga: imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION

Stefan Roese (1):
      arm: socfpga: Fix bootcounter located at the end of internal SRAM

 arch/arm/Kconfig                 |  2 +-
 drivers/fpga/socfpga_arria10.c   |  2 +-
 drivers/fpga/socfpga_gen5.c      |  2 +-
 include/configs/socfpga_common.h | 13 +++++++++++++
 4 files changed, 16 insertions(+), 3 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-10-19 14:12 ` Tom Rini
@ 2018-10-19 14:16   ` Marek Vasut
  0 siblings, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2018-10-19 14:16 UTC (permalink / raw)
  To: u-boot

On 10/19/2018 04:12 PM, Tom Rini wrote:
> On Fri, Oct 19, 2018 at 12:29:43PM +0200, Marek Vasut wrote:
> 
>> The following changes since commit 6e7a186dc5d50f563e224e9ae7be70defff7ee0d:
>>
>>   Merge tag 'arc-more-updates-for-2018.11-rc2-2' of
>> git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-socfpga.git master
>>
>> for you to fetch changes up to 0baff8a1ed56314f779a2f13b432f9c340956838:
>>
>>   socfpga: clean up sfp generation (2018-10-16 11:23:24 +0200)
>>
>> ----------------------------------------------------------------
>> Ang, Chee Hong (5):
> [snip]
>>       arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
> 
> NAK.  This causes:
> +(socfpga_stratix10)     *resp_count++;
> +(socfpga_stratix10)     ^~~~~~~~~~~~~
> +(socfpga_stratix10)     args[1] = (u32)rbf_data;
> +(socfpga_stratix10)               ^
> w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'get_resp_hdr':
> w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:138:4: warning: value computed is not used [-Wunused-value]
> w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'send_reconfig_data':
> w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:188:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> 
CCing Intel people, I'm waiting for a patch.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-10-19 10:29 Marek Vasut
@ 2018-10-19 14:12 ` Tom Rini
  2018-10-19 14:16   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2018-10-19 14:12 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 19, 2018 at 12:29:43PM +0200, Marek Vasut wrote:

> The following changes since commit 6e7a186dc5d50f563e224e9ae7be70defff7ee0d:
> 
>   Merge tag 'arc-more-updates-for-2018.11-rc2-2' of
> git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 0baff8a1ed56314f779a2f13b432f9c340956838:
> 
>   socfpga: clean up sfp generation (2018-10-16 11:23:24 +0200)
> 
> ----------------------------------------------------------------
> Ang, Chee Hong (5):
[snip]
>       arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver

NAK.  This causes:
+(socfpga_stratix10)     *resp_count++;
+(socfpga_stratix10)     ^~~~~~~~~~~~~
+(socfpga_stratix10)     args[1] = (u32)rbf_data;
+(socfpga_stratix10)               ^
w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'get_resp_hdr':
w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:138:4: warning: value computed is not used [-Wunused-value]
w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'send_reconfig_data':
w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:188:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181019/d52b5e52/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-10-19 10:29 Marek Vasut
  2018-10-19 14:12 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-10-19 10:29 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6e7a186dc5d50f563e224e9ae7be70defff7ee0d:

  Merge tag 'arc-more-updates-for-2018.11-rc2-2' of
git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 0baff8a1ed56314f779a2f13b432f9c340956838:

  socfpga: clean up sfp generation (2018-10-16 11:23:24 +0200)

----------------------------------------------------------------
Ang, Chee Hong (5):
      arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
      arm: socfpga: stratix10: Add macros for mailbox's arguments
      arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
      arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
      arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration

Dalon Westergreen (1):
      socfpga: clean up sfp generation

Simon Goldschmidt (3):
      arm: socfpga: make socfpga_socrates_defconfig boot from QSPI
      arm: socfpga: fix SPL booting from fpga OnChip RAM
      arm: socfpga: fpga: fix type of local variable

 Makefile                                           |  11 ++++--
 arch/arm/dts/socfpga_cyclone5_socrates.dts         |   2 +
 arch/arm/mach-socfpga/include/mach/base_addr_ac5.h |   1 +
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h   |   9 ++++-
 arch/arm/mach-socfpga/include/mach/misc.h          |   9 +++++
 arch/arm/mach-socfpga/mailbox_s10.c                |  48
+++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                       |  22 +++++++++++
 arch/arm/mach-socfpga/misc_gen5.c                  |   9 ++++-
 arch/arm/mach-socfpga/misc_s10.c                   |   2 +
 arch/arm/mach-socfpga/spl_gen5.c                   |  10 +++--
 configs/socfpga_stratix10_defconfig                |   1 +
 drivers/fpga/Kconfig                               |  11 ++++++
 drivers/fpga/Makefile                              |   1 +
 drivers/fpga/altera.c                              |   6 +++
 drivers/fpga/socfpga_arria10.c                     |   2 +-
 drivers/fpga/socfpga_gen5.c                        |   2 +-
 drivers/fpga/stratix10.c                           | 288
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/altera.h                                   |   8 ++++
 scripts/Makefile.spl                               |  12 ------
 19 files changed, 432 insertions(+), 22 deletions(-)
 create mode 100644 drivers/fpga/stratix10.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-10-05 21:26 Marek Vasut
@ 2018-10-06 12:57 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-10-06 12:57 UTC (permalink / raw)
  To: u-boot

On Fri, Oct 05, 2018 at 11:26:55PM +0200, Marek Vasut wrote:

> The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02
> 17:01:46 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 8be11fb3c1d8d89ff6b60bd3937efcea2dc9c91d:
> 
>   arm: socfpga: stratix10: add sgmii in phymode setup (2018-10-03
> 12:56:50 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181006/d97eee8a/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-10-05 21:26 Marek Vasut
  2018-10-06 12:57 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-10-05 21:26 UTC (permalink / raw)
  To: u-boot

The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02
17:01:46 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 8be11fb3c1d8d89ff6b60bd3937efcea2dc9c91d:

  arm: socfpga: stratix10: add sgmii in phymode setup (2018-10-03
12:56:50 +0200)

----------------------------------------------------------------
Atsushi Nemoto (1):
      tools: socfpga: fix sfp_verify_header

Ley Foon Tan (2):
      gpio: dwapb_gpio: Change to use devm_kcalloc()
      arm: socfpga: Remove unused function socfpga_emac_manage_reset()

Ooi, Joyce (1):
      arm: socfpga: stratix10: add sgmii in phymode setup

 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h |  2 --
 arch/arm/mach-socfpga/misc_s10.c                       |  5 +++--
 arch/arm/mach-socfpga/reset_manager_s10.c              | 35
-----------------------------------
 drivers/gpio/dwapb_gpio.c                              | 11 ++---------
 tools/socfpgaimage.c                                   |  1 +
 5 files changed, 6 insertions(+), 48 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-09-16  1:12 Marek Vasut
@ 2018-09-17 12:03 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-09-17 12:03 UTC (permalink / raw)
  To: u-boot

On Sat, Sep 15, 2018 at 9:12 PM, Marek Vasut <marek.vasut@gmail.com> wrote:

> The following changes since commit ecb10a41c9adf2c499c3d19fff96a0
> 8bb9ad2aef:
>
>   Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL"
> (2018-09-14 13:52:15 -0400)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-socfpga.git master
>
> for you to fetch changes up to f6d600b39bfc9a9402bcb393e706407b109d00e7:
>
>   arm: socfpga: stratix10: Add CONFIG_OF_EMBED (2018-09-15 03:17:01 +0200)
>
> ----------------------------------------------------------------
> Dalon Westergreen (4):
>       common: add spl/u-boot-spl.hex target
>       arm: socfpga: stratix10: add CONFIG_SPL_TARGET
>       socfpga: stratix10: fix sdram_calculate_size
>       arm: socfpga: stratix10: Add CONFIG_OF_EMBED
>
> Ley Foon Tan (3):
>       gpio: dwapb_gpio: Enable get_function support
>       gpio: dwapb_gpio: Add reset ctrl to driver
>       gpio: dwapb_gpio: Change to use dev_read_addr()
>
>  Makefile                                       |  5 +++++
>  arch/arm/mach-socfpga/include/mach/sdram_s10.h |  2 +-
>  configs/socfpga_stratix10_defconfig            |  1 +
>  drivers/ddr/altera/sdram_s10.c                 |  4 ++--
>  drivers/gpio/dwapb_gpio.c                      | 67
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
>  include/configs/socfpga_stratix10_socdk.h      |  3 ++-
>  6 files changed, 75 insertions(+), 7 deletions(-)
>

Applied to u-boot/master, thanks!

-- 
Tom

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-09-16  1:12 Marek Vasut
  2018-09-17 12:03 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-09-16  1:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit ecb10a41c9adf2c499c3d19fff96a08bb9ad2aef:

  Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL"
(2018-09-14 13:52:15 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f6d600b39bfc9a9402bcb393e706407b109d00e7:

  arm: socfpga: stratix10: Add CONFIG_OF_EMBED (2018-09-15 03:17:01 +0200)

----------------------------------------------------------------
Dalon Westergreen (4):
      common: add spl/u-boot-spl.hex target
      arm: socfpga: stratix10: add CONFIG_SPL_TARGET
      socfpga: stratix10: fix sdram_calculate_size
      arm: socfpga: stratix10: Add CONFIG_OF_EMBED

Ley Foon Tan (3):
      gpio: dwapb_gpio: Enable get_function support
      gpio: dwapb_gpio: Add reset ctrl to driver
      gpio: dwapb_gpio: Change to use dev_read_addr()

 Makefile                                       |  5 +++++
 arch/arm/mach-socfpga/include/mach/sdram_s10.h |  2 +-
 configs/socfpga_stratix10_defconfig            |  1 +
 drivers/ddr/altera/sdram_s10.c                 |  4 ++--
 drivers/gpio/dwapb_gpio.c                      | 67
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 include/configs/socfpga_stratix10_socdk.h      |  3 ++-
 6 files changed, 75 insertions(+), 7 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-08-24 18:25 Marek Vasut
@ 2018-08-25 13:16 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-08-25 13:16 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 24, 2018 at 08:25:33PM +0200, Marek Vasut wrote:

> The following changes since commit 2418734ed429058b396d2aeb6b91f875cdc8e4ce:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2018-08-22
> 22:36:08 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a029f540c54c39847c329fc70b1b2e0ab6dedbcd:
> 
>   ARM: dts: socfpga: Add missing NAND reset (2018-08-24 12:05:21 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180825/d91be9f4/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-08-24 18:25 Marek Vasut
  2018-08-25 13:16 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-08-24 18:25 UTC (permalink / raw)
  To: u-boot

The following changes since commit 2418734ed429058b396d2aeb6b91f875cdc8e4ce:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2018-08-22
22:36:08 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a029f540c54c39847c329fc70b1b2e0ab6dedbcd:

  ARM: dts: socfpga: Add missing NAND reset (2018-08-24 12:05:21 +0200)

----------------------------------------------------------------
Ley Foon Tan (2):
      arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoff
      arm: socfpga: stratix10: Fix mailbox urgent command with urgent
register

Marek Vasut (6):
      ARM: socfpga: Reorder Arria10 SPL
      timer: dw-apb: Add Designware APB timer driver
      ARM: dts: socfpga: Flag timer clock as pre-reloc
      ARM: socfpga: Convert Arria10 to timer framework
      ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT
      ARM: dts: socfpga: Add missing NAND reset

 arch/arm/dts/socfpga_arria10.dtsi                          | 11 +++++++++++
 arch/arm/dts/socfpga_arria10_socdk.dtsi                    | 13
-------------
 arch/arm/mach-socfpga/Makefile                             |  1 -
 arch/arm/mach-socfpga/board.c                              |  8 --------
 arch/arm/mach-socfpga/clock_manager_arria10.c              | 11 ++++++++---
 arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h |  3 ++-
 arch/arm/mach-socfpga/include/mach/misc.h                  |  5 +++++
 arch/arm/mach-socfpga/mailbox_s10.c                        | 15
+++++++--------
 arch/arm/mach-socfpga/misc_arria10.c                       | 25
+++++++++----------------
 arch/arm/mach-socfpga/spl_a10.c                            | 28
++++++++++++----------------
 arch/arm/mach-socfpga/spl_s10.c                            |  2 +-
 configs/socfpga_arria10_defconfig                          |  3 +++
 drivers/timer/Kconfig                                      |  7 +++++++
 drivers/timer/Makefile                                     |  1 +
 drivers/timer/dw-apb-timer.c                               | 90
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/socfpga_common.h                           |  2 ++
 16 files changed, 158 insertions(+), 67 deletions(-)
 create mode 100644 drivers/timer/dw-apb-timer.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-08-17 10:08 Marek Vasut
@ 2018-08-17 13:56 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-08-17 13:56 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 17, 2018 at 12:08:59PM +0200, Marek Vasut wrote:

> The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf:
> 
>   travis: give every job a name (2018-08-10 13:50:30 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to b0c0a715f90690a7dd4f33cb5b5c21960be26d3c:
> 
>   arm: socfpga: Fix SYSMGR_FPGAINTF_EMACx bit mask (2018-08-15 12:41:09
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180817/6350d3f6/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-08-17 10:08 Marek Vasut
  2018-08-17 13:56 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-08-17 10:08 UTC (permalink / raw)
  To: u-boot

The following changes since commit a032e0a6aed208977f48e78d2cc497b91543beaf:

  travis: give every job a name (2018-08-10 13:50:30 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to b0c0a715f90690a7dd4f33cb5b5c21960be26d3c:

  arm: socfpga: Fix SYSMGR_FPGAINTF_EMACx bit mask (2018-08-15 12:41:09
+0200)

----------------------------------------------------------------
Ley Foon Tan (1):
      arm: socfpga: Fix SYSMGR_FPGAINTF_EMACx bit mask

Marek Vasut (20):
      ARM: socfpga: Register the FPGA on A10 in SPL again
      ARM: dts: socfpga: Flag reset manager on A10 as pre-reloc
      ARM: dts: socfpga: Add missing UART resets
      ARM: dts: socfpga: Fix Arria10 GMAC resets
      ARM: dts: socfpga: Add missing I2C resets
      ARM: dts: socfpga: Add i2c alias to A10 SoCDK
      ARM: socfpga: Enable DM reset framework on A10
      ARM: socfpga: Enable DM I2C framework on A10
      ARM: socfpga: Zap all the UART handling complexity
      net: designware: socfpga: Add Arria10 extras
      ARM: socfpga: Zap unused reset code
      ARM: socfpga: Remove adhoc ethernet reset and configuration
      ARM: socfpga: Enable DM ethernet on A10
      ARM: socfpga: clk: Obtain handoff base clock via DM
      ARM: socfpga: clk: Make L4SP and MMC clock calculation Gen5 only
      ARM: socfpga: clk: Drop unused variables on Arria10
      ARM: dts: socfpga: Add u-boot,dm-pre-reloc to necessary clock nodes
      clk: socfpga: Add initial Arria10 clock driver
      mmc: socfpga: Add clock framework support
      ARM: socfpga: clk: Convert to clock framework

Simon Goldschmidt (5):
      arm: socfpga: fix SPL on gen5 after moving to DM serial
      arm: socfpga: spl_gen5: clean up malloc_base assignment
      arm: socfpga: cyclone5: handle debug uart
      arm: socfpga: fix device trees to work with DM serial
      arm: socfpga: gen5: combine some init code for SPL and U-Boot

 arch/arm/Kconfig                                           |   2 +-
 arch/arm/dts/socfpga_arria10.dtsi                          |  32
++++++++++--
 arch/arm/dts/socfpga_arria10_socdk.dtsi                    |  26 ++++++++++
 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts               |  17 ++++++
 arch/arm/dts/socfpga_arria5_socdk.dts                      |   5 ++
 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts                 |   5 ++
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts             |   5 ++
 arch/arm/dts/socfpga_cyclone5_de10_nano.dts                |   5 ++
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts                  |   5 ++
 arch/arm/dts/socfpga_cyclone5_is1.dts                      |   5 ++
 arch/arm/dts/socfpga_cyclone5_socdk.dts                    |   5 ++
 arch/arm/dts/socfpga_cyclone5_sockit.dts                   |   5 ++
 arch/arm/dts/socfpga_cyclone5_socrates.dts                 |   5 ++
 arch/arm/dts/socfpga_cyclone5_sr1500.dts                   |   2 +
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts              |   5 ++
 arch/arm/mach-socfpga/Kconfig                              |  10 ++++
 arch/arm/mach-socfpga/clock_manager.c                      |   2 +
 arch/arm/mach-socfpga/clock_manager_arria10.c              | 306
++++++++++++++++++++++++------------------------------------------------------------------------------------
 arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h |   6 ---
 arch/arm/mach-socfpga/include/mach/misc.h                  |   6 +--
 arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h |   4 --
 arch/arm/mach-socfpga/include/mach/system_manager_s10.h    |   6 +--
 arch/arm/mach-socfpga/misc_arria10.c                       | 176
--------------------------------------------------------------
 arch/arm/mach-socfpga/misc_gen5.c                          |  29
++++++-----
 arch/arm/mach-socfpga/reset_manager_arria10.c              | 135
------------------------------------------------
 arch/arm/mach-socfpga/spl_a10.c                            |   9 ++--
 arch/arm/mach-socfpga/spl_gen5.c                           |  44
+++++-----------
 configs/socfpga_arria10_defconfig                          |   2 +
 drivers/clk/Makefile                                       |   1 +
 drivers/clk/altera/Makefile                                |   7 +++
 drivers/clk/altera/clk-arria10.c                           | 363
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/socfpga_dw_mmc.c                               |  40
++++++++++----
 drivers/net/Kconfig                                        |   8 +++
 drivers/net/Makefile                                       |   1 +
 drivers/net/dwmac_socfpga.c                                | 143
+++++++++++++++++++++++++++++++++++++++++++++++++++
 35 files changed, 800 insertions(+), 627 deletions(-)
 create mode 100644 drivers/clk/altera/Makefile
 create mode 100644 drivers/clk/altera/clk-arria10.c
 create mode 100644 drivers/net/dwmac_socfpga.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-07-26  7:36 Marek Vasut
@ 2018-07-26 19:53 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-07-26 19:53 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 26, 2018 at 09:36:26AM +0200, Marek Vasut wrote:

> The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784:
> 
>   mtd: nand: add new enum for storing ECC algorithm (2018-07-23 14:33:21
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 64eeb1585428b71e29022e22d1aae86b65b9e052:
> 
>   ARM: dts: socfpga: Adjust NAND register layout on Arria10 (2018-07-25
> 00:13:32 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180726/e0997307/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-07-26  7:36 Marek Vasut
  2018-07-26 19:53 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-07-26  7:36 UTC (permalink / raw)
  To: u-boot

The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784:

  mtd: nand: add new enum for storing ECC algorithm (2018-07-23 14:33:21
-0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 64eeb1585428b71e29022e22d1aae86b65b9e052:

  ARM: dts: socfpga: Adjust NAND register layout on Arria10 (2018-07-25
00:13:32 +0200)

----------------------------------------------------------------
Ley Foon Tan (1):
      arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to
CONFIG_SPL_DM_RESET

Marek Vasut (3):
      ARM: socfpga: Assure correct CPACR configuration
      ARM: socfpga: Init missing security policies on A10
      ARM: dts: socfpga: Adjust NAND register layout on Arria10

 arch/arm/Kconfig                     |  2 +-
 arch/arm/dts/socfpga_arria10.dtsi    |  4 ++--
 arch/arm/mach-socfpga/board.c        |  4 +++-
 arch/arm/mach-socfpga/misc_arria10.c | 13 +++++++++++++
 4 files changed, 19 insertions(+), 4 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-07-13  9:04 Marek Vasut
@ 2018-07-14  1:10 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-07-14  1:10 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 13, 2018 at 11:04:36AM +0200, Marek Vasut wrote:

> The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11
> 21:55:20 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to aa529663368e97663d7ec16d6997cb69a2dd8afb:
> 
>   arm: socfpga: Fixes: include <debug_uart.h> (2018-07-12 16:03:35 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180713/793de3c2/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-07-13  9:04 Marek Vasut
  2018-07-14  1:10 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-07-13  9:04 UTC (permalink / raw)
  To: u-boot

The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11
21:55:20 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to aa529663368e97663d7ec16d6997cb69a2dd8afb:

  arm: socfpga: Fixes: include <debug_uart.h> (2018-07-12 16:03:35 +0200)

----------------------------------------------------------------
Ley Foon Tan (16):
      spi: cadence_qspi: Fix compilation warning
      spi: cadence_qspi: Fix warning cast from pointer to integer of
different size
      arm: socfpga: misc: Move bridge command to misc common
      arm: socfpga: stratix10: Add misc support for Stratix10 SoC
      arm: socfpga: stratix10: Add mailbox support for Stratix10 SoC
      arm: socfpga: stratix10: Add MMU support for Stratix10 SoC
      arm: socfpga: Restructure the SPL file
      arm: socfpga: stratix10: Add SPL driver for Stratix10 SoC
      arm: socfpga: stratix10: Add timer support for Stratix10 SoC
      ddr: altera: stratix10: Add DDR support for Stratix10 SoC
      board: altera: stratix10: Add socdk board support for Stratix10 SoC
      arm: socfpga: stratix10: Enable Stratix10 SoC build
      arm: socfpga: Add do_bridge_reset for Arria 10
      arm: dts: socfpga: stratix10: Fix memory node
      arm: socfpga: Fix: Compile MCR instruction on ARM 32-bit only
      arm: socfpga: Fixes: include <debug_uart.h>

Marek Vasut (5):
      ddr: altera: Drop custom dram_bank_mmu_setup() on Arria10
      ddr: altera: Add ECC DRAM scrubbing support for Arria10
      ARM: socfpga: Pull DRAM size from DT
      ARM: socfpga: Make DRAM node available in SPL
      ARM: socfpga: Assure correct ACTLR configuration

 arch/arm/Kconfig                                  |  10 ++--
 arch/arm/dts/socfpga_arria10_socdk.dtsi           |   1 +
 arch/arm/dts/socfpga_stratix10_socdk.dts          |   4 +-
 arch/arm/mach-socfpga/Kconfig                     |  13 +++++
 arch/arm/mach-socfpga/Makefile                    |  16 +++++-
 arch/arm/mach-socfpga/board.c                     |  15 +++++-
 arch/arm/mach-socfpga/include/mach/firewall_s10.h | 120
+++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h  | 144
+++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/misc.h         |   2 +
 arch/arm/mach-socfpga/include/mach/sdram_s10.h    | 183
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/mailbox_s10.c               | 380
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                      |  35 ++++++++++++-
 arch/arm/mach-socfpga/misc_arria10.c              |   9 ++++
 arch/arm/mach-socfpga/misc_gen5.c                 |  26 ++--------
 arch/arm/mach-socfpga/misc_s10.c                  | 133
+++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/mmu-arm64_s10.c             |  71
+++++++++++++++++++++++++
 arch/arm/mach-socfpga/spl_a10.c                   | 105
+++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/{spl.c => spl_gen5.c}       |  62
++++------------------
 arch/arm/mach-socfpga/spl_s10.c                   | 200
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/timer_s10.c                 |  26 ++++++++++
 board/altera/stratix10-socdk/MAINTAINERS          |   7 +++
 board/altera/stratix10-socdk/Makefile             |   7 +++
 board/altera/stratix10-socdk/socfpga.c            |   7 +++
 configs/socfpga_stratix10_defconfig               |  56
++++++++++++++++++++
 drivers/ddr/altera/Makefile                       |   1 +
 drivers/ddr/altera/sdram_arria10.c                |  52 ++++++++++---------
 drivers/ddr/altera/sdram_s10.c                    | 388
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/cadence_qspi.c                        |   2 +-
 drivers/spi/cadence_qspi_apb.c                    |   4 +-
 include/configs/socfpga_stratix10_socdk.h         | 222
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 30 files changed, 2189 insertions(+), 112 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/firewall_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/mailbox_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/sdram_s10.h
 create mode 100644 arch/arm/mach-socfpga/mailbox_s10.c
 create mode 100644 arch/arm/mach-socfpga/misc_s10.c
 create mode 100644 arch/arm/mach-socfpga/mmu-arm64_s10.c
 create mode 100644 arch/arm/mach-socfpga/spl_a10.c
 rename arch/arm/mach-socfpga/{spl.c => spl_gen5.c} (81%)
 create mode 100644 arch/arm/mach-socfpga/spl_s10.c
 create mode 100644 arch/arm/mach-socfpga/timer_s10.c
 create mode 100644 board/altera/stratix10-socdk/MAINTAINERS
 create mode 100644 board/altera/stratix10-socdk/Makefile
 create mode 100644 board/altera/stratix10-socdk/socfpga.c
 create mode 100644 configs/socfpga_stratix10_defconfig
 create mode 100644 drivers/ddr/altera/sdram_s10.c
 create mode 100644 include/configs/socfpga_stratix10_socdk.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-06-01  8:03         ` Ley Foon Tan
@ 2018-06-01  8:08           ` Marek Vasut
  0 siblings, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2018-06-01  8:08 UTC (permalink / raw)
  To: u-boot

On 06/01/2018 10:03 AM, Ley Foon Tan wrote:
> On Fri, Jun 1, 2018 at 3:49 PM, Marek Vasut <marex@denx.de> wrote:
>> On 06/01/2018 09:30 AM, Ley Foon Tan wrote:
>>> On Fri, Jun 1, 2018 at 2:31 PM, Marek Vasut <marex@denx.de> wrote:
>>>> On 06/01/2018 02:23 AM, Tom Rini wrote:
>>>>> On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:
>>>>>
>>>>>> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
>>>>>>
>>>>>>   add FIT data-position & data-offset property support (2018-05-26
>>>>>> 18:19:19 -0400)
>>>>>>
>>>>>> are available in the Git repository at:
>>>>>>
>>>>>>   git://git.denx.de/u-boot-socfpga.git master
>>>>>>
>>>>>> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
>>>>>>
>>>>>>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
>>>>>> 18:34:39 +0200)
>>>>>>
>>>>>
>>>>> NAK.  This adds warnings (which are errors in travis):
>>>>> https://travis-ci.org/trini/u-boot/jobs/386306955#L866
>>>>
>>>> Ley, can you send me a fix ?
>>>>
>>> Do you mean this one?
>>>
>>> +arch/arm/mach-socfpga/built-in.o: In function `do_bridge':
>>> +arch/arm/mach-socfpga/misc.c:221: undefined reference to `do_bridge_reset'
>>> +make[1]: *** [u-boot] Error 1
>>
>> There's that and the cadence qspi error, yes.
>>
> Okay, I will send in patch for do_bridge. For QSPI warning, here are
> the patches, can you merge them too?
> 
> https://patchwork.ozlabs.org/patch/909628/
> https://patchwork.ozlabs.org/patch/909629/
> https://patchwork.ozlabs.org/patch/909630/

I have some comments on those, so bridge patch is enough. The CQSPI
patches should go through u-boot-spi anyway.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-06-01  7:49       ` Marek Vasut
@ 2018-06-01  8:03         ` Ley Foon Tan
  2018-06-01  8:08           ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Ley Foon Tan @ 2018-06-01  8:03 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 1, 2018 at 3:49 PM, Marek Vasut <marex@denx.de> wrote:
> On 06/01/2018 09:30 AM, Ley Foon Tan wrote:
>> On Fri, Jun 1, 2018 at 2:31 PM, Marek Vasut <marex@denx.de> wrote:
>>> On 06/01/2018 02:23 AM, Tom Rini wrote:
>>>> On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:
>>>>
>>>>> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
>>>>>
>>>>>   add FIT data-position & data-offset property support (2018-05-26
>>>>> 18:19:19 -0400)
>>>>>
>>>>> are available in the Git repository at:
>>>>>
>>>>>   git://git.denx.de/u-boot-socfpga.git master
>>>>>
>>>>> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
>>>>>
>>>>>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
>>>>> 18:34:39 +0200)
>>>>>
>>>>
>>>> NAK.  This adds warnings (which are errors in travis):
>>>> https://travis-ci.org/trini/u-boot/jobs/386306955#L866
>>>
>>> Ley, can you send me a fix ?
>>>
>> Do you mean this one?
>>
>> +arch/arm/mach-socfpga/built-in.o: In function `do_bridge':
>> +arch/arm/mach-socfpga/misc.c:221: undefined reference to `do_bridge_reset'
>> +make[1]: *** [u-boot] Error 1
>
> There's that and the cadence qspi error, yes.
>
Okay, I will send in patch for do_bridge. For QSPI warning, here are
the patches, can you merge them too?

https://patchwork.ozlabs.org/patch/909628/
https://patchwork.ozlabs.org/patch/909629/
https://patchwork.ozlabs.org/patch/909630/

Regards
Ley Foon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-06-01  7:30     ` Ley Foon Tan
@ 2018-06-01  7:49       ` Marek Vasut
  2018-06-01  8:03         ` Ley Foon Tan
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-06-01  7:49 UTC (permalink / raw)
  To: u-boot

On 06/01/2018 09:30 AM, Ley Foon Tan wrote:
> On Fri, Jun 1, 2018 at 2:31 PM, Marek Vasut <marex@denx.de> wrote:
>> On 06/01/2018 02:23 AM, Tom Rini wrote:
>>> On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:
>>>
>>>> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
>>>>
>>>>   add FIT data-position & data-offset property support (2018-05-26
>>>> 18:19:19 -0400)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>   git://git.denx.de/u-boot-socfpga.git master
>>>>
>>>> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
>>>>
>>>>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
>>>> 18:34:39 +0200)
>>>>
>>>
>>> NAK.  This adds warnings (which are errors in travis):
>>> https://travis-ci.org/trini/u-boot/jobs/386306955#L866
>>
>> Ley, can you send me a fix ?
>>
> Do you mean this one?
> 
> +arch/arm/mach-socfpga/built-in.o: In function `do_bridge':
> +arch/arm/mach-socfpga/misc.c:221: undefined reference to `do_bridge_reset'
> +make[1]: *** [u-boot] Error 1

There's that and the cadence qspi error, yes.

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-06-01  6:31   ` Marek Vasut
@ 2018-06-01  7:30     ` Ley Foon Tan
  2018-06-01  7:49       ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Ley Foon Tan @ 2018-06-01  7:30 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 1, 2018 at 2:31 PM, Marek Vasut <marex@denx.de> wrote:
> On 06/01/2018 02:23 AM, Tom Rini wrote:
>> On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:
>>
>>> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
>>>
>>>   add FIT data-position & data-offset property support (2018-05-26
>>> 18:19:19 -0400)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.denx.de/u-boot-socfpga.git master
>>>
>>> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
>>>
>>>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
>>> 18:34:39 +0200)
>>>
>>
>> NAK.  This adds warnings (which are errors in travis):
>> https://travis-ci.org/trini/u-boot/jobs/386306955#L866
>
> Ley, can you send me a fix ?
>
Do you mean this one?

+arch/arm/mach-socfpga/built-in.o: In function `do_bridge':
+arch/arm/mach-socfpga/misc.c:221: undefined reference to `do_bridge_reset'
+make[1]: *** [u-boot] Error 1

Regards
Ley Foon

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-06-01  0:23 ` Tom Rini
@ 2018-06-01  6:31   ` Marek Vasut
  2018-06-01  7:30     ` Ley Foon Tan
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-06-01  6:31 UTC (permalink / raw)
  To: u-boot

On 06/01/2018 02:23 AM, Tom Rini wrote:
> On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:
> 
>> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
>>
>>   add FIT data-position & data-offset property support (2018-05-26
>> 18:19:19 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://git.denx.de/u-boot-socfpga.git master
>>
>> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
>>
>>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
>> 18:34:39 +0200)
>>
> 
> NAK.  This adds warnings (which are errors in travis):
> https://travis-ci.org/trini/u-boot/jobs/386306955#L866

Ley, can you send me a fix ?

-- 
Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-05-31 18:06 Marek Vasut
@ 2018-06-01  0:23 ` Tom Rini
  2018-06-01  6:31   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2018-06-01  0:23 UTC (permalink / raw)
  To: u-boot

On Thu, May 31, 2018 at 08:06:50PM +0200, Marek Vasut wrote:

> The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:
> 
>   add FIT data-position & data-offset property support (2018-05-26
> 18:19:19 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:
> 
>   arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
> 18:34:39 +0200)
> 

NAK.  This adds warnings (which are errors in travis):
https://travis-ci.org/trini/u-boot/jobs/386306955#L866

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180531/9a0354c1/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-05-31 18:06 Marek Vasut
  2018-06-01  0:23 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-05-31 18:06 UTC (permalink / raw)
  To: u-boot

The following changes since commit c3c863880479edeb5b08226e622d13c91326e4a7:

  add FIT data-position & data-offset property support (2018-05-26
18:19:19 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a0029aea787286c72ca2411475f95519bf9a7f34:

  arm: socfpga: stratix10: Enable Stratix10 SoC build (2018-05-29
18:34:39 +0200)

----------------------------------------------------------------
Ley Foon Tan (10):
      arm: socfpga: misc: Move bridge command to misc common
      arm: socfpga: stratix10: Add misc support for Stratix10 SoC
      arm: socfpga: stratix10: Add mailbox support for Stratix10 SoC
      arm: socfpga: stratix10: Add MMU support for Stratix10 SoC
      arm: socfpga: Restructure the SPL file
      arm: socfpga: stratix10: Add SPL driver for Stratix10 SoC
      arm: socfpga: stratix10: Add timer support for Stratix10 SoC
      ddr: altera: stratix10: Add DDR support for Stratix10 SoC
      board: altera: stratix10: Add socdk board support for Stratix10 SoC
      arm: socfpga: stratix10: Enable Stratix10 SoC build

 arch/arm/Kconfig                                  |  10 ++--
 arch/arm/mach-socfpga/Kconfig                     |  13 +++++
 arch/arm/mach-socfpga/Makefile                    |  16 +++++-
 arch/arm/mach-socfpga/include/mach/firewall_s10.h | 120
+++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h  | 144
+++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/misc.h         |   2 +
 arch/arm/mach-socfpga/include/mach/sdram_s10.h    | 183
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/mailbox_s10.c               | 380
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                      |  31 +++++++++++
 arch/arm/mach-socfpga/misc_gen5.c                 |  26 ++--------
 arch/arm/mach-socfpga/misc_s10.c                  | 133
+++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/mmu-arm64_s10.c             |  71
+++++++++++++++++++++++++
 arch/arm/mach-socfpga/spl_a10.c                   | 105
+++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/{spl.c => spl_gen5.c}       |  62
++++------------------
 arch/arm/mach-socfpga/spl_s10.c                   | 199
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/timer_s10.c                 |  26 ++++++++++
 board/altera/stratix10-socdk/MAINTAINERS          |   7 +++
 board/altera/stratix10-socdk/Makefile             |   7 +++
 board/altera/stratix10-socdk/socfpga.c            |   7 +++
 configs/socfpga_stratix10_defconfig               |  56
++++++++++++++++++++
 drivers/ddr/altera/Makefile                       |   1 +
 drivers/ddr/altera/sdram_s10.c                    | 388
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/socfpga_stratix10_socdk.h         | 222
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 23 files changed, 2129 insertions(+), 80 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/firewall_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/mailbox_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/sdram_s10.h
 create mode 100644 arch/arm/mach-socfpga/mailbox_s10.c
 create mode 100644 arch/arm/mach-socfpga/misc_s10.c
 create mode 100644 arch/arm/mach-socfpga/mmu-arm64_s10.c
 create mode 100644 arch/arm/mach-socfpga/spl_a10.c
 rename arch/arm/mach-socfpga/{spl.c => spl_gen5.c} (81%)
 create mode 100644 arch/arm/mach-socfpga/spl_s10.c
 create mode 100644 arch/arm/mach-socfpga/timer_s10.c
 create mode 100644 board/altera/stratix10-socdk/MAINTAINERS
 create mode 100644 board/altera/stratix10-socdk/Makefile
 create mode 100644 board/altera/stratix10-socdk/socfpga.c
 create mode 100644 configs/socfpga_stratix10_defconfig
 create mode 100644 drivers/ddr/altera/sdram_s10.c
 create mode 100644 include/configs/socfpga_stratix10_socdk.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-05-20 10:05 Marek Vasut
@ 2018-05-21  1:59 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-05-21  1:59 UTC (permalink / raw)
  To: u-boot

On Sun, May 20, 2018 at 12:05:32PM +0200, Marek Vasut wrote:

> The following changes since commit 233719cc40b5a00f37949d4173c190edcb4491a1:
> 
>   Merge git://www.denx.de/git/u-boot-marvell (2018-05-17 12:38:30 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 00f7ae6138ad8b9d859a70d022161297b1bb8049:
> 
>   arm: dts: socfpga: stratix10: update dtsi and dts (2018-05-18 10:30:48
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180520/2a4c6a51/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-05-20 10:05 Marek Vasut
  2018-05-21  1:59 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-05-20 10:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit 233719cc40b5a00f37949d4173c190edcb4491a1:

  Merge git://www.denx.de/git/u-boot-marvell (2018-05-17 12:38:30 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 00f7ae6138ad8b9d859a70d022161297b1bb8049:

  arm: dts: socfpga: stratix10: update dtsi and dts (2018-05-18 10:30:48
+0200)

----------------------------------------------------------------
Ben Kalo (1):
      ARM: socfpga: Fix Documentation errors in scu_registers

Ley Foon Tan (6):
      arm: socfpga: stratix10: Add watchdog and firewall base addresses
      arm: socfpga: stratix10: Add clock manager driver for Stratix10 SoC
      arm: socfpga: stratix10: Add reset manager driver for Stratix10 SoC
      arm: socfpga: stratix10: Add pinmux support for Stratix10 SoC
      arm: socfpga: misc: Add CONFIG_SYS_L2_PL310 switch
      arm: dts: socfpga: stratix10: update dtsi and dts

Marek Vasut (10):
      fdt: Add another Altera Arria10 clock init compatible
      ARM: socfpga: Put stack at the end of SRAM
      ARM: socfpga: Zap CONFIG_SOCFPGA_VIRTUAL_TARGET
      ARM: socfpga: Clean up Kconfig entries
      ARM: socfpga: Convert to DM serial
      ARM: socfpga: Sync A10 clock manager binding parser
      ARM: socfpga: Sort the DT Makefile
      ARM: socfpga: Synchronize Arria10 DTs
      ARM: socfpga: Synchronize Arria10 SoCDK SDMMC handoff
      ARM: socfpga: Repair A10 EMAC reset handling

Tien Fong Chee (7):
      ARM: socfpga: Rename the gen5 sdram driver to more specific name
      ARM: socfpga: Add DRAM bank size initialization function


      ARM: socfpga: Add DDR driver for Arria 10


      configs: Add DDR Kconfig support for Arria 10


      ARM: socfpga: Enable SPL memory allocation


      ARM: socfpga: Adding clock frequency info for U-Boot


      ARM: socfpga: Adding SoCFPGA info for both SPL and U-Boot





 arch/arm/Kconfig                                           |  23 +++-


 arch/arm/dts/Makefile                                      |   8 +-


 arch/arm/dts/socfpga.dtsi                                  |   2 +


 arch/arm/dts/socfpga_arria10.dtsi                          | 594
+++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------

 arch/arm/dts/socfpga_arria10_socdk.dtsi                    | 167
+++++++++++++++++++++++++++++

 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts               |  44
++++----

 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi      | 734
++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------

 arch/arm/dts/socfpga_stratix10.dtsi                        |  22 +++-


 arch/arm/dts/socfpga_stratix10_socdk.dts                   |   3 +
 arch/arm/mach-socfpga/Kconfig                              |  31 +-----
 arch/arm/mach-socfpga/Makefile                             |   7 ++
 arch/arm/mach-socfpga/board.c                              |  18 ++++
 arch/arm/mach-socfpga/clock_manager.c                      |   4 +-
 arch/arm/mach-socfpga/clock_manager_arria10.c              | 158
+++++++++++++++++++---------
 arch/arm/mach-socfpga/clock_manager_s10.c                  | 380
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/base_addr_s10.h         |  11 ++
 arch/arm/mach-socfpga/include/mach/clock_manager.h         |   2 +
 arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h |   2 +-
 arch/arm/mach-socfpga/include/mach/clock_manager_s10.h     | 210
++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/handoff_s10.h           |  34 ++++++
 arch/arm/mach-socfpga/include/mach/reset_manager.h         |   8 +-
 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h     | 116
++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/scu.h                   |   4 +-
 arch/arm/mach-socfpga/include/mach/sdram.h                 | 434
+--------------------------------------------------------------------------
 arch/arm/mach-socfpga/include/mach/sdram_arria10.h         |   2 +
 arch/arm/mach-socfpga/include/mach/sdram_gen5.h            | 442
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/system_manager.h        |   5 +-
 arch/arm/mach-socfpga/include/mach/system_manager_s10.h    | 176
+++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                               |  69
++++++++++++
 arch/arm/mach-socfpga/misc_arria10.c                       |  24 +++--
 arch/arm/mach-socfpga/misc_gen5.c                          |  71
+------------
 arch/arm/mach-socfpga/reset_manager.c                      |  13 +++
 arch/arm/mach-socfpga/reset_manager_arria10.c              |   8 --
 arch/arm/mach-socfpga/reset_manager_gen5.c                 |   9 --
 arch/arm/mach-socfpga/reset_manager_s10.c                  | 140
++++++++++++++++++++++++
 arch/arm/mach-socfpga/spl.c                                |  11 +-
 arch/arm/mach-socfpga/system_manager_s10.c                 |  91
++++++++++++++++
 arch/arm/mach-socfpga/wrap_pinmux_config_s10.c             |  56 ++++++++++
 arch/arm/mach-socfpga/wrap_pll_config_s10.c                |  59
+++++++++++
 drivers/ddr/altera/Kconfig                                 |   2 +-
 drivers/ddr/altera/Makefile                                |   3 +-
 drivers/ddr/altera/sdram_arria10.c                         | 741
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ddr/altera/{sdram.c => sdram_gen5.c}               |   0
 include/configs/socfpga_common.h                           |  46 ++++----
 include/fdtdec.h                                           |   1 +
 lib/fdtdec.c                                               |   1 +
 scripts/config_whitelist.txt                               |   1 -
 47 files changed, 3579 insertions(+), 1408 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria10_socdk.dtsi
 create mode 100644 arch/arm/mach-socfpga/clock_manager_s10.c
 create mode 100644 arch/arm/mach-socfpga/include/mach/clock_manager_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/handoff_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/reset_manager_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/sdram_gen5.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/system_manager_s10.h
 create mode 100644 arch/arm/mach-socfpga/reset_manager_s10.c
 create mode 100644 arch/arm/mach-socfpga/system_manager_s10.c
 create mode 100644 arch/arm/mach-socfpga/wrap_pinmux_config_s10.c
 create mode 100644 arch/arm/mach-socfpga/wrap_pll_config_s10.c
 create mode 100644 drivers/ddr/altera/sdram_arria10.c
 rename drivers/ddr/altera/{sdram.c => sdram_gen5.c} (100%)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-05-11  2:20 Marek Vasut
@ 2018-05-11 11:09 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-05-11 11:09 UTC (permalink / raw)
  To: u-boot

On Fri, May 11, 2018 at 04:20:20AM +0200, Marek Vasut wrote:

> The following changes since commit 6417572efa9107674ec106ae7e388178a92155fc:
> 
>   lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
> (2018-05-08 09:07:41 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 792557d1110e13f82ee66dab57c5dca2102744da:
> 
>   spl: socfpga: Generate Arria10 SFP header V1 (2018-05-08 21:08:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180511/8ce7cf99/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-05-11  2:20 Marek Vasut
  2018-05-11 11:09 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-05-11  2:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6417572efa9107674ec106ae7e388178a92155fc:

  lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
(2018-05-08 09:07:41 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 792557d1110e13f82ee66dab57c5dca2102744da:

  spl: socfpga: Generate Arria10 SFP header V1 (2018-05-08 21:08:42 +0200)

----------------------------------------------------------------
Marek Vasut (5):
      ARM: socfpga: Add boot trampoline for Arria10
      image: socfpga: Add SFP image version 1 definition
      tools: socfpga: Stop using global struct socfpga_image
      tools: socfpga: Add SFP image V1 support
      spl: socfpga: Generate Arria10 SFP header V1

 arch/arm/mach-socfpga/include/mach/boot0.h |   4 +-
 common/image.c                             |   3 +-
 include/image.h                            |   3 +-
 scripts/Makefile.spl                       |   4 ++
 tools/socfpgaimage.c                       | 295
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
 5 files changed, 229 insertions(+), 80 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-04-26 23:11 Marek Vasut
@ 2018-04-27 11:20 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-04-27 11:20 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 27, 2018 at 01:11:43AM +0200, Marek Vasut wrote:

> The following changes since commit d2a1f120cf638fd8a149bc8a46aec961c2fb9406:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2018-04-26 07:21:41 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 4ae87a83a64dbd71a14894114481dd92ffed4fdb:
> 
>   arm: socfpga: Fix with the correct polling on bit is set (2018-04-27
> 01:04:08 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180427/3d149f6e/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-04-26 23:11 Marek Vasut
  2018-04-27 11:20 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-04-26 23:11 UTC (permalink / raw)
  To: u-boot

The following changes since commit d2a1f120cf638fd8a149bc8a46aec961c2fb9406:

  Merge git://git.denx.de/u-boot-rockchip (2018-04-26 07:21:41 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 4ae87a83a64dbd71a14894114481dd92ffed4fdb:

  arm: socfpga: Fix with the correct polling on bit is set (2018-04-27
01:04:08 +0200)

----------------------------------------------------------------
Tien Fong Chee (1):
      arm: socfpga: Fix with the correct polling on bit is set

 drivers/fpga/socfpga_arria10.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-04-17 18:26 Marek Vasut
@ 2018-04-18 20:24 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-04-18 20:24 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 17, 2018 at 08:26:50PM +0200, Marek Vasut wrote:

> The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:
> 
>   Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f369e1564cf4f81654b8a806fdc325b62b6627dc:
> 
>   configs: socfpga: disable EFI and ISO partition types (2018-04-17
> 11:39:50 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180418/3e1293af/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-04-17 18:26 Marek Vasut
  2018-04-18 20:24 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-04-17 18:26 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e:

  Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f369e1564cf4f81654b8a806fdc325b62b6627dc:

  configs: socfpga: disable EFI and ISO partition types (2018-04-17
11:39:50 +0200)

----------------------------------------------------------------
Chin Liang See (1):
      arm: socfpga: stratix10: Add base address map for Statix10 SoC

Dinh Nguyen (9):
      ARM64: stratix10: add reset manager includes
      ARM: dts: stratix10: Add base dtsi and devkit dts
      reset: socfpga: add reset driver for SoCFPGA platform
      configs: socfpga: convert i2c to dm
      arm: dts: socfpga: enables i2c0 in socfpga_de0_nano
      arm: dts: socfpga: add reset property
      i2c: designware: add reset ctrl to driver
      configs: socfpga: add DM_RESET
      configs: socfpga: disable EFI and ISO partition types

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/socfpga.dtsi                          |  12 +++++
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts     |  12 +++++
 arch/arm/dts/socfpga_stratix10.dtsi                | 381
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/socfpga_stratix10_socdk.dts           |  92
+++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/base_addr_s10.h |  33 ++++++++++++
 configs/socfpga_arria10_defconfig                  |   2 +
 configs/socfpga_arria5_defconfig                   |   4 ++
 configs/socfpga_cyclone5_defconfig                 |   4 ++
 configs/socfpga_dbm_soc1_defconfig                 |   4 ++
 configs/socfpga_de0_nano_soc_defconfig             |   4 ++
 configs/socfpga_de10_nano_defconfig                |   4 ++
 configs/socfpga_de1_soc_defconfig                  |   4 ++
 configs/socfpga_is1_defconfig                      |   4 ++
 configs/socfpga_mcvevk_defconfig                   |   4 ++
 configs/socfpga_sockit_defconfig                   |   4 ++
 configs/socfpga_socrates_defconfig                 |   4 ++
 configs/socfpga_sr1500_defconfig                   |   4 ++
 configs/socfpga_vining_fpga_defconfig              |   3 ++
 drivers/i2c/designware_i2c.c                       |  10 ++++
 drivers/reset/Kconfig                              |   7 +++
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-socfpga.c                      | 105
++++++++++++++++++++++++++++++++++++++
 include/configs/socfpga_common.h                   |   2 +
 include/dt-bindings/reset/altr,rst-mgr-s10.h       |  97
+++++++++++++++++++++++++++++++++++
 25 files changed, 802 insertions(+)
 create mode 100644 arch/arm/dts/socfpga_stratix10.dtsi
 create mode 100644 arch/arm/dts/socfpga_stratix10_socdk.dts
 create mode 100644 arch/arm/mach-socfpga/include/mach/base_addr_s10.h
 create mode 100644 drivers/reset/reset-socfpga.c
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr-s10.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-03-01 17:35 Marek Vasut
@ 2018-03-02  2:32 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-03-02  2:32 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 01, 2018 at 06:35:03PM +0100, Marek Vasut wrote:

> The following changes since commit 85447f785ce8c0ab8e40850dc457a1fc833d224f:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2018-02-25 15:39:10 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 92afd7ecf9ffc11971f5a68a5b329927d73586bc:
> 
>   arm: socfpga: cyclone5: Enable Macronix flash support (2018-02-27
> 20:45:45 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180301/fb873281/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-03-01 17:35 Marek Vasut
  2018-03-02  2:32 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-03-01 17:35 UTC (permalink / raw)
  To: u-boot

The following changes since commit 85447f785ce8c0ab8e40850dc457a1fc833d224f:

  Merge git://git.denx.de/u-boot-rockchip (2018-02-25 15:39:10 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 92afd7ecf9ffc11971f5a68a5b329927d73586bc:

  arm: socfpga: cyclone5: Enable Macronix flash support (2018-02-27
20:45:45 +0100)

----------------------------------------------------------------
Chin Liang See (1):
      arm: socfpga: cyclone5: Enable Macronix flash support

Marek Vasut (1):
      ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board

 arch/arm/dts/Makefile                        |   1 +
 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts   |  59 +++++++++++++
 arch/arm/mach-socfpga/Kconfig                |   7 ++
 board/devboards/dbm-soc1/MAINTAINERS         |   4 +
 board/devboards/dbm-soc1/Makefile            |   7 ++
 board/devboards/dbm-soc1/qts/iocsr_config.h  | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/devboards/dbm-soc1/qts/pinmux_config.h | 219
+++++++++++++++++++++++++++++++++++++++++++++++
 board/devboards/dbm-soc1/qts/pll_config.h    |  85 +++++++++++++++++++
 board/devboards/dbm-soc1/qts/sdram_config.h  | 344
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/devboards/dbm-soc1/socfpga.c           |   6 ++
 configs/socfpga_cyclone5_defconfig           |   1 +
 configs/socfpga_dbm_soc1_defconfig           |  63 ++++++++++++++
 configs/socfpga_sockit_defconfig             |   1 +
 configs/socfpga_socrates_defconfig           |   1 +
 include/configs/socfpga_dbm_soc1.h           |  96 +++++++++++++++++++++
 15 files changed, 1554 insertions(+)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts
 create mode 100644 board/devboards/dbm-soc1/MAINTAINERS
 create mode 100644 board/devboards/dbm-soc1/Makefile
 create mode 100644 board/devboards/dbm-soc1/qts/iocsr_config.h
 create mode 100644 board/devboards/dbm-soc1/qts/pinmux_config.h
 create mode 100644 board/devboards/dbm-soc1/qts/pll_config.h
 create mode 100644 board/devboards/dbm-soc1/qts/sdram_config.h
 create mode 100644 board/devboards/dbm-soc1/socfpga.c
 create mode 100644 configs/socfpga_dbm_soc1_defconfig
 create mode 100644 include/configs/socfpga_dbm_soc1.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-02-16 15:59 Marek Vasut
@ 2018-02-17 20:52 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-02-17 20:52 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 16, 2018 at 04:59:36PM +0100, Marek Vasut wrote:

> The following changes since commit 0c502b6c176281a096a23803e517b19e964485f1:
> 
>   configs: Resync with savedefconfig (2018-02-14 21:34:50 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to fef4a545b696daf7f27f176aae82fd47b1174aba:
> 
>   arm: socfpga: use imply instead of select where applicable (2018-02-15
> 13:45:16 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180217/b66a196a/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-02-16 15:59 Marek Vasut
  2018-02-17 20:52 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-02-16 15:59 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0c502b6c176281a096a23803e517b19e964485f1:

  configs: Resync with savedefconfig (2018-02-14 21:34:50 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to fef4a545b696daf7f27f176aae82fd47b1174aba:

  arm: socfpga: use imply instead of select where applicable (2018-02-15
13:45:16 +0100)

----------------------------------------------------------------
Lukasz Majewski (1):
      Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA

Simon Goldschmidt (2):
      arm: socfpga: fix qspi flash compatible (add "spi-flash")
      arm: socfpga: use imply instead of select where applicable

 arch/arm/Kconfig                           | 7 ++++---
 arch/arm/dts/socfpga_arria5_socdk.dts      | 2 +-
 arch/arm/dts/socfpga_cyclone5_is1.dts      | 2 +-
 arch/arm/dts/socfpga_cyclone5_socdk.dts    | 2 +-
 arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 +-
 include/configs/socfpga_arria10_socdk.h    | 2 --
 include/configs/socfpga_arria5_socdk.h     | 2 --
 include/configs/socfpga_cyclone5_socdk.h   | 2 --
 include/configs/socfpga_de0_nano_soc.h     | 2 --
 include/configs/socfpga_de10_nano.h        | 2 --
 include/configs/socfpga_de1_soc.h          | 2 --
 include/configs/socfpga_is1.h              | 2 --
 include/configs/socfpga_mcvevk.h           | 2 --
 include/configs/socfpga_sockit.h           | 2 --
 include/configs/socfpga_socrates.h         | 2 --
 include/configs/socfpga_sr1500.h           | 2 --
 include/configs/socfpga_vining_fpga.h      | 2 --
 17 files changed, 8 insertions(+), 31 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-01-27 19:37 Marek Vasut
@ 2018-01-28  2:54 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-01-28  2:54 UTC (permalink / raw)
  To: u-boot

On Sat, Jan 27, 2018 at 08:37:48PM +0100, Marek Vasut wrote:

> The following changes since commit fb4413295c765aa8c013650984dc2d908964c81d:
> 
>   Merge git://git.denx.de/u-boot-mmc (2018-01-24 11:28:44 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 92962b3caf17f5e64075601a466b3ac00dbd0a88:
> 
>   ddr: altera: silence PHY calibration unless in debug mode (2018-01-25
> 09:59:37 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180127/b599c9b9/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-01-27 19:37 Marek Vasut
  2018-01-28  2:54 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-01-27 19:37 UTC (permalink / raw)
  To: u-boot

The following changes since commit fb4413295c765aa8c013650984dc2d908964c81d:

  Merge git://git.denx.de/u-boot-mmc (2018-01-24 11:28:44 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 92962b3caf17f5e64075601a466b3ac00dbd0a88:

  ddr: altera: silence PHY calibration unless in debug mode (2018-01-25
09:59:37 +0100)

----------------------------------------------------------------
Goldschmidt Simon (1):
      ddr: altera: silence PHY calibration unless in debug mode

Simon Goldschmidt (1):
      arm: socfpga: allow configs without network support

 configs/socfpga_arria10_defconfig      |  1 +
 configs/socfpga_arria5_defconfig       |  1 +
 configs/socfpga_cyclone5_defconfig     |  1 +
 configs/socfpga_de0_nano_soc_defconfig |  1 +
 configs/socfpga_de10_nano_defconfig    |  1 +
 configs/socfpga_de1_soc_defconfig      |  1 +
 configs/socfpga_is1_defconfig          |  1 +
 configs/socfpga_mcvevk_defconfig       |  1 +
 configs/socfpga_sockit_defconfig       |  1 +
 configs/socfpga_socrates_defconfig     |  1 +
 configs/socfpga_sr1500_defconfig       |  1 +
 configs/socfpga_vining_fpga_defconfig  |  1 +
 drivers/ddr/altera/sequencer.c         |  8 ++++----
 include/configs/socfpga_common.h       | 11 +++++++----
 14 files changed, 23 insertions(+), 8 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2018-01-11  1:58 Marek Vasut
@ 2018-01-11 18:42 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2018-01-11 18:42 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 11, 2018 at 02:58:32AM +0100, Marek Vasut wrote:

> The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
> 
>   Prepare v2018.01 (2018-01-08 20:25:29 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to b4b9814f1c737d175213b85c5bf1cab0806e2a73:
> 
>   arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests (2018-01-09
> 12:38:55 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180111/a3b95ae6/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2018-01-11  1:58 Marek Vasut
  2018-01-11 18:42 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2018-01-11  1:58 UTC (permalink / raw)
  To: u-boot

The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to b4b9814f1c737d175213b85c5bf1cab0806e2a73:

  arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests (2018-01-09
12:38:55 +0100)

----------------------------------------------------------------
Andrey Zhizhikin (1):
      ARM: socfpga: Enable part command for socfpga platform

Tom Rini (1):
      arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests

 arch/arm/mach-socfpga/clock_manager.c  |  4 +++-
 arch/arm/mach-socfpga/misc_gen5.c      | 13 ++++++++-----
 configs/socfpga_arria10_defconfig      |  1 +
 configs/socfpga_arria5_defconfig       |  1 +
 configs/socfpga_cyclone5_defconfig     |  1 +
 configs/socfpga_de0_nano_soc_defconfig |  1 +
 configs/socfpga_de10_nano_defconfig    |  1 +
 configs/socfpga_de1_soc_defconfig      |  1 +
 configs/socfpga_is1_defconfig          |  1 +
 configs/socfpga_mcvevk_defconfig       |  1 +
 configs/socfpga_sockit_defconfig       |  1 +
 configs/socfpga_socrates_defconfig     |  1 +
 configs/socfpga_sr1500_defconfig       |  1 +
 configs/socfpga_vining_fpga_defconfig  |  1 +
 14 files changed, 23 insertions(+), 6 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-12-13  7:46 Marek Vasut
@ 2017-12-14 20:45 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-12-14 20:45 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 13, 2017 at 08:46:49AM +0100, Marek Vasut wrote:

> The following changes since commit 335f7b1290ce24a729a9689a1db834c743226ca8:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2017-12-08 12:02:01 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 8755ceb5b8a9a3a972d58c7e64ec43b907a7a832:
> 
>   ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT
> (2017-12-09 13:40:33 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171214/f18b90dd/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-12-13  7:46 Marek Vasut
  2017-12-14 20:45 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-12-13  7:46 UTC (permalink / raw)
  To: u-boot

The following changes since commit 335f7b1290ce24a729a9689a1db834c743226ca8:

  Merge git://git.denx.de/u-boot-mpc85xx (2017-12-08 12:02:01 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 8755ceb5b8a9a3a972d58c7e64ec43b907a7a832:

  ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT
(2017-12-09 13:40:33 +0100)

----------------------------------------------------------------
Masahiro Yamada (2):
      ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
      ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT

 include/configs/socfpga_common.h | 2 --
 1 file changed, 2 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-11-28  7:33 Marek Vasut
@ 2017-11-28 21:53 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-11-28 21:53 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 28, 2017 at 08:33:29AM +0100, Marek Vasut wrote:

> The following changes since commit 93a51d301ad051ec6f8c6016862c7719b8b434d3:
> 
>   Merge git://git.denx.de/u-boot-arc (2017-11-24 11:45:15 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to eb57c0be14d114c7d0965918154fdfb414634108:
> 
>   fdt: Add compatible strings for Arria 10 (2017-11-26 02:34:10 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171128/81805ba5/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-11-28  7:33 Marek Vasut
  2017-11-28 21:53 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-11-28  7:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit 93a51d301ad051ec6f8c6016862c7719b8b434d3:

  Merge git://git.denx.de/u-boot-arc (2017-11-24 11:45:15 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to eb57c0be14d114c7d0965918154fdfb414634108:

  fdt: Add compatible strings for Arria 10 (2017-11-26 02:34:10 +0100)

----------------------------------------------------------------
Tien Fong Chee (3):
      ARM: socfpga: add bindings doc for arria10 fpga manager
      arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes
      fdt: Add compatible strings for Arria 10

 doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt | 19
+++++++++++++++++++
 drivers/fpga/socfpga.c                                        | 14
++++++++------
 include/fdtdec.h                                              |  2 ++
 lib/fdtdec.c                                                  |  2 ++
 4 files changed, 31 insertions(+), 6 deletions(-)
 create mode 100644
doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-09-23 13:14 Marek Vasut
@ 2017-09-24 14:40 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-09-24 14:40 UTC (permalink / raw)
  To: u-boot

On Sat, Sep 23, 2017 at 03:14:49PM +0200, Marek Vasut wrote:

> The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:
> 
>   Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a7d5b6c6686f6f51a750781ff12a360dc64d1076:
> 
>   arm: socfpga: Configuration for EFI boot on DE0-nano-SoC (2017-09-23
> 15:13:20 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170924/a6b6330b/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-09-23 13:14 Marek Vasut
  2017-09-24 14:40 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-09-23 13:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:

  Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a7d5b6c6686f6f51a750781ff12a360dc64d1076:

  arm: socfpga: Configuration for EFI boot on DE0-nano-SoC (2017-09-23
15:13:20 +0200)

----------------------------------------------------------------
Frank Kunz (1):
      arm: socfpga: Configuration for EFI boot on DE0-nano-SoC

Masahiro Yamada (2):
      ARM: socfpga: remove unneeded NAND config options
      ARM: socfpga: fix duplicate const specifier warning

 arch/arm/mach-socfpga/misc_gen5.c      | 2 +-
 configs/socfpga_de0_nano_soc_defconfig | 3 +++
 include/configs/socfpga_common.h       | 2 --
 3 files changed, 4 insertions(+), 3 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-07-29 15:27 Marek Vasut
@ 2017-07-30  1:06 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-07-30  1:06 UTC (permalink / raw)
  To: u-boot

On Sat, Jul 29, 2017 at 05:27:19PM +0200, Marek Vasut wrote:

> The following changes since commit 609bf924117950b88987a5fa477acf1239bfdbc1:
> 
>   Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig (2017-07-25 21:34:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 9af91b7c4041a455de5f3e3da4e36644768bff68:
> 
>   arm: socfpga: Enable all FPGA config support for Arria 10 (2017-07-26
> 10:31:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170729/23bac079/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-07-29 15:27 Marek Vasut
  2017-07-30  1:06 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-07-29 15:27 UTC (permalink / raw)
  To: u-boot

The following changes since commit 609bf924117950b88987a5fa477acf1239bfdbc1:

  Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig (2017-07-25 21:34:39 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 9af91b7c4041a455de5f3e3da4e36644768bff68:

  arm: socfpga: Enable all FPGA config support for Arria 10 (2017-07-26
10:31:44 +0200)

----------------------------------------------------------------
Tien Fong Chee (8):
      arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
      arm: socfpga: Restructure FPGA driver in the preparation to
support A10
      kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig
      kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
      drivers: Enable FPGA driver build on SPL
      configs: Add FPGA driver config for Arria 10
      arm: socfpga: Add FPGA driver support for Arria 10
      arm: socfpga: Enable all FPGA config support for Arria 10

 arch/arm/mach-socfpga/Makefile                             |   2 +-
 arch/arm/mach-socfpga/include/mach/fpga_manager.h          |  70
+++---------
 arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h  | 100
++++++++++++++++
 arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h     |  68
+++++++++++
 arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h |   2 +-
 arch/arm/mach-socfpga/reset_manager_arria10.c              |   4 +-
 configs/astro_mcf5373l_defconfig                           |   1 +
 configs/socfpga_arria10_defconfig                          |   2 +
 configs/socfpga_arria5_defconfig                           |   1 +
 configs/socfpga_cyclone5_defconfig                         |   1 +
 configs/socfpga_de0_nano_soc_defconfig                     |   1 +
 configs/socfpga_de10_nano_defconfig                        |   1 +
 configs/socfpga_de1_soc_defconfig                          |   1 +
 configs/socfpga_is1_defconfig                              |   1 +
 configs/socfpga_mcvevk_defconfig                           |   1 +
 configs/socfpga_sockit_defconfig                           |   1 +
 configs/socfpga_socrates_defconfig                         |   1 +
 configs/socfpga_sr1500_defconfig                           |   1 +
 configs/socfpga_vining_fpga_defconfig                      |   1 +
 configs/theadorable_debug_defconfig                        |   1 +
 configs/theadorable_defconfig                              |   1 +
 drivers/Makefile                                           |   1 +
 drivers/fpga/Kconfig                                       |   8 ++
 drivers/fpga/Makefile                                      |   2 +
 drivers/fpga/socfpga.c                                     | 235
+-------------------------------------
 drivers/fpga/socfpga_arria10.c                             | 479
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/fpga/socfpga_gen5.c                                | 252
++++++++++++++++++++++++++++++++++++++++
 include/configs/astro_mcf5373l.h                           |   2 -
 include/configs/socfpga_common.h                           |   6 +-
 include/configs/theadorable.h                              |   2 -
 30 files changed, 947 insertions(+), 302 deletions(-)
 create mode 100644
arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h
 create mode 100644 drivers/fpga/socfpga_arria10.c
 create mode 100644 drivers/fpga/socfpga_gen5.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-05-18  9:42 Marek Vasut
@ 2017-05-19  0:38 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-05-19  0:38 UTC (permalink / raw)
  To: u-boot

On Thu, May 18, 2017 at 11:42:02AM +0200, Marek Vasut wrote:

> The following changes since commit fa8967cfbaed5582ba987756fa9f0470a9affbf4:
> 
>   Merge git://git.denx.de/u-boot-uniphier (2017-05-17 14:13:58 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to d89e979c42892db572c4ef5d56bc207075953f58:
> 
>   arm: socfpga: Enable build for Arria 10 (2017-05-18 11:33:19 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170518/59463e39/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-05-18  9:42 Marek Vasut
  2017-05-19  0:38 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-05-18  9:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit fa8967cfbaed5582ba987756fa9f0470a9affbf4:

  Merge git://git.denx.de/u-boot-uniphier (2017-05-17 14:13:58 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to d89e979c42892db572c4ef5d56bc207075953f58:

  arm: socfpga: Enable build for Arria 10 (2017-05-18 11:33:19 +0200)

----------------------------------------------------------------
Ley Foon Tan (16):
      arm: socfpga: Restructure clock manager driver
      arm: socfpga: Restructure reset manager driver
      arm: socfpga: Restructure system manager
      arm: socfpga: Restructure misc driver
      arm: socfpga: Add A10 macros
      arm: socfpga: Add reset driver support for Arria 10
      arm: socfpga: Add clock driver for Arria 10
      arm: socfpga: Add system manager for Arria 10
      arm: socfpga: Add sdram header file for Arria 10
      arm: socfpga: Add pinmux for Arria 10
      arm: socfpga: Add misc support for Arria 10
      arm: dts: Add dts and dtsi for Arria 10
      arm: socfpga: Add SPL support for Arria 10
      arm: socfpga: Add config and defconfig for Arria 10
      arm: socfpga: Add board files for the Arria10
      arm: socfpga: Enable build for Arria 10

 arch/arm/dts/Makefile                                             |    1 +
 arch/arm/dts/socfpga_arria10.dtsi                                 |
869 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts                      |
38 +++
 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi             |
481 ++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/Kconfig                                     |   10 +
 arch/arm/mach-socfpga/Makefile                                    |
41 ++-
 arch/arm/mach-socfpga/clock_manager.c                             |
525 ++-------------------------------
 arch/arm/mach-socfpga/clock_manager_arria10.c                     |
1096 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/clock_manager_gen5.c                        |
524 +++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/base_addr_a10.h                |    8 +-
 arch/arm/mach-socfpga/include/mach/clock_manager.h                |
317 +-------------------
 arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h        |
224 ++++++++++++++
 arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h           |
322 ++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/misc.h                         |   31 ++
 arch/arm/mach-socfpga/include/mach/pinmux.h                       |   17 ++
 arch/arm/mach-socfpga/include/mach/reset_manager.h                |
50 +---
 arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h        |
147 ++++++++++
 arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h           |
50 ++++
 arch/arm/mach-socfpga/include/mach/sdram_arria10.h                |
380 ++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/system_manager.h               |
202 +++++--------
 arch/arm/mach-socfpga/include/mach/system_manager_arria10.h       |
81 ++++++
 arch/arm/mach-socfpga/include/mach/system_manager_gen5.h          |
122 ++++++++
 arch/arm/mach-socfpga/misc.c                                      |
363 +----------------------
 arch/arm/mach-socfpga/misc_arria10.c                              |
259 +++++++++++++++++
 arch/arm/mach-socfpga/misc_gen5.c                                 |
359 +++++++++++++++++++++++
 arch/arm/mach-socfpga/pinmux_arria10.c                            |
96 ++++++
 arch/arm/mach-socfpga/reset_manager.c                             |
93 +-----
 arch/arm/mach-socfpga/reset_manager_arria10.c                     |
383 ++++++++++++++++++++++++
 arch/arm/mach-socfpga/reset_manager_gen5.c                        |
116 ++++++++
 arch/arm/mach-socfpga/spl.c                                       |
56 +++-
 arch/arm/mach-socfpga/{system_manager.c => system_manager_gen5.c} |    6 +-
 board/altera/arria10-socdk/Kconfig                                |   18 ++
 board/altera/arria10-socdk/Makefile                               |    7 +
 board/altera/arria10-socdk/socfpga.c                              |    7 +
 configs/socfpga_arria10_defconfig                                 |   29 ++
 include/configs/socfpga_arria10_socdk.h                           |
66 +++++
 include/configs/socfpga_common.h                                  |   21 +-
 include/dt-bindings/reset/altr,rst-mgr-a10.h                      |
110 +++++++
 38 files changed, 6084 insertions(+), 1441 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria10.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts
 create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
 create mode 100644 arch/arm/mach-socfpga/clock_manager_arria10.c
 create mode 100644 arch/arm/mach-socfpga/clock_manager_gen5.c
 create mode 100644
arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/misc.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/pinmux.h
 create mode 100644
arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/sdram_arria10.h
 create mode 100644
arch/arm/mach-socfpga/include/mach/system_manager_arria10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/system_manager_gen5.h
 create mode 100644 arch/arm/mach-socfpga/misc_arria10.c
 create mode 100644 arch/arm/mach-socfpga/misc_gen5.c
 create mode 100644 arch/arm/mach-socfpga/pinmux_arria10.c
 create mode 100644 arch/arm/mach-socfpga/reset_manager_arria10.c
 create mode 100644 arch/arm/mach-socfpga/reset_manager_gen5.c
 rename arch/arm/mach-socfpga/{system_manager.c =>
system_manager_gen5.c} (94%)
 create mode 100644 board/altera/arria10-socdk/Kconfig
 create mode 100644 board/altera/arria10-socdk/Makefile
 create mode 100644 board/altera/arria10-socdk/socfpga.c
 create mode 100644 configs/socfpga_arria10_defconfig
 create mode 100644 include/configs/socfpga_arria10_socdk.h
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr-a10.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-04-25 10:49 Marek Vasut
@ 2017-04-25 20:10 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-04-25 20:10 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 25, 2017 at 12:49:41PM +0200, Marek Vasut wrote:

> This was rotting in for too long, might as well push it upstream ...
> 
> The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 6bd041f00d5d80761852eae1ecb7879a27f3c289:
> 
>   arm: socfpga: add cyclone5 based de10-nano board (2017-04-25 12:46:44
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170425/c94ee784/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-04-25 10:49 Marek Vasut
  2017-04-25 20:10 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-04-25 10:49 UTC (permalink / raw)
  To: u-boot

This was rotting in for too long, might as well push it upstream ...

The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 6bd041f00d5d80761852eae1ecb7879a27f3c289:

  arm: socfpga: add cyclone5 based de10-nano board (2017-04-25 12:46:44
+0200)

----------------------------------------------------------------
Dalon Westergreen (1):
      arm: socfpga: add cyclone5 based de10-nano board

 arch/arm/dts/Makefile                       |   1 +
 arch/arm/dts/socfpga_cyclone5_de10_nano.dts |  68 ++++++++++
 arch/arm/mach-socfpga/Kconfig               |   7 +
 board/terasic/de10-nano/MAINTAINERS         |   5 +
 board/terasic/de10-nano/Makefile            |   9 ++
 board/terasic/de10-nano/qts/iocsr_config.h  | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/de10-nano/qts/pinmux_config.h | 219
+++++++++++++++++++++++++++++++
 board/terasic/de10-nano/qts/pll_config.h    |  85 ++++++++++++
 board/terasic/de10-nano/qts/sdram_config.h  | 344
++++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/de10-nano/socfpga.c           |   6 +
 configs/socfpga_de10_nano_defconfig         |  59 +++++++++
 include/configs/socfpga_de10_nano.h         |  33 +++++
 12 files changed, 1496 insertions(+)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_de10_nano.dts
 create mode 100644 board/terasic/de10-nano/MAINTAINERS
 create mode 100644 board/terasic/de10-nano/Makefile
 create mode 100644 board/terasic/de10-nano/qts/iocsr_config.h
 create mode 100644 board/terasic/de10-nano/qts/pinmux_config.h
 create mode 100644 board/terasic/de10-nano/qts/pll_config.h
 create mode 100644 board/terasic/de10-nano/qts/sdram_config.h
 create mode 100644 board/terasic/de10-nano/socfpga.c
 create mode 100644 configs/socfpga_de10_nano_defconfig
 create mode 100644 include/configs/socfpga_de10_nano.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-04-14 12:10 Marek Vasut
@ 2017-04-14 21:09 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-04-14 21:09 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 14, 2017 at 02:10:54PM +0200, Marek Vasut wrote:

> The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:
> 
>   ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
> (2017-04-11 17:54:31 +0300)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 09397d99edb402c04d1e20b32989b5b2ecbb037a:
> 
>   arm: socfpga: sr1500 use environment in common header (2017-04-14
> 14:07:13 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170414/849ea1f9/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-04-14 12:10 Marek Vasut
  2017-04-14 21:09 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-04-14 12:10 UTC (permalink / raw)
  To: u-boot

The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:

  ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
(2017-04-11 17:54:31 +0300)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 09397d99edb402c04d1e20b32989b5b2ecbb037a:

  arm: socfpga: sr1500 use environment in common header (2017-04-14
14:07:13 +0200)

----------------------------------------------------------------
Chee, Tien Fong (1):
      ARM: socfpga: boot0 hook: remove macro from boot0 header file

Dalon Westergreen (8):
      arm: socfpga: Add distro boot to socfpga common header
      arm: socfpga: DE0 use environment in common header
      arm: socfpga: A5 SoCDK use environment in common header
      arm: socfpga: C5 SoCDK use environment in common header
      arm: socfpga: DE1 use environment in common header
      arm: socfpga: SoCKit use environment in common header
      arm: socfpga: Socrates use environment in common header
      arm: socfpga: sr1500 use environment in common header

Georges Savoundararadj (1):

      ARM: socfpga: cyclone5-socdk: Enable ports A & C



Ley Foon Tan (2):

      fdt: Add compatible strings for Arria 10

      arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig


Marek Vasut (4):
      ARM: socfpga: Rename MCVEVK
      ARM: socfpga: Reduce the DFU buffer size
      ARM: socfpga: mcvevk: Add default dfu_alt_info
      ARM: socfpga: Disable OC on MCVEVK

Stephen Arnold (1):
      ARM: socfpga: add fpga build and bsp handoff instructions to readme

 arch/arm/dts/socfpga_cyclone5_mcvevk.dts         |   3 +-
 arch/arm/dts/socfpga_cyclone5_socdk.dts          |   8 +++++
 arch/arm/mach-socfpga/Kconfig                    |  11 +++----
 arch/arm/mach-socfpga/include/mach/boot0.h       |  24 +++++++--------
 board/{denx => aries}/mcvevk/MAINTAINERS         |   4 +--
 board/{denx => aries}/mcvevk/Makefile            |   0
 board/{denx => aries}/mcvevk/qts/iocsr_config.h  |   0
 board/{denx => aries}/mcvevk/qts/pinmux_config.h |   0
 board/{denx => aries}/mcvevk/qts/pll_config.h    |   0
 board/{denx => aries}/mcvevk/qts/sdram_config.h  |   0
 board/{denx => aries}/mcvevk/socfpga.c           |   0
 configs/socfpga_arria5_defconfig                 |   3 ++
 configs/socfpga_cyclone5_defconfig               |   3 ++
 configs/socfpga_de0_nano_soc_defconfig           |   3 ++
 configs/socfpga_de1_soc_defconfig                |   1 +
 configs/socfpga_mcvevk_defconfig                 |   2 +-
 configs/socfpga_sockit_defconfig                 |   1 +
 configs/socfpga_socrates_defconfig               |   1 +
 configs/socfpga_sr1500_defconfig                 |   1 +
 doc/README.socfpga                               | 141
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/Kconfig                                  |   2 ++
 drivers/ddr/Kconfig                              |   1 +
 drivers/ddr/altera/Kconfig                       |   5 ++++
 drivers/ddr/altera/Makefile                      |   4 ++-
 include/configs/socfpga_arria5_socdk.h           |  32 --------------------
 include/configs/socfpga_common.h                 |  59
+++++++++++++++++++++++++++++-------
 include/configs/socfpga_cyclone5_socdk.h         |  32 --------------------
 include/configs/socfpga_de0_nano_soc.h           |  20 -------------
 include/configs/socfpga_de1_soc.h                |  20 -------------
 include/configs/socfpga_mcvevk.h                 |   7 +++--
 include/configs/socfpga_sockit.h                 |  28 ------------------
 include/configs/socfpga_socrates.h               |  26 ----------------
 include/configs/socfpga_sr1500.h                 |  28 ------------------
 include/fdtdec.h                                 |   8 +++++
 lib/fdtdec.c                                     |   8 +++++
 35 files changed, 258 insertions(+), 228 deletions(-)
 rename board/{denx => aries}/mcvevk/MAINTAINERS (59%)
 rename board/{denx => aries}/mcvevk/Makefile (100%)
 rename board/{denx => aries}/mcvevk/qts/iocsr_config.h (100%)
 rename board/{denx => aries}/mcvevk/qts/pinmux_config.h (100%)
 rename board/{denx => aries}/mcvevk/qts/pll_config.h (100%)
 rename board/{denx => aries}/mcvevk/qts/sdram_config.h (100%)
 rename board/{denx => aries}/mcvevk/socfpga.c (100%)
 create mode 100644 drivers/ddr/Kconfig
 create mode 100644 drivers/ddr/altera/Kconfig

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2017-02-08 23:38 Marek Vasut
@ 2017-02-09 19:50 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2017-02-09 19:50 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 09, 2017 at 12:38:30AM +0100, Marek Vasut wrote:

> Hi,
> 
> SoCFPGA PR for 2017.03 , I checked with Dinh and it should be OK.
> 
> The following changes since commit c83a824e62277162ad35f52879b2316902c0eff5:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-02-03 20:33:42 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a45526aaa0ae241f3e1df996fed988a014eeffe8:
> 
>   arm: socfpga: set the mpuclk divider in the Altera group register
> (2017-02-08 02:19:11 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170209/3c50cdde/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2017-02-08 23:38 Marek Vasut
  2017-02-09 19:50 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2017-02-08 23:38 UTC (permalink / raw)
  To: u-boot

Hi,

SoCFPGA PR for 2017.03 , I checked with Dinh and it should be OK.

The following changes since commit c83a824e62277162ad35f52879b2316902c0eff5:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2017-02-03 20:33:42 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a45526aaa0ae241f3e1df996fed988a014eeffe8:

  arm: socfpga: set the mpuclk divider in the Altera group register
(2017-02-08 02:19:11 +0100)

----------------------------------------------------------------
Dinh Nguyen (1):
      arm: socfpga: set the mpuclk divider in the Altera group register

 arch/arm/mach-socfpga/clock_manager.c              | 3 +++
 arch/arm/mach-socfpga/include/mach/clock_manager.h | 3 +++
 arch/arm/mach-socfpga/wrap_pll_config.c            | 3 +++
 3 files changed, 9 insertions(+)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-12-06  4:53 Marek Vasut
@ 2016-12-08 14:31 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-12-08 14:31 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 06, 2016 at 05:53:10AM +0100, Marek Vasut wrote:

> The following changes since commit 3cfb67d0419c645998b440592d8c2ce010134b8e:
> 
>   Prepare v2017.01-rc1 (2016-12-05 18:36:23 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f22dede20bb57195330ef11e148ca2b5f1280b2e:
> 
>   MAINTAINERS: Fix ALTERA SOCFPGA Files (2016-12-06 01:45:58 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161208/79a0d490/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-12-06  4:53 Marek Vasut
  2016-12-08 14:31 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-12-06  4:53 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3cfb67d0419c645998b440592d8c2ce010134b8e:

  Prepare v2017.01-rc1 (2016-12-05 18:36:23 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f22dede20bb57195330ef11e148ca2b5f1280b2e:

  MAINTAINERS: Fix ALTERA SOCFPGA Files (2016-12-06 01:45:58 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      socfpga: add support for Terasic DE1-SoC board

Bill Randle (1):
      qts-filter.sh: strip DOS line endings and handle continuation lines

Dinh Nguyen (1):
      MAINTAINERS: socfpga: update email address for Dinh Nguyen

Jagan Teki (1):
      MAINTAINERS: Fix ALTERA SOCFPGA Files

Marek Vasut (1):
      ARM: socfpga: Add boot0 hook to prevent SPL corruption

 MAINTAINERS                                |   3 +-
 arch/arm/Kconfig                           |   1 +
 arch/arm/dts/Makefile                      |   1 +
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts  |  66 ++++++++++
 arch/arm/mach-socfpga/Kconfig              |   7 +
 arch/arm/mach-socfpga/include/mach/boot0.h |  28 ++++
 arch/arm/mach-socfpga/qts-filter.sh        |  47 ++++---
 board/altera/arria5-socdk/MAINTAINERS      |   2 +-
 board/altera/cyclone5-socdk/MAINTAINERS    |   2 +-
 board/terasic/de0-nano-soc/MAINTAINERS     |   2 +-
 board/terasic/de1-soc/MAINTAINERS          |   5 +

 board/terasic/de1-soc/Makefile             |   9 ++

 board/terasic/de1-soc/qts/iocsr_config.h   | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 board/terasic/de1-soc/qts/pinmux_config.h  | 219
+++++++++++++++++++++++++++++++

 board/terasic/de1-soc/qts/pll_config.h     |  91 +++++++++++++

 board/terasic/de1-soc/qts/sdram_config.h   | 344
+++++++++++++++++++++++++++++++++++++++++++++++++

 board/terasic/de1-soc/socfpga.c            |  19 +++
 configs/socfpga_de1_soc_defconfig          |  50 ++++++++
 doc/git-mailrc                             |   3 +-
 include/configs/socfpga_de1_soc.h          |  57 +++++++++
 20 files changed, 1595 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_de1_soc.dts
 create mode 100644 arch/arm/mach-socfpga/include/mach/boot0.h
 create mode 100644 board/terasic/de1-soc/MAINTAINERS
 create mode 100644 board/terasic/de1-soc/Makefile
 create mode 100644 board/terasic/de1-soc/qts/iocsr_config.h
 create mode 100644 board/terasic/de1-soc/qts/pinmux_config.h
 create mode 100644 board/terasic/de1-soc/qts/pll_config.h
 create mode 100644 board/terasic/de1-soc/qts/sdram_config.h
 create mode 100644 board/terasic/de1-soc/socfpga.c
 create mode 100644 configs/socfpga_de1_soc_defconfig
 create mode 100644 include/configs/socfpga_de1_soc.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-10-29 18:01 Marek Vasut
@ 2016-10-30 12:11 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-10-30 12:11 UTC (permalink / raw)
  To: u-boot

On Sat, Oct 29, 2016 at 08:01:50PM +0200, Marek Vasut wrote:

> The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:
> 
>   travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 4f9378cf67c657c8de20284ed1be8be38a6e47bc:
> 
> 
>   dm: mmc: socfpga: fix MMC_OPS support (2016-10-28 04:21:21 +0200)
> 
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161030/a53b4d1e/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-10-29 18:01 Marek Vasut
  2016-10-30 12:11 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-10-29 18:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:

  travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 4f9378cf67c657c8de20284ed1be8be38a6e47bc:


  dm: mmc: socfpga: fix MMC_OPS support (2016-10-28 04:21:21 +0200)



----------------------------------------------------------------

Chin Liang See (9):

      ddr: altera: Configuring SDRAM extra cycles timing parameters

      arm: socfpga: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: mcvevk: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: socrates: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: is1: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: vining_fpga: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: sr1500: Adding handoff for SDRAM ctrlcfg.extratime1
      arm: socfpga: de0-nano-soc: Adding handoff for SDRAM
ctrlcfg.extratime1
      arm: socfpga: sockit: Adding handoff for SDRAM ctrlcfg.extratime1

Sylvain Lesne (1):
      dm: mmc: socfpga: fix MMC_OPS support

 arch/arm/mach-socfpga/include/mach/sdram.h     | 8 +++++++-
 arch/arm/mach-socfpga/qts-filter.sh            | 2 +-
 arch/arm/mach-socfpga/wrap_sdram_config.c      | 7 +++++++
 board/altera/arria5-socdk/qts/sdram_config.h   | 3 +++
 board/altera/cyclone5-socdk/qts/sdram_config.h | 3 +++
 board/denx/mcvevk/qts/sdram_config.h           | 3 +++
 board/ebv/socrates/qts/sdram_config.h          | 3 +++
 board/is1/qts/sdram_config.h                   | 3 +++
 board/samtec/vining_fpga/qts/sdram_config.h    | 3 +++
 board/sr1500/qts/sdram_config.h                | 3 +++
 board/terasic/de0-nano-soc/qts/sdram_config.h  | 3 +++
 board/terasic/sockit/qts/sdram_config.h        | 3 +++
 drivers/ddr/altera/sdram.c                     | 3 +++
 drivers/mmc/socfpga_dw_mmc.c                   | 2 ++
 14 files changed, 47 insertions(+), 2 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-08-07 19:55 Marek Vasut
@ 2016-08-08 17:08 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-08-08 17:08 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 07, 2016 at 09:55:02PM +0200, Marek Vasut wrote:

> The following changes since commit 2863a9bfc29092be37f8beee230883367b057065:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 5405817a6e7a6538c4bcb1c3076ddc83fe5d03f9:
> 
>   spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
> (2016-08-07 21:54:21 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160808/e068d5d5/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-08-07 19:55 Marek Vasut
  2016-08-08 17:08 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-08-07 19:55 UTC (permalink / raw)
  To: u-boot

The following changes since commit 2863a9bfc29092be37f8beee230883367b057065:

  Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 5405817a6e7a6538c4bcb1c3076ddc83fe5d03f9:

  spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
(2016-08-07 21:54:21 +0200)

----------------------------------------------------------------
Chin Liang See (1):
      spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value

Masahiro Yamada (1):
      ARM: socfpga: use the default CONFIG_BOOTDELAY=2

 configs/socfpga_arria5_defconfig       | 1 -
 configs/socfpga_cyclone5_defconfig     | 1 -
 configs/socfpga_de0_nano_soc_defconfig | 1 -
 configs/socfpga_is1_defconfig          | 1 -
 configs/socfpga_mcvevk_defconfig       | 1 -
 configs/socfpga_sockit_defconfig       | 1 -
 configs/socfpga_socrates_defconfig     | 1 -
 configs/socfpga_sr1500_defconfig       | 1 -
 drivers/spi/cadence_qspi_apb.c         | 7 +++++--
 9 files changed, 5 insertions(+), 10 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-07-02  1:42 Marek Vasut
@ 2016-07-05  2:44 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-07-05  2:44 UTC (permalink / raw)
  To: u-boot

On Sat, Jul 02, 2016 at 03:42:29AM +0200, Marek Vasut wrote:

> The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21
> 20:43:21 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 61520ac4d5545cc8d2e1792092e46ab8043d5f36:
> 
>   arm: socfpga: Fix "improve raw MMC SPL boot" (2016-06-23 18:24:21 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160704/b00a623b/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-07-02  1:42 Marek Vasut
  2016-07-05  2:44 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-07-02  1:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit b66a5c03a0870db3045be2967b85684b1887ca18:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2016-06-21
20:43:21 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 61520ac4d5545cc8d2e1792092e46ab8043d5f36:

  arm: socfpga: Fix "improve raw MMC SPL boot" (2016-06-23 18:24:21 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      arm: socfpga: Fix "improve raw MMC SPL boot"

 include/configs/socfpga_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-06-18  0:43 Marek Vasut
@ 2016-06-19 14:12 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-06-19 14:12 UTC (permalink / raw)
  To: u-boot

On Sat, Jun 18, 2016 at 02:43:59AM +0200, Marek Vasut wrote:

> The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:
> 
>   Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5:
> 
>   ARM: socfpga: Sort Kconfig entries (2016-06-08 02:57:06 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160619/7ea7b5b3/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-06-18  0:43 Marek Vasut
  2016-06-19 14:12 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-06-18  0:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:

  Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5:

  ARM: socfpga: Sort Kconfig entries (2016-06-08 02:57:06 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      ARM: socfpga: Sort Kconfig entries

Pavel Machek (1):
      ARM: socfpga: add support for IS1 board

 arch/arm/dts/Makefile                 |   1 +
 arch/arm/dts/socfpga_cyclone5_is1.dts | 106 ++++++++++++++++
 arch/arm/mach-socfpga/Kconfig         |  14 ++-
 board/is1/MAINTAINERS                 |   6 +
 board/is1/Makefile                    |   7 ++
 board/is1/qts/iocsr_config.h          | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/is1/qts/pinmux_config.h         | 219
+++++++++++++++++++++++++++++++++
 board/is1/qts/pll_config.h            |  85 +++++++++++++
 board/is1/qts/sdram_config.h          | 341
++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/is1/socfpga.c                   |   4 +
 configs/socfpga_is1_defconfig         |  43 +++++++
 include/configs/socfpga_is1.h         |  49 ++++++++
 12 files changed, 1531 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_is1.dts
 create mode 100644 board/is1/MAINTAINERS
 create mode 100644 board/is1/Makefile
 create mode 100644 board/is1/qts/iocsr_config.h
 create mode 100644 board/is1/qts/pinmux_config.h
 create mode 100644 board/is1/qts/pll_config.h
 create mode 100644 board/is1/qts/sdram_config.h
 create mode 100644 board/is1/socfpga.c
 create mode 100644 configs/socfpga_is1_defconfig
 create mode 100644 include/configs/socfpga_is1.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-06-02 13:19 Marek Vasut
@ 2016-06-03 13:57 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-06-03 13:57 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 02, 2016 at 03:19:37PM +0200, Marek Vasut wrote:

> The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
> 
>   spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to d31e9c575f24f4b7f5f382ccae70d7a86bbc379d:
> 
>   arm: socfpga: improve raw MMC SPL boot (2016-06-01 22:44:14 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160603/1b6e6bb5/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-06-02 13:19 Marek Vasut
  2016-06-03 13:57 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-06-02 13:19 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:

  spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to d31e9c575f24f4b7f5f382ccae70d7a86bbc379d:

  arm: socfpga: improve raw MMC SPL boot (2016-06-01 22:44:14 +0200)

----------------------------------------------------------------
Marek Vasut (3):
      arm: socfpga: Add samtec VIN|ING board
      spl: Remove bogus GD_FLG_SPL_INIT check
      arm: socfpga: Enable tiny printf and simple malloc in SPL

Stefan Roese (1):
      arm: socfpga: Add missing ',' in CONFIG_BOOTARGS

Sylvain Lesne (1):
      arm: socfpga: improve raw MMC SPL boot

 arch/arm/dts/Makefile                         |   3 +-
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts | 113 ++++++++++++++++
 arch/arm/mach-socfpga/Kconfig                 |   7 +
 board/samtec/vining_fpga/MAINTAINERS          |   5 +
 board/samtec/vining_fpga/Makefile             |   9 ++
 board/samtec/vining_fpga/qts/iocsr_config.h   | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/qts/pinmux_config.h  | 219
+++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/qts/pll_config.h     |  91 +++++++++++++
 board/samtec/vining_fpga/qts/sdram_config.h   | 341
++++++++++++++++++++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/socfpga.c            | 100 ++++++++++++++
 common/spl/spl.c                              |   3 -
 configs/socfpga_arria5_defconfig              |   2 +
 configs/socfpga_cyclone5_defconfig            |   2 +
 configs/socfpga_de0_nano_soc_defconfig        |   2 +

 configs/socfpga_mcvevk_defconfig              |   2 +

 configs/socfpga_sockit_defconfig              |   2 +

 configs/socfpga_socrates_defconfig            |   2 +

 configs/socfpga_sr1500_defconfig              |   2 +

 configs/socfpga_vining_fpga_defconfig         |  57 ++++++++

 include/configs/socfpga_common.h              |   9 +-

 include/configs/socfpga_sr1500.h              |   2 +-

 include/configs/socfpga_vining_fpga.h         | 231
++++++++++++++++++++++++++++++++
 22 files changed, 1853 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts
 create mode 100644 board/samtec/vining_fpga/MAINTAINERS
 create mode 100644 board/samtec/vining_fpga/Makefile
 create mode 100644 board/samtec/vining_fpga/qts/iocsr_config.h
 create mode 100644 board/samtec/vining_fpga/qts/pinmux_config.h
 create mode 100644 board/samtec/vining_fpga/qts/pll_config.h
 create mode 100644 board/samtec/vining_fpga/qts/sdram_config.h
 create mode 100644 board/samtec/vining_fpga/socfpga.c
 create mode 100644 configs/socfpga_vining_fpga_defconfig
 create mode 100644 include/configs/socfpga_vining_fpga.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-05-11 19:20   ` Marek Vasut
@ 2016-05-12  2:02     ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-05-12  2:02 UTC (permalink / raw)
  To: u-boot

On Wed, May 11, 2016 at 09:20:20PM +0200, Marek Vasut wrote:

> On 05/11/2016 06:23 PM, Tom Rini wrote:
> > On Sat, May 07, 2016 at 03:42:15AM +0200, Marek Vasut wrote:
> > 
> >> The following changes since commit
> >> bbca7108db79076d3a9a9c112792d7c4608a665c:
> >>
> >>
> >>
> >>   ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
> >> -0700)
> >>
> >>
> >> are available in the git repository at:
> >>
> >>
> >>
> >>   git://git.denx.de/u-boot-socfpga.git master
> >>
> >>
> >>
> >> for you to fetch changes up to 5289c5fa5371dada10e9cbdcdbf3fb010905ea2d:
> >>
> >>   socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
> >> (2016-05-06 18:41:49 +0200)
> >>
> > 
> > As of a few days ago, applied to u-boot/master, thanks!
> > 
> Thanks!
> 
> There is one more fix, so please pull:
> 
> 
> The following changes since commit e8bd2a0bf6e334adaf7703c517989433e730091b:
> 
>   warp7: Fix boot by selecting CONFIG_OF_LIBFDT (2016-05-10 14:54:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 4baca92001bff3c32a05001a7dc58996623e3ef8:
> 
>   arm: socfpga: Update iomux and pll for c5 socdk RevE (2016-05-10
> 23:32:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160511/fbb51206/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-05-11 16:23 ` Tom Rini
@ 2016-05-11 19:20   ` Marek Vasut
  2016-05-12  2:02     ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-05-11 19:20 UTC (permalink / raw)
  To: u-boot

On 05/11/2016 06:23 PM, Tom Rini wrote:
> On Sat, May 07, 2016 at 03:42:15AM +0200, Marek Vasut wrote:
> 
>> The following changes since commit
>> bbca7108db79076d3a9a9c112792d7c4608a665c:
>>
>>
>>
>>   ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
>> -0700)
>>
>>
>> are available in the git repository at:
>>
>>
>>
>>   git://git.denx.de/u-boot-socfpga.git master
>>
>>
>>
>> for you to fetch changes up to 5289c5fa5371dada10e9cbdcdbf3fb010905ea2d:
>>
>>   socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
>> (2016-05-06 18:41:49 +0200)
>>
> 
> As of a few days ago, applied to u-boot/master, thanks!
> 
Thanks!

There is one more fix, so please pull:


The following changes since commit e8bd2a0bf6e334adaf7703c517989433e730091b:

  warp7: Fix boot by selecting CONFIG_OF_LIBFDT (2016-05-10 14:54:11 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 4baca92001bff3c32a05001a7dc58996623e3ef8:

  arm: socfpga: Update iomux and pll for c5 socdk RevE (2016-05-10
23:32:42 +0200)

----------------------------------------------------------------
Dinh Nguyen (1):
      arm: socfpga: Update iomux and pll for c5 socdk RevE

 board/altera/cyclone5-socdk/qts/pinmux_config.h | 38
+++++++++++++++++++-------------------
 board/altera/cyclone5-socdk/qts/pll_config.h    | 34
+++++++++++++++++-----------------
 2 files changed, 36 insertions(+), 36 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-05-07  1:42 Marek Vasut
@ 2016-05-11 16:23 ` Tom Rini
  2016-05-11 19:20   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2016-05-11 16:23 UTC (permalink / raw)
  To: u-boot

On Sat, May 07, 2016 at 03:42:15AM +0200, Marek Vasut wrote:

> The following changes since commit
> bbca7108db79076d3a9a9c112792d7c4608a665c:
> 
> 
> 
>   ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
> -0700)
> 
> 
> are available in the git repository at:
> 
> 
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> 
> 
> for you to fetch changes up to 5289c5fa5371dada10e9cbdcdbf3fb010905ea2d:
> 
>   socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
> (2016-05-06 18:41:49 +0200)
> 

As of a few days ago, applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160511/070a066d/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-05-07  1:42 Marek Vasut
  2016-05-11 16:23 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-05-07  1:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit
bbca7108db79076d3a9a9c112792d7c4608a665c:



  ARM: tegra: import latest Jetson TK1 spreadsheet (2016-05-04 13:31:04
-0700)


are available in the git repository at:



  git://git.denx.de/u-boot-socfpga.git master



for you to fetch changes up to 5289c5fa5371dada10e9cbdcdbf3fb010905ea2d:

  socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
(2016-05-06 18:41:49 +0200)

----------------------------------------------------------------
Anatolij Gustschin (1):
      socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled

Marek Vasut (3):
      ARM: socfpga: Disable USB OC protection on SoCrates
      mtd: cqspi: Simplify indirect write code
      mtd: cqspi: Simplify indirect read code

Stefan Roese (1):
      arm: socfpga: socrates: Add 'time' command

 arch/arm/dts/socfpga_cyclone5_socrates.dts |   1 +
 arch/arm/mach-socfpga/misc.c               |   2 +-
 configs/socfpga_socrates_defconfig         |   1 +
 drivers/spi/cadence_qspi_apb.c             | 254
+++++++++++++++++++++++++++++++++--------------------------------------------------------------
 4 files changed, 90 insertions(+), 168 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-04-20  9:44 Marek Vasut
@ 2016-04-21 11:25 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-04-21 11:25 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 20, 2016 at 11:44:49AM +0200, Marek Vasut wrote:

> The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:
> 
>   ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 43809cfa1baefb90958a17fa0d1ec67f6f9edaac:
> 
>   arm: socfpga: socrates: Add eth0 alias to enable ethernet (2016-04-20
> 11:28:45 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160421/89235ddb/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-04-20  9:44 Marek Vasut
  2016-04-21 11:25 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-04-20  9:44 UTC (permalink / raw)
  To: u-boot

The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:

  ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 43809cfa1baefb90958a17fa0d1ec67f6f9edaac:

  arm: socfpga: socrates: Add eth0 alias to enable ethernet (2016-04-20
11:28:45 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      ddr: altera: Replace ad-hoc constant with macro
      ddr: altera: Tweak DQS tracking enable handling
      ddr: altera: Fix scc_mgr_set() argument order
      ddr: altera: Fix DRAM end value in protection rule
      ddr: altera: Remove unnecessary update of the SCC
      ddr: altera: Remove unnecessary ODT mode config
      ddr: altera: Zero DM IN delay in scc_mgr_zero_group()
      ddr: altera: Make DLEVEL behavior inclusive
      ddr: altera: Staticize global variables
      ddr: altera: Repair DQ window centering code

Stefan Roese (2):
      arm: socfpga: Fix typos in DT files (environmnet -> environment)

      arm: socfpga: socrates: Add eth0 alias to enable ethernet



 arch/arm/dts/socfpga_arria5_socdk.dts      |   2 +-

 arch/arm/dts/socfpga_cyclone5_socdk.dts    |   2 +-

 arch/arm/dts/socfpga_cyclone5_socrates.dts |   5 +++

 arch/arm/dts/socfpga_cyclone5_sr1500.dts   |   2 +-

 drivers/ddr/altera/sdram.c                 |   2 +-

 drivers/ddr/altera/sequencer.c             | 182
++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------
 6 files changed, 105 insertions(+), 90 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-04-10 19:18 Marek Vasut
@ 2016-04-11 15:02 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-04-11 15:02 UTC (permalink / raw)
  To: u-boot

On Sun, Apr 10, 2016 at 09:18:43PM +0200, Marek Vasut wrote:

> The following changes since commit 43d3fb5c0609a76409e7859a2a5800670c7b5bd2:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
> (2016-04-06 14:17:22 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f6060ce4bb0673bed8331441e985620b1b24adbd:
> 
>   arm: socfpga: Drop space after 'loadaddr=' in extra env (2016-04-10
> 17:19:49 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160411/8b016b63/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-04-10 19:18 Marek Vasut
  2016-04-11 15:02 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-04-10 19:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit 43d3fb5c0609a76409e7859a2a5800670c7b5bd2:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
(2016-04-06 14:17:22 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f6060ce4bb0673bed8331441e985620b1b24adbd:

  arm: socfpga: Drop space after 'loadaddr=' in extra env (2016-04-10
17:19:49 +0200)

----------------------------------------------------------------
Denis Bakhvalov (1):
      arm: socfpga: migration of CONFIG_SPI_FLASH_BAR

Marek Vasut (4):
      arm: socfpga: Handle phy-mode OF property for GMACs
      arm: socfpga: sockit: Use more relaxed DRAM timings
      arm: socfpga: Nuke useless include
      arm: socfpga: Drop space after 'loadaddr=' in extra env

 arch/arm/mach-socfpga/include/mach/dwmmc.h |  12 ----------
 arch/arm/mach-socfpga/misc.c               |  40
+++++++++++++++++++++++++++++----
 board/terasic/sockit/qts/iocsr_config.h    | 116
+++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 board/terasic/sockit/qts/pll_config.h      |  14 ++++++------
 board/terasic/sockit/qts/sdram_config.h    |  30 ++++++++++++-------------
 configs/socfpga_arria5_defconfig           |   1 +
 configs/socfpga_cyclone5_defconfig         |   1 +
 configs/socfpga_de0_nano_soc_defconfig     |   1 +
 configs/socfpga_mcvevk_defconfig           |   1 +
 configs/socfpga_sockit_defconfig           |   1 +
 configs/socfpga_socrates_defconfig         |   1 +
 configs/socfpga_sr1500_defconfig           |   1 +
 drivers/mmc/socfpga_dw_mmc.c               |   1 -
 include/configs/socfpga_arria5_socdk.h     |   2 +-
 include/configs/socfpga_common.h           |   2 --
 include/configs/socfpga_cyclone5_socdk.h   |   2 +-
 include/configs/socfpga_de0_nano_soc.h     |   2 +-
 include/configs/socfpga_sockit.h           |   2 +-
 include/configs/socfpga_socrates.h         |   2 +-
 include/configs/socfpga_sr1500.h           |   2 +-
 20 files changed, 129 insertions(+), 105 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-03-20 20:41 Marek Vasut
@ 2016-03-21  1:27 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-03-21  1:27 UTC (permalink / raw)
  To: u-boot

On Sun, Mar 20, 2016 at 09:41:47PM +0100, Marek Vasut wrote:

> The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273:
> 
>   dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 93d9fc26cb7b4fcbb849e79d21d16b114e4501a9:
> 
>   arm: socfpga: sr1500: Misc updates (SPI speed, env location)
> (2016-03-20 18:01:11 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160320/6b4db70e/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-03-20 20:41 Marek Vasut
  2016-03-21  1:27 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-03-20 20:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit e4fb863f6dec0002069d57422ebe3ce3af69a273:

  dm: blk: Add tests for block devices (2016-03-17 21:27:39 -0600)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 93d9fc26cb7b4fcbb849e79d21d16b114e4501a9:

  arm: socfpga: sr1500: Misc updates (SPI speed, env location)
(2016-03-20 18:01:11 +0100)

----------------------------------------------------------------
Chin Liang See (1):
      arm: socfpga: Enabling U-Boot environment support in QSPI

Marek Vasut (1):
      arm: socfpga: Fix SR1500 env position

Stefan Roese (2):
      arm: socfpga: Allow boards to define a custom environment size
      arm: socfpga: sr1500: Misc updates (SPI speed, env location)

 arch/arm/dts/socfpga_cyclone5_sr1500.dts |  2 +-
 configs/socfpga_sr1500_defconfig         |  2 ++
 include/configs/socfpga_common.h         |  8 ++++++++
 include/configs/socfpga_sr1500.h         | 25 +++++++++++++++----------
 4 files changed, 26 insertions(+), 11 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-02-24 18:14 Marek Vasut
@ 2016-02-25 15:23 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-02-25 15:23 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 24, 2016 at 07:14:34PM +0100, Marek Vasut wrote:

> The following changes since commit 52dd704bf8eda7ca039cdb398ec0b6895c3ef939:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-02-23
> 15:35:47 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e6e34ca3ad43eae88faccb01282385416d23e6e7:
> 
>   arm: socfpga: Fix ethernet reset handling (2016-02-24 19:13:03 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/c406cdeb/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-02-24 18:14 Marek Vasut
  2016-02-25 15:23 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-02-24 18:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit 52dd704bf8eda7ca039cdb398ec0b6895c3ef939:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-02-23
15:35:47 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to e6e34ca3ad43eae88faccb01282385416d23e6e7:

  arm: socfpga: Fix ethernet reset handling (2016-02-24 19:13:03 +0100)

----------------------------------------------------------------
Marek Vasut (5):
      arm: socfpga: Add missing CONFIG_BUILD_TARGET
      arm: socfpga: av_socdk: Add support for QSPI boot
      arm: socfpga: cv_socdk: Add support for QSPI boot
      arm: socfpga: Remove bashisms from qts filter
      arm: socfpga: Fix ethernet reset handling

 arch/arm/dts/socfpga_arria5_socdk.dts   |  2 ++
 arch/arm/dts/socfpga_cyclone5_socdk.dts |  2 ++
 arch/arm/mach-socfpga/misc.c            |  9 +++++++--
 arch/arm/mach-socfpga/qts-filter.sh     | 14 +++++++-------
 include/configs/socfpga_common.h        |  3 +++
 5 files changed, 21 insertions(+), 9 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-02-04 11:44 Marek Vasut
@ 2016-02-04 17:39 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-02-04 17:39 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 04, 2016 at 12:44:47PM +0100, Marek Vasut wrote:

> The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:
> 
>   Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a409a8b85ee337250043aa0c031a31b3a6639e74:
> 
>   Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" 
> (2016-02-04 12:43:21 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160204/43d69569/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-02-04 11:44 Marek Vasut
  2016-02-04 17:39 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-02-04 11:44 UTC (permalink / raw)
  To: u-boot

The following changes since commit 44189a032804c4a16632f4e80abf77f2820e9a48:

  Prepare v2016.03-rc1 (2016-02-02 11:29:50 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a409a8b85ee337250043aa0c031a31b3a6639e74:

  Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals" 
(2016-02-04 12:43:21 +0100)

----------------------------------------------------------------
Dinh Nguyen (1):
      Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA 
signals"

 drivers/fpga/socfpga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2016-01-16  6:09 Marek Vasut
@ 2016-01-16 19:35 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2016-01-16 19:35 UTC (permalink / raw)
  To: u-boot

On Sat, Jan 16, 2016 at 07:09:37AM +0100, Marek Vasut wrote:

> The following changes since commit 782acf7b52db6bec1a796773e3033b4afcd6c9e2:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2016-01-15 08:11:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 217db227df40e29d6a4726272303499a7cd7b904:
> 
>   socfpga: Modify qts-filter args to allow input for bsp generated files and 
> quartus project directories (2016-01-16 07:07:23 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom

                                                                                                                                                                                                                                                               
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160116/4e434295/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2016-01-16  6:09 Marek Vasut
  2016-01-16 19:35 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2016-01-16  6:09 UTC (permalink / raw)
  To: u-boot

The following changes since commit 782acf7b52db6bec1a796773e3033b4afcd6c9e2:

  Merge git://git.denx.de/u-boot-rockchip (2016-01-15 08:11:15 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 217db227df40e29d6a4726272303499a7cd7b904:

  socfpga: Modify qts-filter args to allow input for bsp generated files and 
quartus project directories (2016-01-16 07:07:23 +0100)

----------------------------------------------------------------
Dalon Westergreen (1):
      socfpga: Modify qts-filter args to allow input for bsp generated files and 
quartus project directories

Dinh Nguyen (1):
      arm: socfpga: set the fpga global bit to disable HPS to FPGA signals

Marek Vasut (1):
      ddr: altera: Init the rule ID in debug code

 arch/arm/mach-socfpga/qts-filter.sh | 76 
+++++++++++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/ddr/altera/sdram.c          |  1 +
 drivers/fpga/socfpga.c              |  2 +-
 3 files changed, 47 insertions(+), 32 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-12-23 15:27 ` Marek Vasut
@ 2015-12-27 15:10   ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-12-27 15:10 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 23, 2015 at 04:27:58PM +0100, Marek Vasut wrote:

> Hi,
> 
> I had to add one more patch, so below is an updated one:
> 
> The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:
> 
>   x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e662573822d24dcdc079d29ff397cb8bacf97b27:
> 
>   arm: socfpga: Fix i2c mux on cyclone5-socdk board (2015-12-23 16:11:49 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151227/ebdc75bc/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-12-23  3:15 Marek Vasut
  2015-12-23 15:27 ` Marek Vasut
@ 2015-12-27 15:10 ` Tom Rini
  1 sibling, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-12-27 15:10 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 23, 2015 at 04:15:07AM +0100, Marek Vasut wrote:

> The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:
> 
>   x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f464a631426a30ffcbf2d7f732e678df1b684be8:
> 
>   arm: socfpga: Fix USB doesn't work on socdk board (2015-12-23 04:04:46 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151227/f00cc64a/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-12-23  3:15 Marek Vasut
@ 2015-12-23 15:27 ` Marek Vasut
  2015-12-27 15:10   ` Tom Rini
  2015-12-27 15:10 ` Tom Rini
  1 sibling, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-12-23 15:27 UTC (permalink / raw)
  To: u-boot

Hi,

I had to add one more patch, so below is an updated one:

The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:

  x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to e662573822d24dcdc079d29ff397cb8bacf97b27:

  arm: socfpga: Fix i2c mux on cyclone5-socdk board (2015-12-23 16:11:49 +0100)

----------------------------------------------------------------
Chin Liang See (25):
      arm: socfpga: Consolidate SDMMC environment
      arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment
      arm: socfpga: arria5_socdk: Consolidate SDMMC environment
      arm: socfpga: de0_nano_soc: Consolidate SDMMC environment
      arm: socfpga: mcvevk: Consolidate SDMMC environment
      arm: socfpga: sockit: Consolidate SDMMC environment
      arm: socfpga: socrates: Consolidate SDMMC environment
      arm: socfpga: Enabling MTD default partitions
      arm: socfpga: Enable ubi and ubifs support
      arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: arria5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: sr1500: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: cyclone5_socdk: Enable ubiload console command
      arm: socfpga: arria5_socdk: Enable ubiload console command
      arm: socfpga: sockit: Enable ubiload console command
      arm: socfpga: sr1500: Enable ubiload console command
      arm: socfpga: cyclone5_socdk: Enable qspiload console command
      arm: socfpga: arria5_socdk: Enable qspiload console command
      arm: socfpga: sockit: Enable qspiload console command
      arm: socfpga: sr1500: Enable qspiload console command
      arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
      arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS
      arm: socfpga: sockit: Update qspiboot to use UBIFS
      arm: socfpga: sr1500: Update qspiboot to use UBIFS
      arm: socfpga: Fix i2c mux on cyclone5-socdk board

Marek Vasut (11):
      arm: socfpga: Actually enable L2 cache
      net: designware: Zap CONFIG_DW_AUTONEG
      net: designware: Zap trailing backslash
      arm: socfpga: Make /soc available in pre-reloc
      arm: socfpga: Enable simple bus in SPL on all boards
      arm: socfpga: Define NAND reset bit
      arm: socfpga: Unreset NAND in SPL
      arm: socfpga: Unreset NAND in U-Boot
      arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled
      arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled
      arm: socfpga: Add support for Denali NAND controller

Thomas Chou (1):
      net: eth_designware: select PHYLIB in Kconfig

shengjiangwu (3):
      arm: socfpga: Fix emac1 doesn't work on socdk board
      arm: socfpga: Fix QSPI doesn't work on socdk board
      arm: socfpga: Fix USB doesn't work on socdk board

 arch/arm/dts/socfpga_cyclone5_socdk.dts            |  4 ++++
 arch/arm/mach-socfpga/include/mach/reset_manager.h |  3 ++-
 arch/arm/mach-socfpga/misc.c                       | 17 +++++++++++++++--
 arch/arm/mach-socfpga/spl.c                        |  1 +
 board/altera/cyclone5-socdk/qts/pinmux_config.h    | 68 
++++++++++++++++++++++++++++++++++----------------------------------
 board/altera/cyclone5-socdk/qts/pll_config.h       |  4 ++--
 board/spear/spear600/spear600.c                    |  3 ---
 configs/socfpga_arria5_defconfig                   |  2 ++
 configs/socfpga_cyclone5_defconfig                 |  2 ++
 configs/socfpga_sr1500_defconfig                   |  1 +
 drivers/net/Kconfig                                |  1 +
 drivers/net/designware.c                           | 18 +++++++-----------
 include/configs/axs101.h                           |  6 ------
 include/configs/bf609-ezkit.h                      |  1 -
 include/configs/galileo.h                          |  1 -
 include/configs/socfpga_arria5_socdk.h             | 12 ++++++------
 include/configs/socfpga_common.h                   | 69 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 include/configs/socfpga_cyclone5_socdk.h           | 12 ++++++------
 include/configs/socfpga_de0_nano_soc.h             |  2 --
 include/configs/socfpga_mcvevk.h                   |  2 --
 include/configs/socfpga_sockit.h                   |  9 +++++++--
 include/configs/socfpga_socrates.h                 |  2 --
 include/configs/socfpga_sr1500.h                   | 10 ++++++----
 include/configs/spear-common.h                     |  1 -
 include/configs/stv0991.h                          |  1 -
 include/configs/sunxi-common.h                     |  2 --
 include/configs/tb100.h                            |  1 -
 include/configs/x600.h                             |  1 -
 28 files changed, 163 insertions(+), 93 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-12-23  3:15 Marek Vasut
  2015-12-23 15:27 ` Marek Vasut
  2015-12-27 15:10 ` Tom Rini
  0 siblings, 2 replies; 192+ messages in thread
From: Marek Vasut @ 2015-12-23  3:15 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:

  x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to f464a631426a30ffcbf2d7f732e678df1b684be8:

  arm: socfpga: Fix USB doesn't work on socdk board (2015-12-23 04:04:46 +0100)

----------------------------------------------------------------
Chin Liang See (24):
      arm: socfpga: Consolidate SDMMC environment
      arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment
      arm: socfpga: arria5_socdk: Consolidate SDMMC environment
      arm: socfpga: de0_nano_soc: Consolidate SDMMC environment
      arm: socfpga: mcvevk: Consolidate SDMMC environment
      arm: socfpga: sockit: Consolidate SDMMC environment
      arm: socfpga: socrates: Consolidate SDMMC environment
      arm: socfpga: Enabling MTD default partitions
      arm: socfpga: Enable ubi and ubifs support
      arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: arria5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: sr1500: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
      arm: socfpga: cyclone5_socdk: Enable ubiload console command
      arm: socfpga: arria5_socdk: Enable ubiload console command
      arm: socfpga: sockit: Enable ubiload console command
      arm: socfpga: sr1500: Enable ubiload console command
      arm: socfpga: cyclone5_socdk: Enable qspiload console command
      arm: socfpga: arria5_socdk: Enable qspiload console command
      arm: socfpga: sockit: Enable qspiload console command
      arm: socfpga: sr1500: Enable qspiload console command
      arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
      arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS
      arm: socfpga: sockit: Update qspiboot to use UBIFS
      arm: socfpga: sr1500: Update qspiboot to use UBIFS
                                                                                                                                                  
Marek Vasut (11):                                                                                                                                 
      arm: socfpga: Actually enable L2 cache                                                                                                      
      net: designware: Zap CONFIG_DW_AUTONEG                                                                                                      
      net: designware: Zap trailing backslash                                                                                                     
      arm: socfpga: Make /soc available in pre-reloc                                                                                              
      arm: socfpga: Enable simple bus in SPL on all boards                                                                                        
      arm: socfpga: Define NAND reset bit                                                                                                         
      arm: socfpga: Unreset NAND in SPL
      arm: socfpga: Unreset NAND in U-Boot
      arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled
      arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled
      arm: socfpga: Add support for Denali NAND controller

Thomas Chou (1):
      net: eth_designware: select PHYLIB in Kconfig

shengjiangwu (3):
      arm: socfpga: Fix emac1 doesn't work on socdk board
      arm: socfpga: Fix QSPI doesn't work on socdk board
      arm: socfpga: Fix USB doesn't work on socdk board

 arch/arm/dts/socfpga_cyclone5_socdk.dts            |  4 ++++
 arch/arm/mach-socfpga/include/mach/reset_manager.h |  3 ++-
 arch/arm/mach-socfpga/misc.c                       | 17 +++++++++++++++--
 arch/arm/mach-socfpga/spl.c                        |  1 +
 board/altera/cyclone5-socdk/qts/pinmux_config.h    | 64 
++++++++++++++++++++++++++++++++--------------------------------
 board/altera/cyclone5-socdk/qts/pll_config.h       |  4 ++--
 board/spear/spear600/spear600.c                    |  3 ---
 configs/socfpga_arria5_defconfig                   |  2 ++
 configs/socfpga_cyclone5_defconfig                 |  2 ++
 configs/socfpga_sr1500_defconfig                   |  1 +
 drivers/net/Kconfig                                |  1 +
 drivers/net/designware.c                           | 18 +++++++-----------
 include/configs/axs101.h                           |  6 ------
 include/configs/bf609-ezkit.h                      |  1 -
 include/configs/galileo.h                          |  1 -
 include/configs/socfpga_arria5_socdk.h             | 12 ++++++------
 include/configs/socfpga_common.h                   | 69 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 include/configs/socfpga_cyclone5_socdk.h           | 12 ++++++------
 include/configs/socfpga_de0_nano_soc.h             |  2 --
 include/configs/socfpga_mcvevk.h                   |  2 --
 include/configs/socfpga_sockit.h                   |  9 +++++++--
 include/configs/socfpga_socrates.h                 |  2 --
 include/configs/socfpga_sr1500.h                   | 10 ++++++----
 include/configs/spear-common.h                     |  1 -
 include/configs/stv0991.h                          |  1 -
 include/configs/sunxi-common.h                     |  2 --
 include/configs/tb100.h                            |  1 -
 include/configs/x600.h                             |  1 -
 28 files changed, 161 insertions(+), 91 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-12-20  3:01 Marek Vasut
@ 2015-12-21 14:34 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-12-21 14:34 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 20, 2015 at 04:01:49AM +0100, Marek Vasut wrote:

> The following changes since commit 4832e17787acb29734d895751bc7a594908aecc6:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2015-12-18 
> 07:28:24 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 48275c96ff4deaeca10d9e18c78f6a1e3653efa2:
> 
>   arm: socfpga: fix trivial header preprocessor for socfpga_common.h (2015-12-20 
> 03:44:56 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151221/a58ab0b3/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-12-20  3:01 Marek Vasut
  2015-12-21 14:34 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-12-20  3:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit 4832e17787acb29734d895751bc7a594908aecc6:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2015-12-18 
07:28:24 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 48275c96ff4deaeca10d9e18c78f6a1e3653efa2:

  arm: socfpga: fix trivial header preprocessor for socfpga_common.h (2015-12-20 
03:44:56 +0100)

----------------------------------------------------------------
Dinh Nguyen (5):
      arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR
      arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config property
      arm: socfpga: remove building scan manager
      arm: socfpga: fix up a questionable macro for SDMMC
      arm: socfpga: fix trivial header preprocessor for socfpga_common.h

Marek Vasut (20):
      net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF
      arm: socfpga: socrates: Add missing PHY skew config
      arm: socfpga: arria5-socdk: Remove Micrel PHY configuration
      arm: socfpga: cyclone5-socdk: Remove Micrel PHY configuration
      arm: socfpga: de0_nano: Remove Micrel PHY configuration
      arm: socfpga: sockit: Remove Micrel PHY configuration
      arm: socfpga: socrates: Remove Micrel PHY configuration
      arm: socfpga: Allow DWC2 UDC probing from OF
      arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded 
data
      arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded 
data
      arm: socfpga: de0_nano: Probe DWC2 UDC from OF instead of hard-coded data
      arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded data
      arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data
      arm: socfpga: socrates: Probe DWC2 UDC from OF instead of hard-coded data
      arm: socfpga: de0_nano: Zap VIRTUAL_TARGET
      arm: socfpga: sockit: Zap VIRTUAL_TARGET
      arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR
      arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD
      arm: socfpga: Introduce common board code
      arm: socfpga: Drop the board boilerplate

 arch/arm/dts/socfpga_arria5_socdk.dts               |   1 +
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts      |   5 +++
 arch/arm/dts/socfpga_cyclone5_mcvevk.dts            |   5 +++
 arch/arm/dts/socfpga_cyclone5_socdk.dts             |   9 +++---
 arch/arm/dts/socfpga_cyclone5_sockit.dts            |   9 ++++--
 arch/arm/dts/socfpga_cyclone5_socrates.dts          |  17 ++++++++++
 arch/arm/mach-socfpga/Kconfig                       |   5 +++
 arch/arm/mach-socfpga/Makefile                      |   5 +--
 arch/arm/mach-socfpga/board.c                       |  64 
++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/system_manager.h |  10 ++++--
 board/altera/arria5-socdk/socfpga.c                 |  79 
----------------------------------------------
 board/altera/cyclone5-socdk/socfpga.c               |  79 
----------------------------------------------
 board/denx/mcvevk/socfpga.c                         |  39 
-----------------------
 board/ebv/socrates/socfpga.c                        |  79 
----------------------------------------------
 board/sr1500/socfpga.c                              |  17 ----------
 board/terasic/de0-nano-soc/socfpga.c                |  66 
---------------------------------------
 board/terasic/sockit/socfpga.c                      |  79 
----------------------------------------------
 configs/socfpga_arria5_defconfig                    |   2 ++
 configs/socfpga_cyclone5_defconfig                  |   2 ++
 configs/socfpga_de0_nano_soc_defconfig              |   2 ++
 configs/socfpga_mcvevk_defconfig                    |   2 ++
 configs/socfpga_sockit_defconfig                    |   2 ++
 configs/socfpga_socrates_defconfig                  |   2 ++
 drivers/mmc/socfpga_dw_mmc.c                        |   5 +--
 drivers/net/phy/micrel.c                            | 146 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 include/configs/socfpga_arria5_socdk.h              |  15 ---------
 include/configs/socfpga_common.h                    |  19 +++++-------
 include/configs/socfpga_cyclone5_socdk.h            |  15 ---------
 include/configs/socfpga_de0_nano_soc.h              |  15 ---------
 include/configs/socfpga_mcvevk.h                    |   8 -----
 include/configs/socfpga_sockit.h                    |  19 ------------
 include/configs/socfpga_socrates.h                  |  15 ---------
 include/configs/socfpga_sr1500.h                    |   3 --
 include/fdtdec.h                                    |   1 +
 lib/fdtdec.c                                        |   1 +
 35 files changed, 289 insertions(+), 553 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/board.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-12-06 23:17 Marek Vasut
@ 2015-12-07 19:05 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-12-07 19:05 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 07, 2015 at 12:17:26AM +0100, Marek Vasut wrote:

> The following changes since commit 75507d5d5496a691aecb731f87d4d8d5cdf62b77:
> 
>   am33xx: Update serial pdata (2015-12-06 16:38:05 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to 540fcbca7e960b2855e7666fff8f11a7119341ee:
> 
>   arm: socfpga: Enable CONFIG_DM_MMC (2015-12-07 00:15:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151207/5015697e/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-12-06 23:17 Marek Vasut
  2015-12-07 19:05 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-12-06 23:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit 75507d5d5496a691aecb731f87d4d8d5cdf62b77:

  am33xx: Update serial pdata (2015-12-06 16:38:05 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to 540fcbca7e960b2855e7666fff8f11a7119341ee:

  arm: socfpga: Enable CONFIG_DM_MMC (2015-12-07 00:15:59 +0100)

----------------------------------------------------------------
Marek Vasut (3):
      arm: socfpga: Remove cpu_mmc_init()
      mmc: dwmmc: socfpga: Convert to DM
      arm: socfpga: Enable CONFIG_DM_MMC

Stefan Roese (1):
      arm: socfpga: Add SoCFPGA SR1500 board

 arch/arm/dts/Makefile                    |   4 +-
 arch/arm/dts/socfpga_cyclone5_sr1500.dts | 101 +++++++++++++++
 arch/arm/mach-socfpga/Kconfig            |   6 +
 arch/arm/mach-socfpga/misc.c             |  11 --
 board/sr1500/MAINTAINERS                 |   6 +
 board/sr1500/Makefile                    |   7 ++
 board/sr1500/qts/iocsr_config.h          | 660 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/sr1500/qts/pinmux_config.h         | 219 ++++++++++++++++++++++++++++++++
 board/sr1500/qts/pll_config.h            |  85 +++++++++++++
 board/sr1500/qts/sdram_config.h          | 341 
++++++++++++++++++++++++++++++++++++++++++++++++++
 board/sr1500/socfpga.c                   |  44 +++++++
 configs/socfpga_arria5_defconfig         |   1 +
 configs/socfpga_cyclone5_defconfig       |   1 +
 configs/socfpga_de0_nano_soc_defconfig   |   1 +
 configs/socfpga_mcvevk_defconfig         |   1 +
 configs/socfpga_sockit_defconfig         |   1 +
 configs/socfpga_socrates_defconfig       |   1 +
 configs/socfpga_sr1500_defconfig         |  19 +++
 drivers/mmc/socfpga_dw_mmc.c             | 136 +++++++++-----------
 include/configs/socfpga_sr1500.h         | 115 +++++++++++++++++
 20 files changed, 1672 insertions(+), 88 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_sr1500.dts
 create mode 100644 board/sr1500/MAINTAINERS
 create mode 100644 board/sr1500/Makefile
 create mode 100644 board/sr1500/qts/iocsr_config.h
 create mode 100644 board/sr1500/qts/pinmux_config.h
 create mode 100644 board/sr1500/qts/pll_config.h
 create mode 100644 board/sr1500/qts/sdram_config.h
 create mode 100644 board/sr1500/socfpga.c
 create mode 100644 configs/socfpga_sr1500_defconfig
 create mode 100644 include/configs/socfpga_sr1500.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-11-30 12:31 Marek Vasut
@ 2015-11-30 20:17 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-11-30 20:17 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 30, 2015 at 01:31:12PM +0100, Marek Vasut wrote:

> The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to 486f4fa98c65baa6d70008ceb2d93ac0f8f7bd96:
> 
>   arm: socfpga: Remove fsloadcmd from environment (2015-11-30 13:30:19 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151130/8d2a72a8/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-11-30 12:31 Marek Vasut
  2015-11-30 20:17 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-11-30 12:31 UTC (permalink / raw)
  To: u-boot

The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 
-0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to 486f4fa98c65baa6d70008ceb2d93ac0f8f7bd96:

  arm: socfpga: Remove fsloadcmd from environment (2015-11-30 13:30:19 +0100)

----------------------------------------------------------------
Chin Liang See (3):
      mmc: socfpga_dw_mmc: Move drvsel and smplsel to dts
      arm: socfpga: dts: Adding drvsel and smplsel to dts
      arm: socfpga: Remove fsloadcmd from environment

Dinh Nguyen (2):
      ARM: socfpga: arria10: add base address map for Arria10
      ARM: socfpga: rename the cyclone5 and arria5 base address file

Marek Vasut (1):
      arm: socfpga: Repair SoCrates board

Philipp Rosenberger (1):
      arm: socfpga: reset: FIX address of tstscratch register

 arch/arm/dts/socfpga_arria5.dtsi                                             |   
2 +
 arch/arm/dts/socfpga_cyclone5.dtsi                                           |   
2 +
 arch/arm/dts/socfpga_cyclone5_socrates.dts                                   |   
5 +
 arch/arm/mach-socfpga/Kconfig                                                |   
7 +
 arch/arm/mach-socfpga/include/mach/base_addr_a10.h                           |  
45 +++++
 arch/arm/mach-socfpga/include/mach/{socfpga_base_addrs.h => base_addr_ac5.h} |   
0
 arch/arm/mach-socfpga/include/mach/reset_manager.h                           |   
1 +
 board/ebv/socrates/MAINTAINERS                                               |   
6 +
 board/ebv/socrates/Makefile                                                  |   
9 +
 board/ebv/socrates/qts/iocsr_config.h                                        | 
660 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/ebv/socrates/qts/pinmux_config.h                                       | 
219 ++++++++++++++++++++
 board/ebv/socrates/qts/pll_config.h                                          |  
85 ++++++++
 board/ebv/socrates/qts/sdram_config.h                                        | 
341 ++++++++++++++++++++++++++++++++
 board/ebv/socrates/socfpga.c                                                 |  
85 ++++++++
 configs/socfpga_socrates_defconfig                                           |   
3 +-
 drivers/mmc/socfpga_dw_mmc.c                                                 |  
29 ++-
 include/configs/socfpga_arria5_socdk.h                                       |   
3 +-
 include/configs/socfpga_common.h                                             |   
2 -
 include/configs/socfpga_cyclone5_socdk.h                                     |   
3 +-
 include/configs/socfpga_de0_nano_soc.h                                       |   
3 +-
 include/configs/socfpga_mcvevk.h                                             |   
2 +-
 include/configs/socfpga_sockit.h                                             |   
3 +-
 include/configs/socfpga_socrates.h                                           |  
95 +++++++++
 23 files changed, 1590 insertions(+), 20 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/base_addr_a10.h
 rename arch/arm/mach-socfpga/include/mach/{socfpga_base_addrs.h => 
base_addr_ac5.h} (100%)
 create mode 100644 board/ebv/socrates/MAINTAINERS
 create mode 100644 board/ebv/socrates/Makefile
 create mode 100644 board/ebv/socrates/qts/iocsr_config.h
 create mode 100644 board/ebv/socrates/qts/pinmux_config.h
 create mode 100644 board/ebv/socrates/qts/pll_config.h
 create mode 100644 board/ebv/socrates/qts/sdram_config.h
 create mode 100644 board/ebv/socrates/socfpga.c
 create mode 100644 include/configs/socfpga_socrates.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-11-05  2:50 Marek Vasut
@ 2015-11-05 15:50 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-11-05 15:50 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 05, 2015 at 03:50:01AM +0100, Marek Vasut wrote:

> The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:
> 
>   mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
> -0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to a55f28624e97e1e43ac333c39713b8b9435fcbd3:
> 
>   arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash (2015-11-05 
> 02:34:15 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151105/6cfca3be/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-11-05  2:50 Marek Vasut
  2015-11-05 15:50 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-11-05  2:50 UTC (permalink / raw)
  To: u-boot

The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:

  mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 
-0800)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to a55f28624e97e1e43ac333c39713b8b9435fcbd3:

  arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash (2015-11-05 
02:34:15 +0100)

----------------------------------------------------------------
Chin Liang See (5):
      lib, fdt: Adding fdtdec_get_uint function
      spi: cadence_qspi: Ensure spi_calibration is run when sclk change
      spi: cadence_qspi: Fix fdt read of spi-max-frequency
      spi: cadence_qspi: Ensure check for max frequency in place
      arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash

Dinh Nguyen (1):
      arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit defines

 arch/arm/dts/socfpga_cyclone5_socdk.dts            |  2 +-
 arch/arm/mach-socfpga/include/mach/reset_manager.h |  6 +++---
 drivers/spi/cadence_qspi.c                         | 33 
++++++++++++++++++++-------------
 drivers/spi/cadence_qspi.h                         |  1 +
 include/fdtdec.h                                   | 13 +++++++++++++
 lib/fdtdec_common.c                                | 18 ++++++++++++++++++
 6 files changed, 56 insertions(+), 17 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-10-17  0:13 Marek Vasut
@ 2015-10-17  0:22 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-10-17  0:22 UTC (permalink / raw)
  To: u-boot

On Sat, Oct 17, 2015 at 02:13:57AM +0200, Marek Vasut wrote:

> The following changes since commit 1275456d31cc130738775dca19b0a2ab1374cfbd:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-10-15 17:45:39 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to 3790a8c66266de6361c8be1544d244f8adb71fb9:
> 
>   arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts 
> (2015-10-17 01:47:31 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151016/69d8d79f/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-10-17  0:13 Marek Vasut
  2015-10-17  0:22 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-10-17  0:13 UTC (permalink / raw)
  To: u-boot

The following changes since commit 1275456d31cc130738775dca19b0a2ab1374cfbd:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-10-15 17:45:39 
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to 3790a8c66266de6361c8be1544d244f8adb71fb9:

  arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts 
(2015-10-17 01:47:31 +0200)

----------------------------------------------------------------
Dinh Nguyen (2):
      arm: socfpga: enable data/inst prefetch and shared override in the L2
      arm: dts: socfpga: add "u-boot,dm-pre-reloc" to socfpga_cyclone5_socdk dts

 arch/arm/dts/socfpga_cyclone5_socdk.dts |  3 +++
 arch/arm/include/asm/pl310.h            |  2 ++
 arch/arm/mach-socfpga/misc.c            | 12 ++++++++++++
 3 files changed, 17 insertions(+)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-09-24  8:27 ` Marek Vasut
@ 2015-09-24 21:10   ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-09-24 21:10 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 24, 2015 at 10:27:50AM +0200, Marek Vasut wrote:

> Hi, here's an updated one
> 
> The following changes since commit 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:
> 
>   pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19 15:42:15 
> -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to aad604aef36e90bd42b4ce1969960f3427be4a7a:
> 
>   arm: socfpga: Enable env support on MCV (2015-09-24 09:07:58 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150924/99323308/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-09-23  1:56 Marek Vasut
@ 2015-09-24  8:27 ` Marek Vasut
  2015-09-24 21:10   ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-09-24  8:27 UTC (permalink / raw)
  To: u-boot

Hi, here's an updated one

The following changes since commit 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:

  pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19 15:42:15 
-0600)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to aad604aef36e90bd42b4ce1969960f3427be4a7a:

  arm: socfpga: Enable env support on MCV (2015-09-24 09:07:58 +0200)

----------------------------------------------------------------
Dinh Nguyen (3):
      arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
      arm: socfpga: update MAINTAINERS' file for cyclone5_socdk and arria5_socdk
      arm: socfpga: Enable saveenv for SD/MMC

Marek Vasut (1):
      arm: socfpga: Enable env support on MCV

Stefan Roese (1):
      arm: socfpga: Fix cache configuration

 arch/arm/mach-socfpga/Kconfig                                    | 4 ++--
 board/altera/arria5-socdk/MAINTAINERS                            | 4 ++--
 board/altera/cyclone5-socdk/MAINTAINERS                          | 4 ++--
 include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h}     | 4 ++++
 include/configs/socfpga_common.h                                 | 2 --
 include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} | 4 ++++
 include/configs/socfpga_de0_nano_soc.h                           | 4 ++++
 include/configs/socfpga_mcvevk.h                                 | 6 ++++++
 include/configs/socfpga_sockit.h                                 | 4 ++++
 9 files changed, 28 insertions(+), 8 deletions(-)
 rename include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h} (95%)
 rename include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} (95%)

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-09-23  1:56 Marek Vasut
  2015-09-24  8:27 ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-09-23  1:56 UTC (permalink / raw)
  To: u-boot

Hi, here are some minor SoCFPGA fixes:

The following changes since commit 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:

  pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19 15:42:15 
-0600)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to 4348f36bbbc91633022a39739c584a83af1762d8:

  arm: socfpga: update MAINTAINERS' file for cyclone5_socdk and arria5_socdk 
(2015-09-23 03:55:28 +0200)

----------------------------------------------------------------
Dinh Nguyen (2):
      arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
      arm: socfpga: update MAINTAINERS' file for cyclone5_socdk and arria5_socdk

Stefan Roese (1):
      arm: socfpga: Fix cache configuration

 arch/arm/mach-socfpga/Kconfig                                    | 4 ++--
 board/altera/arria5-socdk/MAINTAINERS                            | 4 ++--
 board/altera/cyclone5-socdk/MAINTAINERS                          | 4 ++--
 include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h}     | 0
 include/configs/socfpga_common.h                                 | 1 -
 include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} | 0
 6 files changed, 6 insertions(+), 7 deletions(-)
 rename include/configs/{socfpga_arria5.h => socfpga_arria5_socdk.h} (100%)
 rename include/configs/{socfpga_cyclone5.h => socfpga_cyclone5_socdk.h} (100%)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-09-12 18:26 Marek Vasut
@ 2015-09-13  1:44 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-09-13  1:44 UTC (permalink / raw)
  To: u-boot

On Sat, Sep 12, 2015 at 08:26:00PM +0200, Marek Vasut wrote:

> The following changes since commit 89983478bdc99996bbc26bd63fd00358d3082cbe:
> 
>   gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to 4ae6cfe33230592515f33c4a98cd3a5e22d44457:
> 
>   arm: socfpga: mcvevk: Update DRAM clock to 400MHz (2015-09-12 20:25:00 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150912/6880ad7f/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-09-12 18:26 Marek Vasut
  2015-09-13  1:44 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-09-12 18:26 UTC (permalink / raw)
  To: u-boot

The following changes since commit 89983478bdc99996bbc26bd63fd00358d3082cbe:

  gpio: lpc32xx: fix issues with port3 gpio (2015-09-11 17:15:34 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to 4ae6cfe33230592515f33c4a98cd3a5e22d44457:

  arm: socfpga: mcvevk: Update DRAM clock to 400MHz (2015-09-12 20:25:00 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      arm: socfpga: mcvevk: Update DRAM clock to 400MHz

 board/denx/mcvevk/qts/iocsr_config.h | 128 
++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------
 board/denx/mcvevk/qts/pll_config.h   |   6 ++---
 board/denx/mcvevk/qts/sdram_config.h |  36 ++++++++++++++---------------
 3 files changed, 85 insertions(+), 85 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-09-07 12:13 Marek Vasut
@ 2015-09-08  0:19 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-09-08  0:19 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 07, 2015 at 02:13:06PM +0200, Marek Vasut wrote:

> The following changes since commit 6015f8f1b6fc30de7b4839bd691058583ec7f521:
> 
>   doc: document the fdtdir PXE command (2015-09-03 16:59:07 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git 
> 
> for you to fetch changes up to a7ed0ac2620b00c6eb85227f3c66bc169ad11f44:
> 
>   net: altera_tse: Zap unused variable (2015-09-04 16:09:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150907/8434df5b/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-09-07 12:13 Marek Vasut
  2015-09-08  0:19 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-09-07 12:13 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6015f8f1b6fc30de7b4839bd691058583ec7f521:

  doc: document the fdtdir PXE command (2015-09-03 16:59:07 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git 

for you to fetch changes up to a7ed0ac2620b00c6eb85227f3c66bc169ad11f44:

  net: altera_tse: Zap unused variable (2015-09-04 16:09:44 +0200)

----------------------------------------------------------------
Dinh Nguyen (1):
      arm: socfpga: Add support for the Terasic DE-0 Atlas board

Marek Vasut (8):
      mmc: dw_mmc: Probe the MMC from OF
      arm: socfpga: Assure ISWGRP 0 and 1 are inited
      arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL
      arm: socfpga: Zap OF_CONTROL checks, it's always enabled
      arm: socfpga: Do not call board_init_r() from board_init_f()
      arm: socfpga: Add support for Terasic SoCkit board
      arm: socfpga: Add support for DENX MCV SoM and MCVEVK board
      net: altera_tse: Zap unused variable

 arch/arm/Kconfig                               |   2 +
 arch/arm/dts/Makefile                          |   3 +
 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts |  61 +++++++++
 arch/arm/dts/socfpga_cyclone5_mcvevk.dts       |  53 ++++++++
 arch/arm/dts/socfpga_cyclone5_sockit.dts       |  92 +++++++++++++
 arch/arm/mach-socfpga/Kconfig                  |  21 +++
 arch/arm/mach-socfpga/include/mach/dwmmc.h     |   2 +-
 arch/arm/mach-socfpga/misc.c                   |   9 +-
 arch/arm/mach-socfpga/reset_manager.c          |   8 +-                                                                                          
 arch/arm/mach-socfpga/spl.c                    |   2 -                                                                                           
 board/denx/mcvevk/MAINTAINERS                  |   5 +                                                                                           
 board/denx/mcvevk/Makefile                     |   9 ++                                                                                          
 board/denx/mcvevk/qts/iocsr_config.h           | 660 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 board/denx/mcvevk/qts/pinmux_config.h          | 219 
++++++++++++++++++++++++++++++                                                              
 board/denx/mcvevk/qts/pll_config.h             |  85 ++++++++++++                                                                                
 board/denx/mcvevk/qts/sdram_config.h           | 341 
+++++++++++++++++++++++++++++++++++++++++++++++                                             
 board/denx/mcvevk/socfpga.c                    |  45 +++++++
 board/terasic/de0-nano-soc/MAINTAINERS         |   5 +
 board/terasic/de0-nano-soc/Makefile            |   9 ++
 board/terasic/de0-nano-soc/qts/iocsr_config.h  | 658 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/de0-nano-soc/qts/pinmux_config.h | 220 
+++++++++++++++++++++++++++++++
 board/terasic/de0-nano-soc/qts/pll_config.h    |  85 ++++++++++++
 board/terasic/de0-nano-soc/qts/sdram_config.h  | 342 
+++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/de0-nano-soc/socfpga.c           |  72 ++++++++++
 board/terasic/sockit/MAINTAINERS               |   5 +
 board/terasic/sockit/Makefile                  |   9 ++
 board/terasic/sockit/qts/iocsr_config.h        | 660 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/sockit/qts/pinmux_config.h       | 219 
++++++++++++++++++++++++++++++
 board/terasic/sockit/qts/pll_config.h          |  85 ++++++++++++
 board/terasic/sockit/qts/sdram_config.h        | 341 
+++++++++++++++++++++++++++++++++++++++++++++++
 board/terasic/sockit/socfpga.c                 |  85 ++++++++++++
 configs/socfpga_de0_nano_soc_defconfig         |  20 +++
 configs/socfpga_mcvevk_defconfig               |  21 +++
 configs/socfpga_sockit_defconfig               |  26 ++++
 drivers/mmc/socfpga_dw_mmc.c                   |  81 ++++++++++--
 drivers/net/altera_tse.c                       |   2 -
 include/configs/socfpga_common.h               |   7 +-
 include/configs/socfpga_de0_nano_soc.h         |  87 ++++++++++++
 include/configs/socfpga_mcvevk.h               | 132 +++++++++++++++++++
 include/configs/socfpga_sockit.h               |  92 +++++++++++++
 include/fdtdec.h                               |   1 +
 lib/fdtdec.c                                   |   1 +
 42 files changed, 4851 insertions(+), 31 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
 create mode 100644 arch/arm/dts/socfpga_cyclone5_mcvevk.dts
 create mode 100644 arch/arm/dts/socfpga_cyclone5_sockit.dts
 create mode 100644 board/denx/mcvevk/MAINTAINERS
 create mode 100644 board/denx/mcvevk/Makefile
 create mode 100644 board/denx/mcvevk/qts/iocsr_config.h
 create mode 100644 board/denx/mcvevk/qts/pinmux_config.h
 create mode 100644 board/denx/mcvevk/qts/pll_config.h
 create mode 100644 board/denx/mcvevk/qts/sdram_config.h
 create mode 100644 board/denx/mcvevk/socfpga.c
 create mode 100644 board/terasic/de0-nano-soc/MAINTAINERS
 create mode 100644 board/terasic/de0-nano-soc/Makefile
 create mode 100644 board/terasic/de0-nano-soc/qts/iocsr_config.h
 create mode 100644 board/terasic/de0-nano-soc/qts/pinmux_config.h
 create mode 100644 board/terasic/de0-nano-soc/qts/pll_config.h
 create mode 100644 board/terasic/de0-nano-soc/qts/sdram_config.h
 create mode 100644 board/terasic/de0-nano-soc/socfpga.c
 create mode 100644 board/terasic/sockit/MAINTAINERS
 create mode 100644 board/terasic/sockit/Makefile
 create mode 100644 board/terasic/sockit/qts/iocsr_config.h
 create mode 100644 board/terasic/sockit/qts/pinmux_config.h
 create mode 100644 board/terasic/sockit/qts/pll_config.h
 create mode 100644 board/terasic/sockit/qts/sdram_config.h
 create mode 100644 board/terasic/sockit/socfpga.c
 create mode 100644 configs/socfpga_de0_nano_soc_defconfig
 create mode 100644 configs/socfpga_mcvevk_defconfig
 create mode 100644 configs/socfpga_sockit_defconfig
 create mode 100644 include/configs/socfpga_de0_nano_soc.h
 create mode 100644 include/configs/socfpga_mcvevk.h
 create mode 100644 include/configs/socfpga_sockit.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-08-23 10:02 Marek Vasut
@ 2015-08-24 13:44 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-08-24 13:44 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 23, 2015 at 12:02:17PM +0200, Marek Vasut wrote:

> Hi,
> 
> SoCFPGA pull request , there are still a couple of radical changes, but
> the situation is calming down considerably :)
> 
> The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:
> 
>   ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to 29aa439759ed2e5dfa45cd8d6d5a1d51604e3820:
> 
>   arm: socfpga: Fix ArriaV SoCDK PLL config (2015-08-23 11:56:21 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150824/7425b9b6/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-08-23 10:02 Marek Vasut
  2015-08-24 13:44 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-08-23 10:02 UTC (permalink / raw)
  To: u-boot

Hi,

SoCFPGA pull request , there are still a couple of radical changes, but
the situation is calming down considerably :)

The following changes since commit 8d77576371381ade83de475bb639949b44941e8c:

  ARM: davinci: remove support for cam_enc_4xx (2015-08-20 12:55:50 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to 29aa439759ed2e5dfa45cd8d6d5a1d51604e3820:

  arm: socfpga: Fix ArriaV SoCDK PLL config (2015-08-23 11:56:21 +0200)

----------------------------------------------------------------
Marek Vasut (21):
      ddr: altera: Replace float multiplication with integer one
      ddr: altera: Repair uninited variable
      arm: socfpga: Fix delay in freeze controller
      arm: socfpga: Fix delay in clock manager
      arm: socfpga: Make the DT mmc node consistent
      arm: socfpga: Do not enable gmac1 in Cyclone V dtsi
      arm: socfpga: Move wrappers into platform directory
      arm: socfpga: Unbind CPU type from board type
      arm: socfpga: Split Altera socfpga into AV and CV SoCDK
      arm: socfpga: Remove CV-specific parts from AV-SoCDK
      arm: socfpga: Remove AV-specific parts from CV-SoCDK
      arm: socfpga: Add qts-filter.sh script
      arm: socfpga: Switch to filtered QTS files
      arm: socfpga: Make the pinmux table const u8
      gpio: Add DW APB GPIO driver
      arm: socfpga: dts: Add bank-name property to each GPIO bank
      arm: socfpga: Enable DWAPB GPIO driver
      arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK
      arm: socfpga: Fix SD/MMC boot on ArriaV SoCDK
      arm: socfpga: Enable ethernet on ArriaV SoCDK
      arm: socfpga: Fix ArriaV SoCDK PLL config

 arch/arm/dts/socfpga.dtsi                                           |    6 +-
 arch/arm/dts/socfpga_arria5_socdk.dts                               |    6 +
 arch/arm/dts/socfpga_cyclone5.dtsi                                  |    6 -
 arch/arm/dts/socfpga_cyclone5_socrates.dts                          |    3 +-
 arch/arm/mach-socfpga/Kconfig                                       |   26 +-
 arch/arm/mach-socfpga/Makefile                                      |    9 +
 arch/arm/mach-socfpga/clock_manager.c                               |   12 +-
 arch/arm/mach-socfpga/freeze_controller.c                           |   12 +-
 arch/arm/mach-socfpga/include/mach/system_manager.h                 |    3 +-
 arch/arm/mach-socfpga/qts-filter.sh                                 |  205 
+++++++++++
 arch/arm/mach-socfpga/system_manager.c                              |    2 +-
 {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_iocsr_config.c |    7 +-
 arch/arm/mach-socfpga/wrap_pinmux_config.c                          |   17 +
 {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_pll_config.c   |    2 +-
 {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_sdram_config.c |    8 +-
 board/altera/arria5-socdk/MAINTAINERS                               |    7 +
 board/altera/{socfpga => arria5-socdk}/Makefile                     |    4 +-
 board/altera/arria5-socdk/qts/iocsr_config.h                        |  696 
++++++++++++++++++++++++++++++++++++
 board/altera/arria5-socdk/qts/pinmux_config.h                       |  219 
++++++++++++
 board/altera/arria5-socdk/qts/pll_config.h                          |   85 
+++++
 board/altera/arria5-socdk/qts/sdram_config.h                        |  340 
++++++++++++++++++
 board/altera/{socfpga => arria5-socdk}/socfpga.c                    |    0
 board/altera/{socfpga => cyclone5-socdk}/MAINTAINERS                |    2 +-
 board/altera/cyclone5-socdk/Makefile                                |    9 +
 board/altera/cyclone5-socdk/qts/iocsr_config.h                      |  660 
++++++++++++++++++++++++++++++++++
 board/altera/cyclone5-socdk/qts/pinmux_config.h                     |  219 
++++++++++++
 board/altera/cyclone5-socdk/qts/pll_config.h                        |   85 
+++++
 board/altera/cyclone5-socdk/qts/sdram_config.h                      |  342 
++++++++++++++++++
 board/altera/cyclone5-socdk/socfpga.c                               |   85 
+++++
 board/altera/socfpga/qts/iocsr_config.c                             | 1345 
---------------------------------------------------------------------
 board/altera/socfpga/qts/iocsr_config.h                             |   26 --
 board/altera/socfpga/qts/pinmux_config.c                            |  429 
----------------------
 board/altera/socfpga/qts/pinmux_config.h                            |   54 ---
 board/altera/socfpga/qts/pll_config.h                               |  109 
------
 board/altera/socfpga/qts/sdram_config.h                             |  100 
------
 board/altera/socfpga/qts/sequencer_auto.h                           |  128 
-------
 board/altera/socfpga/qts/sequencer_auto_ac_init.h                   |   84 
-----
 board/altera/socfpga/qts/sequencer_auto_inst_init.h                 |  268 
--------------
 board/altera/socfpga/qts/sequencer_defines.h                        |  122 
-------
 board/altera/socfpga/wrap_pinmux_config.c                           |   35 --
 configs/socfpga_arria5_defconfig                                    |    6 +
 configs/socfpga_cyclone5_defconfig                                  |    3 +
 configs/socfpga_socrates_defconfig                                  |    3 +
 drivers/ddr/altera/sequencer.c                                      |    4 +-
 drivers/gpio/Kconfig                                                |    7 +
 drivers/gpio/Makefile                                               |    1 +
 drivers/gpio/dwapb_gpio.c                                           |  167 
+++++++++
 include/configs/socfpga_arria5.h                                    |    2 +-
 include/configs/socfpga_cyclone5.h                                  |    2 +-
 49 files changed, 3219 insertions(+), 2753 deletions(-)
 create mode 100755 arch/arm/mach-socfpga/qts-filter.sh
 rename {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_iocsr_config.c 
(87%)
 create mode 100644 arch/arm/mach-socfpga/wrap_pinmux_config.c
 rename {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_pll_config.c (99%)
 rename {board/altera/socfpga => arch/arm/mach-socfpga}/wrap_sdram_config.c 
(98%)
 create mode 100644 board/altera/arria5-socdk/MAINTAINERS
 rename board/altera/{socfpga => arria5-socdk}/Makefile (57%)
 create mode 100644 board/altera/arria5-socdk/qts/iocsr_config.h
 create mode 100644 board/altera/arria5-socdk/qts/pinmux_config.h
 create mode 100644 board/altera/arria5-socdk/qts/pll_config.h
 create mode 100644 board/altera/arria5-socdk/qts/sdram_config.h
 rename board/altera/{socfpga => arria5-socdk}/socfpga.c (100%)
 rename board/altera/{socfpga => cyclone5-socdk}/MAINTAINERS (89%)
 create mode 100644 board/altera/cyclone5-socdk/Makefile
 create mode 100644 board/altera/cyclone5-socdk/qts/iocsr_config.h
 create mode 100644 board/altera/cyclone5-socdk/qts/pinmux_config.h
 create mode 100644 board/altera/cyclone5-socdk/qts/pll_config.h
 create mode 100644 board/altera/cyclone5-socdk/qts/sdram_config.h
 create mode 100644 board/altera/cyclone5-socdk/socfpga.c
 delete mode 100644 board/altera/socfpga/qts/iocsr_config.c
 delete mode 100644 board/altera/socfpga/qts/iocsr_config.h
 delete mode 100644 board/altera/socfpga/qts/pinmux_config.c
 delete mode 100644 board/altera/socfpga/qts/pinmux_config.h
 delete mode 100644 board/altera/socfpga/qts/pll_config.h
 delete mode 100644 board/altera/socfpga/qts/sdram_config.h
 delete mode 100644 board/altera/socfpga/qts/sequencer_auto.h
 delete mode 100644 board/altera/socfpga/qts/sequencer_auto_ac_init.h
 delete mode 100644 board/altera/socfpga/qts/sequencer_auto_inst_init.h
 delete mode 100644 board/altera/socfpga/qts/sequencer_defines.h
 delete mode 100644 board/altera/socfpga/wrap_pinmux_config.c
 create mode 100644 drivers/gpio/dwapb_gpio.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-08-09  0:19 ` Tom Rini
@ 2015-08-09  0:22   ` Marek Vasut
  0 siblings, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2015-08-09  0:22 UTC (permalink / raw)
  To: u-boot

On Sunday, August 09, 2015 at 02:19:56 AM, Tom Rini wrote:
> On Sat, Aug 08, 2015 at 02:24:43PM +0200, Marek Vasut wrote:
> > The following changes since commit ae27120c31d58b8bb694d9155bcffdcfae8552a6:
> >   Merge git://git.denx.de/u-boot-dm (2015-08-06 19:56:03 -0400)
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-socfpga.git HEAD
> > 
> > for you to fetch changes up to bd48c0617b5c7212e5bf22169e716da878842da4:
> >   arm: socfpga: misc: Add support for printing FPGA type (2015-08-08
> >   14:14:30
> > 
> > +0200)
> 
> Applied to u-boot/master, thanks!

Woohoo! Thanks :)

Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-08-08 12:24 Marek Vasut
@ 2015-08-09  0:19 ` Tom Rini
  2015-08-09  0:22   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Tom Rini @ 2015-08-09  0:19 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 08, 2015 at 02:24:43PM +0200, Marek Vasut wrote:

> The following changes since commit ae27120c31d58b8bb694d9155bcffdcfae8552a6:
> 
>   Merge git://git.denx.de/u-boot-dm (2015-08-06 19:56:03 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to bd48c0617b5c7212e5bf22169e716da878842da4:
> 
>   arm: socfpga: misc: Add support for printing FPGA type (2015-08-08 14:14:30 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150808/1fb32ac7/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-08-08 12:24 Marek Vasut
  2015-08-09  0:19 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-08-08 12:24 UTC (permalink / raw)
  To: u-boot

The following changes since commit ae27120c31d58b8bb694d9155bcffdcfae8552a6:

  Merge git://git.denx.de/u-boot-dm (2015-08-06 19:56:03 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to bd48c0617b5c7212e5bf22169e716da878842da4:

  arm: socfpga: misc: Add support for printing FPGA type (2015-08-08 14:14:30 
+0200)

----------------------------------------------------------------
Dinh Nguyen (6):
      driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
      driver/ddr/altera: Add the sdram calibration portion
      arm: socfpga: enable the Altera SDRAM controller driver
      ddr: altera: sequencer: add RW_MGR_MEM_NUMBER_OF_RANKS
      arm: socfpga: scan: Add code to get FPGA ID
      arm: socfpga: misc: Add support for printing FPGA type

Marek Vasut (223):
      arm: socfpga: Fix FPGA bitstream programming routine
      arm: dts: socfpga: Fix SPI aliases
      arm: dts: socfpga: Add mmc alias
      arm: socfpga: Move generated files into qts subdir
      net: designware: Add SoCFPGA GMAC DT compatible string
      net: designware: Rename the driver var name to eth_designware
      arm: socfpga: Move sdram_config.h to board dir
      ddr: altera: Move struct sdram_prot_rule prototype
      ddr: altera: Fix typo in mp_threshold1 programming
      ddr: altera: Fix debug message format in sequencer
      arm: socfpga: reset: Add missing reset manager regs
      arm: socfpga: reset: Start reworking the SoCFPGA reset manager
      arm: socfpga: reset: Implement unified function to toggle reset
      arm: socfpga: reset: Replace ad-hoc reset functions
      arm: socfpga: reset: Repair bridge reset handling
      arm: socfpga: reset: Add function to reset add peripherals
      arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
      arm: socfpga: clock: Get rid of cm_config_t typedef
      arm: socfpga: clock: Clean up pll_config.h
      arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
      arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
      arm: socfpga: scan: Zap iocsr_scan_chain*_table()
      arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio()
      arm: socfpga: system: Clean up pinmux_config.c
      arm: socfpga: spl: Toggle warm reset config I/O bit
      arm: socfpga: spl: Configure SCU and NIC-301 early
      arm: socfpga: spl: Add missing reset logic
      arm: socfpga: spl: Merge spl_board_init() into board_init_f()
      arm: socfpga: spl: Remove custom linker script
      arm: socfpga: spl: Add support for booting from SD/MMC
      arm: socfpga: spl: Add support for booting from QSPI
      arm: socfpga: spl: Add support for selecting boot device from BSEL
      arm: socfpga: misc: Fix warm reset
      arm: socfpga: misc: Add support for printing boot mode
      arm: socfpga: misc: Export bootmode into environment variable
      arm: socfpga: misc: Probe ethernet GMAC from OF
      arm: socfpga: misc: Reset ethernet from OF
      arm: socfpga: config: Move SPL GD and malloc to RAM
      arm: socfpga: config: Zap incorrect config options
      arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build
      arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR
      arm: socfpga: config: Fix LOADADDR
      arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful
      Makefile: Add target for building bootable SPL image for SoCFPGA
      ddr: altera: Minor indent fix in set_rank_and_odt_mask()
      ddr: altera: Clean up ugly casts in sdram_calibration_full()
      ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
      ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
      ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
      ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
      ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
      ddr: altera: Pluck out remaining sdr_get_addr() calls
      ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS
      ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly
      ddr: altera: Massage addr into I/O accessors
      ddr: altera: Clean up hc_initialize_rom_data()
      ddr: altera: Clean up initialize_reg_file()
      ddr: altera: Clean up initialize_hps_phy()
      ddr: altera: Clean up reg_file_set*()
      ddr: altera: Clean up scc manager function args
      ddr: altera: Reorder scc manager functions
      ddr: altera: Implement universal scc manager config function
      ddr: altera: Clean up scc_mgr_initialize()
      ddr: altera: Shuffle around scc_mgr_set_*all_ranks()
      ddr: altera: Implement universal scc_mgr_set_all_ranks()
      ddr: altera: Clean up scc_mgr_load_dqs_for_write_group()
      ddr: altera: Clean up scc_set_bypass_mode()
      ddr: altera: Clean up scc_mgr_set_oct_out1_delay()
      ddr: altera: Clean up scc_mgr_apply_group_dq_out1_delay()
      ddr: altera: Clean up scc_mgr_*_delay() args
      ddr: altera: Clean up scc_mgr_set_hhp_extras()
      ddr: altera: Extract scc_mgr_set_hhp_extras()
      ddr: altera: Clean up scc_mgr_zero_all()
      ddr: altera: Clean up scc_mgr_zero_group()
      ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 
1
      ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 
2
      ddr: altera: Clean up scc_mgr_apply_group_all_out_delay_add_all_ranks()
      ddr: altera: Factor out instruction loading from rw_mgr_mem_initialize()
      ddr: altera: Factor out common code
      ddr: altera: Minor clean up of set_jump_as_return()
      ddr: altera: Fix ad-hoc iterative division implementation
      ddr: altera: Rework initialize_tracking()
      ddr: altera: Init my_param and my_gbl
      ddr: altera: Rename initialize() to phy_mgr_initialize()
      ddr: altera: Clean up run_mem_calibrate()
      ddr: altera: Clean up phy_mgr_initialize()
      ddr: altera: Clean up mem_config()
      ddr: altera: Clean up mem_precharge_and_activate()
      ddr: altera: Clean up set_rank_and_odt_mask() part 1
      ddr: altera: Clean up set_rank_and_odt_mask() part 2
      ddr: altera: Clean up set_rank_and_odt_mask() part 3
      ddr: altera: Minor clean up of mem_skip_calibrate()
      ddr: altera: Trivial mem_calibrate() indent cleanup
      ddr: altera: Internal mem_calibrate() cleanup part 1
      ddr: altera: Internal mem_calibrate() cleanup part 2
      ddr: altera: Internal mem_calibrate() cleanup part 3
      ddr: altera: Internal mem_calibrate() cleanup part 4
      ddr: altera: Internal mem_calibrate() cleanup part 5
      ddr: altera: Internal mem_calibrate() cleanup part 6
      ddr: altera: Minor clean up of rw_mgr_mem_initialize()
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 1
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 2
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 3
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 4
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 5
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6
      ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 7
      ddr: altera: Extract guaranteed write from rw_mgr_mem_calibrate_vfifo()
      ddr: altera: Extract DQS enable calibration from 
rw_mgr_mem_calibrate_vfifo()
      ddr: altera: Extract Centering DQ/DQS from rw_mgr_mem_calibrate_vfifo()
      ddr: altera: Minor rw_mgr_mem_calibrate_read_load_patterns() cleanup
      ddr: altera: Zap rw_mgr_mem_calibrate_read_test_patterns_all_ranks()
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()
      ddr: altera: Clean up 
rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 1
      ddr: altera: Clean up 
rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 2
      ddr: altera: Clean up 
rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 3
      ddr: altera: Clean up 
rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 4
      ddr: altera: Clean up sdr_find_window_centre() part 1
      ddr: altera: Clean up sdr_find_window_centre() part 2
      ddr: altera: Clean up sdr_find_window_centre() part 3
      ddr: altera: Clean up sdr_*_phase() part 1
      ddr: altera: Clean up sdr_*_phase() part 2
      ddr: altera: Clean up sdr_*_phase() part 3
      ddr: altera: Clean up sdr_*_phase() part 4
      ddr: altera: Clean up sdr_*_phase() part 5
      ddr: altera: Clean up sdr_*_phase() part 6
      ddr: altera: Clean up sdr_*_phase() part 7
      ddr: altera: Clean up sdr_*_phase() part 8
      ddr: altera: Clean up sdr_*_phase() part 9
      ddr: altera: Clean up sdr_*_phase() part 10
      ddr: altera: Clean up rw_mgr_*_vfifo() part 1
      ddr: altera: Clean up rw_mgr_*_vfifo() part 2
      ddr: altera: Clean up find_vfifo_read()
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
1
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
2
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
3
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
4
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
5
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
6
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 
7
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_all_ranks()
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 1
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 2
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 3
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 4
      ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 5
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes()
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 1
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 2
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 3
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 4
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 5
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 6
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 7
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 8
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 9
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 10
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 11
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 1
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 2
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 3
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 4
      ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 5
      ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 1
      ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 2
      ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 3
      ddr: altera: Clean up rw_mgr_mem_calibrate_write_test_issue()
      ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_end()
      ddr: altera: Clean up rw_mgr_mem_calibrate_lfifo()
      ddr: altera: Minor clean up of rw_mgr_mem_handoff()
      ddr: altera: Clean up of delay_for_n_mem_clocks() part 1
      ddr: altera: Clean up of delay_for_n_mem_clocks() part 2
      ddr: altera: Clean up of delay_for_n_mem_clocks() part 3
      ddr: altera: Clean up of delay_for_n_mem_clocks() part 4
      ddr: altera: Clean up of delay_for_n_mem_clocks() part 5
      arm: socfpga: Add temporary workaround for missing SD/MMC patches
      ddr: altera: sdram: Switch to generic_hweight32()
      ddr: altera: sdram: Clean up compute_errata_rows() part 1
      ddr: altera: sdram: Clean up compute_errata_rows() part 2
      ddr: altera: sdram: Clean up set_sdr_ctrlcfg()
      ddr: altera: sdram: Clean up set_sdr_dram_timing*()
      ddr: altera: sdram: Clean up set_sdr_addr_rw()
      ddr: altera: sdram: Clean up set_sdr_static_cfg()
      ddr: altera: sdram: Clean up set_sdr_fifo_cfg()
      ddr: altera: sdram: Clean up set_sdr_mp_weight()
      ddr: altera: sdram: Clean up set_sdr_mp_pacing()
      ddr: altera: sdram: Clean up set_sdr_mp_threshold()
      ddr: altera: sdram: Introduce socfpga_sdram_config() structure
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 1
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 2
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 3
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 4
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 5
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 6
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 7
      ddr: altera: sdram: Clean up sdram_mmr_init_full() part 8
      ddr: altera: sdram: Introduce socfpga_sdram_get_config()
      ddr: altera: sdram: Clean up sdram_calculate_size() part 1
      ddr: altera: sdram: Clean up sdram_calculate_size() part 2
      ddr: altera: sdram: Clean up sdram_write_verify()
      ddr: altera: sdram: Add missing kerneldoc
      ddr: altera: sdram: Minor cleanup in sdram_set_rule()
      ddr: altera: sdram: Minor cleanup in sdram_get_rule()
      ddr: altera: sdram: Make sdram_start and sdram_end into u32
      ddr: altera: sequencer: Move qts-generated files to board dir
      ddr: altera: sequencer: Clean up mach/sdram.h
      ddr: altera: sequencer: Zap unused params and macros
      ddr: altera: sequencer: Zap bogus redefinition of 
RW_MGR_MEM_NUMBER_OF_RANKS
      ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init
      ddr: altera: sequencer: Wrap RW_MGR_* macros
      ddr: altera: sequencer: Pluck out RW_MGR_* macros from code
      ddr: altera: sequencer: Wrap IO_* macros
      ddr: altera: sequencer: Pluck out IO_* macros from code
      ddr: altera: sequencer: Wrap misc remaining macros
      ddr: altera: sequencer: Zap VFIFO_SIZE
      ddr: altera: sequencer: Zap SEQ_T(INIT|RESET)_CNTR._VAL
      ddr: altera: sequencer: Pluck out misc macros from code
      ddr: altera: sequencer: Clean data types
      ddr: altera: sequencer: Clean checkpatch issues
      arm: socfpga: scan: Clean up scan_chain_engine_is_idle()
      arm: socfpga: scan: Introduce generic JTAG accessor
      arm: socfpga: scan: Clean up horrible macros
      arm: socfpga: scan: Factor out IO chain programming

 Makefile                                            |   13 +
 arch/arm/dts/socfpga.dtsi                           |    4 +
 arch/arm/dts/socfpga_arria5_socdk.dts               |    8 +-
 arch/arm/dts/socfpga_cyclone5_socdk.dts             |    4 -
 arch/arm/dts/socfpga_cyclone5_socrates.dts          |    6 -
 arch/arm/mach-socfpga/Makefile                      |    4 +-
 arch/arm/mach-socfpga/clock_manager.c               |   28 +-
 arch/arm/mach-socfpga/include/mach/clock_manager.h  |   12 +-
 arch/arm/mach-socfpga/include/mach/reset_manager.h  |   60 +-
 arch/arm/mach-socfpga/include/mach/scan_manager.h   |   75 +-
 arch/arm/mach-socfpga/include/mach/sdram.h          |  441 +++++++++-
 arch/arm/mach-socfpga/include/mach/system_manager.h |    7 +-
 arch/arm/mach-socfpga/misc.c                        |  184 ++++-
 arch/arm/mach-socfpga/reset_manager.c               |   99 +--
 arch/arm/mach-socfpga/scan_manager.c                |  335 ++++----
 arch/arm/mach-socfpga/spl.c                         |  220 ++---
 arch/arm/mach-socfpga/system_manager.c              |   16 +-
 arch/arm/mach-socfpga/u-boot-spl.lds                |   45 -
 board/altera/socfpga/Makefile                       |    5 +-
 board/altera/socfpga/{ => qts}/iocsr_config.c       |    0
 board/altera/socfpga/{ => qts}/iocsr_config.h       |    0
 board/altera/socfpga/{ => qts}/pinmux_config.c      |    0
 board/altera/socfpga/{ => qts}/pinmux_config.h      |    0
 board/altera/socfpga/{ => qts}/pll_config.h         |    0
 board/altera/socfpga/qts/sdram_config.h             |  100 +++
 board/altera/socfpga/qts/sequencer_auto.h           |  128 +++
 board/altera/socfpga/qts/sequencer_auto_ac_init.h   |   84 ++
 board/altera/socfpga/qts/sequencer_auto_inst_init.h |  268 ++++++
 board/altera/socfpga/qts/sequencer_defines.h        |  122 +++
 board/altera/socfpga/wrap_iocsr_config.c            |   41 +
 board/altera/socfpga/wrap_pinmux_config.c           |   35 +
 board/altera/socfpga/wrap_pll_config.c              |  144 ++++
 board/altera/socfpga/wrap_sdram_config.c            |  316 ++++++++
 configs/socfpga_arria5_defconfig                    |   10 +
 configs/socfpga_cyclone5_defconfig                  |   11 +
 configs/socfpga_socrates_defconfig                  |   12 +-
 drivers/ddr/altera/Makefile                         |   11 +
 drivers/ddr/altera/sdram.c                          |  535 ++++++++++++
 drivers/ddr/altera/sequencer.c                      | 3783 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ddr/altera/sequencer.h                      |  227 ++++++
 drivers/fpga/socfpga.c                              |    3 +
 drivers/net/designware.c                            |    3 +-
 include/configs/socfpga_arria5.h                    |    7 +-
 include/configs/socfpga_common.h                    |   63 +-
 include/configs/socfpga_cyclone5.h                  |    7 +-
 include/fdtdec.h                                    |    1 +
 lib/fdtdec.c                                        |    1 +
 scripts/Makefile.spl                                |   11 +
 48 files changed, 6913 insertions(+), 576 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/u-boot-spl.lds
 rename board/altera/socfpga/{ => qts}/iocsr_config.c (100%)
 rename board/altera/socfpga/{ => qts}/iocsr_config.h (100%)
 rename board/altera/socfpga/{ => qts}/pinmux_config.c (100%)
 rename board/altera/socfpga/{ => qts}/pinmux_config.h (100%)
 rename board/altera/socfpga/{ => qts}/pll_config.h (100%)
 create mode 100644 board/altera/socfpga/qts/sdram_config.h
 create mode 100644 board/altera/socfpga/qts/sequencer_auto.h
 create mode 100644 board/altera/socfpga/qts/sequencer_auto_ac_init.h
 create mode 100644 board/altera/socfpga/qts/sequencer_auto_inst_init.h
 create mode 100644 board/altera/socfpga/qts/sequencer_defines.h
 create mode 100644 board/altera/socfpga/wrap_iocsr_config.c
 create mode 100644 board/altera/socfpga/wrap_pinmux_config.c
 create mode 100644 board/altera/socfpga/wrap_pll_config.c
 create mode 100644 board/altera/socfpga/wrap_sdram_config.c
 create mode 100644 drivers/ddr/altera/Makefile
 create mode 100644 drivers/ddr/altera/sdram.c
 create mode 100644 drivers/ddr/altera/sequencer.c
 create mode 100644 drivers/ddr/altera/sequencer.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-05-07 22:58 Marek Vasut
@ 2015-05-10 14:07 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-05-10 14:07 UTC (permalink / raw)
  To: u-boot

On Fri, May 08, 2015 at 12:58:47AM +0200, Marek Vasut wrote:

> The following changes since commit 905e8f9e53766e606bd4a0ed46d804889e613f32:
> 
>   Prepare v2015.07-rc1 (2015-05-05 19:52:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to 57cc4e64c13bc5f42cb5e8572d2c46e25cf7aea1:
> 
>   git-mailrc: add Dinh Nguyen as a contact for SoCFPGA (2015-05-08 00:57:31 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150510/ab81128f/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-05-07 22:58 Marek Vasut
  2015-05-10 14:07 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-05-07 22:58 UTC (permalink / raw)
  To: u-boot

The following changes since commit 905e8f9e53766e606bd4a0ed46d804889e613f32:

  Prepare v2015.07-rc1 (2015-05-05 19:52:15 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to 57cc4e64c13bc5f42cb5e8572d2c46e25cf7aea1:

  git-mailrc: add Dinh Nguyen as a contact for SoCFPGA (2015-05-08 00:57:31 
+0200)

----------------------------------------------------------------
Dinh Nguyen (1):
      git-mailrc: add Dinh Nguyen as a contact for SoCFPGA

Masahiro Yamada (7):
      ARM: socfpga: do not add board directory to header search path
      ARM: socfpga: remove redundant config.mk
      ARM: socfpga: move board select into mach-socfpga/Kconfig
      ARM: socfpga: move SoC sources to mach-socfpga
      ARM: socfpga: move SoC headers to mach-socfpga/include/mach
      ARM: socfpga: abolish CONFIG_SOCFPGA
      git-mailrc: add Marek as SOCFPGA maintainer

 arch/arm/Kconfig                                                                      
| 15 ++++-----------
 arch/arm/Makefile                                                                     
|  1 +
 arch/arm/cpu/armv7/Makefile                                                           
|  3 +--
 arch/arm/cpu/armv7/socfpga/config.mk                                                  
| 11 -----------
 arch/arm/dts/Makefile                                                                 
|  2 +-
 arch/arm/mach-socfpga/Kconfig                                                         
| 27 +++++++++++++++++++++++++++
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/Makefile                                 
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/clock_manager.c                          
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/fpga_manager.c                           
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/freeze_controller.c                      
|  0
 arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/clock_manager.h      |  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/dwmmc.h              
|  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/fpga_manager.h       
|  0
 arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/freeze_controller.h  |  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/gpio.h               
|  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/nic301.h             
|  0
 arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/reset_manager.h      |  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/scan_manager.h       
|  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/scu.h                
|  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/sdram.h              
|  0
 arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/socfpga_base_addrs.h |  0
 arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/system_manager.h     |  0
 arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/timer.h              
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/misc.c                                   
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/reset_manager.c                          
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/scan_manager.c                           
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/spl.c                                    
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/system_manager.c                         
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/timer.c                                  
|  0
 arch/arm/{cpu/armv7/socfpga => mach-socfpga}/u-boot-spl.lds                           
|  0
 board/altera/socfpga/Kconfig                                                          
| 31 -------------------------------
 board/altera/socfpga/iocsr_config.c                                                   
|  2 +-
 configs/socfpga_arria5_defconfig                                                      
|  1 +
 configs/socfpga_cyclone5_defconfig                                                    
|  1 +
 configs/socfpga_socrates_defconfig                                                    
|  1 +
 doc/git-mailrc                                                                        
|  1 +
 include/configs/socfpga_common.h                                                      
|  4 +---
 37 files changed, 40 insertions(+), 60 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/socfpga/config.mk
 create mode 100644 arch/arm/mach-socfpga/Kconfig
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/Makefile (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/clock_manager.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/fpga_manager.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/freeze_controller.c (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/clock_manager.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/dwmmc.h 
(100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/fpga_manager.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/freeze_controller.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/gpio.h 
(100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/nic301.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/reset_manager.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/scan_manager.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/scu.h 
(100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/sdram.h 
(100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/socfpga_base_addrs.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-
socfpga/include/mach}/system_manager.h (100%)
 rename arch/arm/{include/asm/arch-socfpga => mach-socfpga/include/mach}/timer.h 
(100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/misc.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/reset_manager.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/scan_manager.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/spl.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/system_manager.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/timer.c (100%)
 rename arch/arm/{cpu/armv7/socfpga => mach-socfpga}/u-boot-spl.lds (100%)
 delete mode 100644 board/altera/socfpga/Kconfig

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-04-29  0:39 Marek Vasut
@ 2015-04-29 14:28 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-04-29 14:28 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 29, 2015 at 02:39:02AM +0200, Marek Vasut wrote:

> The following changes since commit 1733259d25015c28c47990ec11af99b3f62f811c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2015-04-20 09:13:52 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to e5c57eea4f4ac8c27343bde137b069ef816e69d7:
> 
>   socfpga: implement arria V socdk SPI flash config in dts (2015-04-27 03:08:43 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150429/9cc3450f/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-04-29  0:39 Marek Vasut
  2015-04-29 14:28 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-04-29  0:39 UTC (permalink / raw)
  To: u-boot

The following changes since commit 1733259d25015c28c47990ec11af99b3f62f811c:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2015-04-20 09:13:52 
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to e5c57eea4f4ac8c27343bde137b069ef816e69d7:

  socfpga: implement arria V socdk SPI flash config in dts (2015-04-27 03:08:43 
+0200)

----------------------------------------------------------------
Dinh Nguyen (15):
      arm: socfpga: spl: Add CONFIG_SPL_MAX_SIZE to be 64KB
      arm: socfpga: add functions to bring sdram, timer, and uart out of reset
      arm: socfpga: spl: enable sdram, timer and uart
      arm: socfpga: spl: Add call to timer_init
      arm: socfpga: spl: allow bootrom to enable IOs after warm reset
      arm: socfpga: spl: add sdram init and calibration
      arm: socfpga: spl: printout sdram size
      arm: socfpga: spl: Use common lowlevel_init
      arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h
      arm: socfpga: spl: Adjust the SYS_INIT_RAM_SIZE to have room for the spl 
malloc
      arm: socfpga: spl: Add SDRAM check
      arm: socfpga: fix uart0 pin mux configuration
      arm: socfpga: spl: Add s_init stub
      arm: socfpga: spl: add board_init_f to SPL
      arm: socfpga: spl: update peripheral pll for dev kit

Marek Vasut (3):
      spi: Add Designware SPI controller Kconfig entry
      spi: Add Cadence QSPI controller Kconfig entry
      arm: socfpga: spl: Add stub sdram.h

Pavel Machek (2):
      socfpga: implement socdk SPI flash config in dts
      socfpga: implement arria V socdk SPI flash config in dts                                                                                    
                                                                                                                                                  
 arch/arm/cpu/armv7/Makefile                        |  2 +-                                                                                       
 arch/arm/cpu/armv7/socfpga/Makefile                |  1 -                                                                                        
 arch/arm/cpu/armv7/socfpga/lowlevel_init.S         | 45 
---------------------------------------------                                            
 arch/arm/cpu/armv7/socfpga/reset_manager.c         | 24 
++++++++++++++++++++++++                                                                 
 arch/arm/cpu/armv7/socfpga/spl.c                   | 61 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                            
 arch/arm/cpu/armv7/socfpga/system_manager.c        |  9 +++++++++                                                                                
 arch/arm/dts/socfpga_arria5_socdk.dts              | 24 
++++++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5_socdk.dts            | 24 
++++++++++++++++++++++++
 arch/arm/include/asm/arch-socfpga/reset_manager.h  |  6 ++++++
 arch/arm/include/asm/arch-socfpga/sdram.h          | 19 +++++++++++++++++++
 arch/arm/include/asm/arch-socfpga/system_manager.h |  1 +
 board/altera/socfpga/pinmux_config.c               |  4 ++--
 board/altera/socfpga/pll_config.h                  |  2 +-
 board/altera/socfpga/socfpga.c                     |  2 ++
 drivers/spi/Kconfig                                | 16 ++++++++++++++++
 include/configs/socfpga_common.h                   |  8 +++++++-
 16 files changed, 197 insertions(+), 51 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/socfpga/lowlevel_init.S
 create mode 100644 arch/arm/include/asm/arch-socfpga/sdram.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-03-05 20:06   ` Marek Vasut
@ 2015-03-06 15:43     ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-03-06 15:43 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 05, 2015 at 09:06:59PM +0100, Marek Vasut wrote:

> Fixed PR follows.
> 
> The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:
> 
>   Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to 053ae0a363276324aebbbdb1c2056a9380209f4b:
> 
>   arm: socfpga: Enable DM and DM_SPI (2015-03-05 21:05:34 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150306/55326e1b/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-02-18  3:04 ` Tom Rini
  2015-02-18 21:34   ` Marek Vasut
@ 2015-03-05 20:06   ` Marek Vasut
  2015-03-06 15:43     ` Tom Rini
  1 sibling, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-03-05 20:06 UTC (permalink / raw)
  To: u-boot

Fixed PR follows.

The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:

  Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to 053ae0a363276324aebbbdb1c2056a9380209f4b:

  arm: socfpga: Enable DM and DM_SPI (2015-03-05 21:05:34 +0100)

----------------------------------------------------------------
Marek Vasut (11):
      arm: socfpga: Minor coding style fix
      arm: socfpga: Sync Cyclone V DK pinmux configuration
      arm: socfpga: Sync Cyclone V DK PLL configuration
      arm: socfpga: Add USB and UDC support for Cyclone V DK
      arm: socfpga: Drop cyclone5 suffix from board file name
      arm: socfpga: Zap checkboard()
      arm: socfpga: Zap board_early_init_f()
      arm: socfpga: Add Altera Arria V DK support
      dt: socfpga: Import and enable Cyclone V DK DTS
      dt: socfpga: Import and enable Arria V DK DTS
      arm: socfpga: Enable DM and DM_SPI

 arch/arm/Kconfig                                       |   5 +                                                                                   
 arch/arm/dts/Makefile                                  |   5 +-                                                                                  
 arch/arm/dts/socfpga_arria5.dtsi                       |  34 +++++                                                                               
 arch/arm/dts/socfpga_arria5_socdk.dts                  |  74 +++++++++                                                                           
 arch/arm/dts/socfpga_cyclone5_socdk.dts                |  79 ++++++++++                                                                          
 board/altera/socfpga/Kconfig                           |  16 ++                                                                                  
 board/altera/socfpga/Makefile                          |   2 +-                                                                                  
 board/altera/socfpga/iocsr_config.c                    | 688 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 board/altera/socfpga/iocsr_config.h                    |  17 ++-
 board/altera/socfpga/pinmux_config.c                   | 403 
+++++++++++++++++++++++++++++++++++++------------
 board/altera/socfpga/pinmux_config.h                   |  14 +-
 board/altera/socfpga/pll_config.h                      |  34 ++---
 board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} |  17 ---
 configs/socfpga_arria5_defconfig                       |   8 +
 configs/socfpga_cyclone5_defconfig                     |   5 +
 include/configs/socfpga_arria5.h                       | 107 +++++++++++++
 include/configs/socfpga_common.h                       |   3 +-
 include/configs/socfpga_cyclone5.h                     |   9 ++
 18 files changed, 1371 insertions(+), 149 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria5.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria5_socdk.dts
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socdk.dts
 rename board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} (86%)
 create mode 100644 configs/socfpga_arria5_defconfig
 create mode 100644 include/configs/socfpga_arria5.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-02-18  3:04 ` Tom Rini
@ 2015-02-18 21:34   ` Marek Vasut
  2015-03-05 20:06   ` Marek Vasut
  1 sibling, 0 replies; 192+ messages in thread
From: Marek Vasut @ 2015-02-18 21:34 UTC (permalink / raw)
  To: u-boot

On Wednesday, February 18, 2015 at 04:04:07 AM, Tom Rini wrote:
> On Tue, Feb 17, 2015 at 09:11:01PM +0100, Marek Vasut wrote:
> > Hi Tom,
> > 
> > SoCFPGA stuff for current release.
> > 
> > The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:
> >   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04
> >   13:30:00
> > 
> > -0500)
> > 
> > are available in the git repository at:
> >   git://git.denx.de/u-boot-socfpga.git HEAD
> > 
> > for you to fetch changes up to 6da3e0c1758f7316025e342ef0801efba9bd7f23:
> >   dt: socfpga: Import and enable Arria V DK DTS (2015-02-09 20:10:22
> >   +0100)
> 
> I see:
> $ ./tools/buildman/buildman -ve socfpga_arria5
> boards.cfg is up to date. Nothing to do.
> Building current source for 1 boards (1 thread, 6 jobs per thread)
>        arm: +   socfpga_arria5
> +  priv->qspi_calibrated_cs = spi_chip_select(bus);
> +  ^
> +drivers/spi/cadence_qspi.c: At top level:
> +drivers/spi/cadence_qspi.c:320:21: error: variable 'cadence_spi_ops' has
> initializer but incomplete type + static const struct dm_spi_ops
> cadence_spi_ops = {
> +                     ^
> +drivers/spi/cadence_qspi.c:321:2: error: unknown field 'xfer' specified in
> initializer +  .xfer  = cadence_spi_xfer,
> +drivers/spi/cadence_qspi.c:322:2: error: unknown field 'set_speed'
> specified in initializer +  .set_speed = cadence_spi_set_speed,
> +drivers/spi/cadence_qspi.c:323:2: error: unknown field 'set_mode'
> specified in initializer +  .set_mode = cadence_spi_set_mode,
> +make[2]: *** [drivers/spi/cadence_qspi.o] Error 1
> +make[1]: *** [drivers/spi] Error 2
> +make: *** [sub-make] Error 2
> w+drivers/spi/cadence_qspi.c: In function 'spi_calibration':
> w+drivers/spi/cadence_qspi.c:115:2: warning: implicit declaration of
> function 'spi_chip_select' [-Wimplicit-function-declaration]
> w+drivers/spi/cadence_qspi.c:321:2: warning: excess elements in struct
> initializer [enabled by default] w+drivers/spi/cadence_qspi.c:321:2:
> warning: (near initialization for 'cadence_spi_ops') [enabled by default]
> w+drivers/spi/cadence_qspi.c:322:2: warning: excess elements in struct
> initializer [enabled by default] w+drivers/spi/cadence_qspi.c:322:2:
> warning: (near initialization for 'cadence_spi_ops') [enabled by default]
> w+drivers/spi/cadence_qspi.c:323:2: warning: excess elements in struct
> initializer [enabled by default] w+drivers/spi/cadence_qspi.c:323:2:
> warning: (near initialization for 'cadence_spi_ops') [enabled by default]
> 0    0    1 /1      socfpga_arria5
> $

Damn. I'll send fixes for this.

Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2015-02-17 20:11 Marek Vasut
@ 2015-02-18  3:04 ` Tom Rini
  2015-02-18 21:34   ` Marek Vasut
  2015-03-05 20:06   ` Marek Vasut
  0 siblings, 2 replies; 192+ messages in thread
From: Tom Rini @ 2015-02-18  3:04 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 17, 2015 at 09:11:01PM +0100, Marek Vasut wrote:

> Hi Tom,
> 
> SoCFPGA stuff for current release.
> 
> The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 13:30:00 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git HEAD
> 
> for you to fetch changes up to 6da3e0c1758f7316025e342ef0801efba9bd7f23:
> 
>   dt: socfpga: Import and enable Arria V DK DTS (2015-02-09 20:10:22 +0100)

I see:
$ ./tools/buildman/buildman -ve socfpga_arria5
boards.cfg is up to date. Nothing to do.
Building current source for 1 boards (1 thread, 6 jobs per thread)
       arm: +   socfpga_arria5
+  priv->qspi_calibrated_cs = spi_chip_select(bus);
+  ^
+drivers/spi/cadence_qspi.c: At top level:
+drivers/spi/cadence_qspi.c:320:21: error: variable 'cadence_spi_ops' has initializer but incomplete type
+ static const struct dm_spi_ops cadence_spi_ops = {
+                     ^
+drivers/spi/cadence_qspi.c:321:2: error: unknown field 'xfer' specified in initializer
+  .xfer  = cadence_spi_xfer,
+drivers/spi/cadence_qspi.c:322:2: error: unknown field 'set_speed' specified in initializer
+  .set_speed = cadence_spi_set_speed,
+drivers/spi/cadence_qspi.c:323:2: error: unknown field 'set_mode' specified in initializer
+  .set_mode = cadence_spi_set_mode,
+make[2]: *** [drivers/spi/cadence_qspi.o] Error 1
+make[1]: *** [drivers/spi] Error 2
+make: *** [sub-make] Error 2
w+drivers/spi/cadence_qspi.c: In function 'spi_calibration':
w+drivers/spi/cadence_qspi.c:115:2: warning: implicit declaration of function 'spi_chip_select' [-Wimplicit-function-declaration]
w+drivers/spi/cadence_qspi.c:321:2: warning: excess elements in struct initializer [enabled by default]
w+drivers/spi/cadence_qspi.c:321:2: warning: (near initialization for 'cadence_spi_ops') [enabled by default]
w+drivers/spi/cadence_qspi.c:322:2: warning: excess elements in struct initializer [enabled by default]
w+drivers/spi/cadence_qspi.c:322:2: warning: (near initialization for 'cadence_spi_ops') [enabled by default]
w+drivers/spi/cadence_qspi.c:323:2: warning: excess elements in struct initializer [enabled by default]
w+drivers/spi/cadence_qspi.c:323:2: warning: (near initialization for 'cadence_spi_ops') [enabled by default]
    0    0    1 /1      socfpga_arria5
$

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150217/b5c678d9/attachment.sig>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2015-02-17 20:11 Marek Vasut
  2015-02-18  3:04 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2015-02-17 20:11 UTC (permalink / raw)
  To: u-boot

Hi Tom,

SoCFPGA stuff for current release.

The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 13:30:00 
-0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git HEAD

for you to fetch changes up to 6da3e0c1758f7316025e342ef0801efba9bd7f23:

  dt: socfpga: Import and enable Arria V DK DTS (2015-02-09 20:10:22 +0100)

----------------------------------------------------------------
Marek Vasut (10):
      arm: socfpga: Minor coding style fix
      arm: socfpga: Sync Cyclone V DK pinmux configuration
      arm: socfpga: Sync Cyclone V DK PLL configuration
      arm: socfpga: Add USB and UDC support for Cyclone V DK
      arm: socfpga: Drop cyclone5 suffix from board file name
      arm: socfpga: Zap checkboard()
      arm: socfpga: Zap board_early_init_f()
      arm: socfpga: Add Altera Arria V DK support
      dt: socfpga: Import and enable Cyclone V DK DTS
      dt: socfpga: Import and enable Arria V DK DTS

 arch/arm/Kconfig                                       |   5 +
 arch/arm/dts/Makefile                                  |   5 +-
 arch/arm/dts/socfpga_arria5.dtsi                       |  34 +++++
 arch/arm/dts/socfpga_arria5_socdk.dts                  |  74 +++++++++
 arch/arm/dts/socfpga_cyclone5_socdk.dts                |  79 ++++++++++
 board/altera/socfpga/Kconfig                           |  16 ++
 board/altera/socfpga/Makefile                          |   2 +-
 board/altera/socfpga/iocsr_config.c                    | 688 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/altera/socfpga/iocsr_config.h                    |  17 ++-
 board/altera/socfpga/pinmux_config.c                   | 403 
+++++++++++++++++++++++++++++++++++++------------
 board/altera/socfpga/pinmux_config.h                   |  14 +-
 board/altera/socfpga/pll_config.h                      |  34 ++---
 board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} |  17 ---
 configs/socfpga_arria5_defconfig                       |   5 +
 configs/socfpga_cyclone5_defconfig                     |   2 +
 include/configs/socfpga_arria5.h                       | 107 +++++++++++++
 include/configs/socfpga_common.h                       |   3 +-
 include/configs/socfpga_cyclone5.h                     |   9 ++
 18 files changed, 1365 insertions(+), 149 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria5.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria5_socdk.dts
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socdk.dts
 rename board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} (86%)
 create mode 100644 configs/socfpga_arria5_defconfig
 create mode 100644 include/configs/socfpga_arria5.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-12-30 21:32 Marek Vasut
@ 2015-01-01 14:55 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2015-01-01 14:55 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 30, 2014 at 10:32:44PM +0100, Marek Vasut wrote:

> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
> 
>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to d0e932de7c8e46ade1994e03e864636db3922520:
> 
>   arm: socfpga: Change watchdog timeout (2014-12-21 14:39:04 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150101/aabc5c64/attachment.pgp>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2014-12-30 21:32 Marek Vasut
  2015-01-01 14:55 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-12-30 21:32 UTC (permalink / raw)
  To: u-boot

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to d0e932de7c8e46ade1994e03e864636db3922520:

  arm: socfpga: Change watchdog timeout (2014-12-21 14:39:04 +0100)

----------------------------------------------------------------
Stefan Roese (1):
      arm: socfpga: Change watchdog timeout

 arch/arm/cpu/armv7/socfpga/misc.c | 12 +++++++++++-
 include/configs/socfpga_common.h  |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-12-16 14:34   ` Marek Vasut
@ 2014-12-17  0:45     ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2014-12-17  0:45 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 16, 2014 at 03:34:18PM +0100, Marek Vasut wrote:

> The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
> 
>   Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 065496d1b5304a6a67b366b613c3504aab2e2dbd:
> 
>   arm: socfpga: board: Repair Micrel PHY tuning (2014-12-16 15:32:14 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141216/9fb255de/attachment.pgp>

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-12-11 17:02 ` Marek Vasut
@ 2014-12-16 14:34   ` Marek Vasut
  2014-12-17  0:45     ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-12-16 14:34 UTC (permalink / raw)
  To: u-boot

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 
-0500)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 065496d1b5304a6a67b366b613c3504aab2e2dbd:

  arm: socfpga: board: Repair Micrel PHY tuning (2014-12-16 15:32:14 +0100)

----------------------------------------------------------------
Dinh Nguyen (3):
      arm: socfpga: set skew settings for ethernet phy
      socfpga: add missing struct member fifo_triple_byte
      socfpga: correctly increment freeze_controller_base address

Pavel Machek (1):
      arm: socfpga: board: Repair Micrel PHY tuning

Stefan Roese (15):
      arm: socfpga: Add myself as maintainer for the SoCrates board
      arm: socfpga: dts: Move to SPDX license identifiers
      spi: Add Cadence QSPI DM driver used by SoCFPGA
      arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi
      arm: socfpga: dts: Add spi0 alias for Cadence QSPI driver
      arm: socfpga: Add Cadence QSPI support to config header
      spi: Add designware master SPI DM driver used on SoCFPGA
      arm: socfpga: dts: Add spi0/1 dts nodes for the Designware master SPI 
devices
      arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing
      arm: socfpga: Add Designware (DW) SPI support to config header
      arm: socfpga: dts: altr,rst-mgr.h: Move to SPDX license identifiers
      arm: socfpga: Use only one clrbits_le32 call to deassert SPI reset bits
      arm: socfpga: Add missing DW master SPI clock prototyp to clock_manager.h
      spi: designware_spi: Some fixes / changes
      arm: socfpga: DW_SPI: Remove clock info from config header

 arch/arm/cpu/armv7/socfpga/freeze_controller.c        |   6 +-
 arch/arm/cpu/armv7/socfpga/reset_manager.c            |   4 +-
 arch/arm/dts/socfpga.dtsi                             |  56 ++++--
 arch/arm/dts/socfpga_cyclone5.dtsi                    |  13 +-
 arch/arm/dts/socfpga_cyclone5_socrates.dts            |  39 ++--
 arch/arm/include/asm/arch-socfpga/clock_manager.h     |   1 +
 arch/arm/include/asm/arch-socfpga/freeze_controller.h |   1 -
 arch/arm/include/asm/arch-socfpga/scan_manager.h      |   1 +
 board/altera/socfpga/MAINTAINERS                      |   5 +
 board/altera/socfpga/socfpga_cyclone5.c               |  38 ++++
 drivers/spi/Makefile                                  |   2 +
 drivers/spi/cadence_qspi.c                            | 345 
++++++++++++++++++++++++++++++++
 drivers/spi/cadence_qspi.h                            |  76 ++++++++
 drivers/spi/cadence_qspi_apb.c                        | 898 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/designware_spi.c                          | 426 
++++++++++++++++++++++++++++++++++++++++
 include/configs/socfpga_common.h                      |  33 +++-
 include/dt-bindings/reset/altr,rst-mgr.h              |   9 +-
 17 files changed, 1901 insertions(+), 52 deletions(-)
 create mode 100644 drivers/spi/cadence_qspi.c
 create mode 100644 drivers/spi/cadence_qspi.h
 create mode 100644 drivers/spi/cadence_qspi_apb.c
 create mode 100644 drivers/spi/designware_spi.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-12-11 12:53 Marek Vasut
@ 2014-12-11 17:02 ` Marek Vasut
  2014-12-16 14:34   ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-12-11 17:02 UTC (permalink / raw)
  To: u-boot

On Thursday, December 11, 2014 at 01:53:15 PM, Marek Vasut wrote:
> Hi Tom,
> 
> below is the stuff I had stashed in a tree for a while now. All of the
> cadence stuff was sent way before RC1 and stabilized just after RC1 was
> out, yet I was not able to get it out earlier. The stuff from Ding are
> fixes, which were sent after RC2. All of this is contained to socfpga, so
> I believe it's fine to apply even now.

Please abort this one, I just noticed there's one patch which causes trouble.

Best regards,
Marek Vasut

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2014-12-11 12:53 Marek Vasut
  2014-12-11 17:02 ` Marek Vasut
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-12-11 12:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

below is the stuff I had stashed in a tree for a while now. All of the cadence 
stuff was sent way before RC1 and stabilized just after RC1 was out, yet I was
not able to get it out earlier. The stuff from Ding are fixes, which were sent
after RC2. All of this is contained to socfpga, so I believe it's fine to apply
even now.

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 
-0500)

are available in the git repository at:


  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to b9b5cf0ea3c5c141f31cc0c4c8edebbfd9ff5866:

  socfpga: correctly increment freeze_controller_base address (2014-12-06 
13:53:57 +0100)

----------------------------------------------------------------
Dinh Nguyen (3):
      arm: socfpga: set skew settings for ethernet phy
      socfpga: add missing struct member fifo_triple_byte
      socfpga: correctly increment freeze_controller_base address

Stefan Roese (15):
      arm: socfpga: Add myself as maintainer for the SoCrates board
      arm: socfpga: dts: Move to SPDX license identifiers
      spi: Add Cadence QSPI DM driver used by SoCFPGA
      arm: socfpga: dts: Add Cadence QSPI DT node to socfpga.dtsi
      arm: socfpga: dts: Add spi0 alias for Cadence QSPI driver
      arm: socfpga: Add Cadence QSPI support to config header
      spi: Add designware master SPI DM driver used on SoCFPGA
      arm: socfpga: dts: Add spi0/1 dts nodes for the Designware master SPI 
devices
      arm: socfpga: dts: socrates: Add spi1/2 aliases needed DM SPI probing
      arm: socfpga: Add Designware (DW) SPI support to config header
      arm: socfpga: dts: altr,rst-mgr.h: Move to SPDX license identifiers
      arm: socfpga: Use only one clrbits_le32 call to deassert SPI reset bits
      arm: socfpga: Add missing DW master SPI clock prototyp to clock_manager.h
      spi: designware_spi: Some fixes / changes
      arm: socfpga: DW_SPI: Remove clock info from config header

 arch/arm/cpu/armv7/socfpga/freeze_controller.c        |   6 +-
 arch/arm/cpu/armv7/socfpga/reset_manager.c            |   4 +-
 arch/arm/dts/socfpga.dtsi                             |  56 ++++--
 arch/arm/dts/socfpga_cyclone5.dtsi                    |  13 +-
 arch/arm/dts/socfpga_cyclone5_socrates.dts            |  39 ++--
 arch/arm/include/asm/arch-socfpga/clock_manager.h     |   1 +
 arch/arm/include/asm/arch-socfpga/freeze_controller.h |   1 -
 arch/arm/include/asm/arch-socfpga/scan_manager.h      |   1 +
 board/altera/socfpga/MAINTAINERS                      |   5 +
 board/altera/socfpga/socfpga_cyclone5.c               |  16 ++
 drivers/spi/Makefile                                  |   2 +
 drivers/spi/cadence_qspi.c                            | 345 
++++++++++++++++++++++++++++++++
 drivers/spi/cadence_qspi.h                            |  76 ++++++++
 drivers/spi/cadence_qspi_apb.c                        | 898 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/designware_spi.c                          | 426 
++++++++++++++++++++++++++++++++++++++++
 include/configs/socfpga_common.h                      |  33 +++-
 include/dt-bindings/reset/altr,rst-mgr.h              |   9 +-
 17 files changed, 1879 insertions(+), 52 deletions(-)
 create mode 100644 drivers/spi/cadence_qspi.c
 create mode 100644 drivers/spi/cadence_qspi.h
 create mode 100644 drivers/spi/cadence_qspi_apb.c
 create mode 100644 drivers/spi/designware_spi.c

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-11-11 17:20 Marek Vasut
@ 2014-11-13 15:33 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2014-11-13 15:33 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 11, 2014 at 06:20:10PM +0100, Marek Vasut wrote:

> Dangling PR, sorry it's late ...
> 
> The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:
> 
>   arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to a877bec3ecd7961211a59b2c130e055e0f771976:
> 
>   arm: socfpga: Add socfpga_spim_enable() to reset_manager.c (2014-11-07 
> 16:09:10 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141113/3bb1c669/attachment.pgp>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2014-11-11 17:20 Marek Vasut
  2014-11-13 15:33 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-11-11 17:20 UTC (permalink / raw)
  To: u-boot

Dangling PR, sorry it's late ...

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a877bec3ecd7961211a59b2c130e055e0f771976:

  arm: socfpga: Add socfpga_spim_enable() to reset_manager.c (2014-11-07 
16:09:10 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      socfpga_cyclone5.h: fix kernel console argument in default environment

Marek Vasut (1):
      arm: socfpga: Add example config entry for EPCS/EPCQ SPI

Stefan Roese (4):
      arm: socfpga: Add I2C support to SoCFPGA
      arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target
      arm: socfpga: Add DW master SPI clock to clock_manager.c
      arm: socfpga: Add socfpga_spim_enable() to reset_manager.c

 arch/arm/cpu/armv7/socfpga/clock_manager.c        |  14 ++
 arch/arm/cpu/armv7/socfpga/misc.c                 |   6 +
 arch/arm/cpu/armv7/socfpga/reset_manager.c        |   9 ++
 arch/arm/dts/Makefile                             |   2 +
 arch/arm/dts/socfpga.dtsi                         | 755 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/socfpga_cyclone5.dtsi                |  51 ++++++
 arch/arm/dts/socfpga_cyclone5_socrates.dts        |  50 ++++++
 arch/arm/include/asm/arch-socfpga/gpio.h          |  10 ++
 arch/arm/include/asm/arch-socfpga/reset_manager.h |   3 +
 configs/socfpga_socrates_defconfig                |   5 +
 include/configs/socfpga_common.h                  |  46 ++++++
 include/configs/socfpga_cyclone5.h                |   2 +-
 include/dt-bindings/reset/altr,rst-mgr.h          |  90 +++++++++++
 13 files changed, 1042 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/socfpga.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5.dtsi
 create mode 100644 arch/arm/dts/socfpga_cyclone5_socrates.dts
 create mode 100644 arch/arm/include/asm/arch-socfpga/gpio.h
 create mode 100644 configs/socfpga_socrates_defconfig
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr.h

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

* [U-Boot] [PULL] u-boot-socfpga/master
  2014-10-27  1:28 Marek Vasut
@ 2014-10-27 14:32 ` Tom Rini
  0 siblings, 0 replies; 192+ messages in thread
From: Tom Rini @ 2014-10-27 14:32 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 27, 2014 at 02:28:36AM +0100, Marek Vasut wrote:

> The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:
> 
>   kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 20cadbbe2e0425783855f6ae90ef82aa0db63155:
> 
>   arm: socfpga: config: Add USB support example (2014-10-27 02:26:24 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141027/e27c230e/attachment.pgp>

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

* [U-Boot] [PULL] u-boot-socfpga/master
@ 2014-10-27  1:28 Marek Vasut
  2014-10-27 14:32 ` Tom Rini
  0 siblings, 1 reply; 192+ messages in thread
From: Marek Vasut @ 2014-10-27  1:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:

  kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to 20cadbbe2e0425783855f6ae90ef82aa0db63155:

  arm: socfpga: config: Add USB support example (2014-10-27 02:26:24 +0100)

----------------------------------------------------------------
Andreas Bie?mann (1):
      tools/socfpgaimage.c: fix build on darwin

Marek Vasut (4):
      arm: socfpga: Move code from misc_init_r() to arch_early_init_r()
      arm: socfpga: Zap spl.h and ad-hoc related syms
      arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro
      arm: socfpga: config: Add USB support example

 arch/arm/cpu/armv7/socfpga/misc.c         |  2 +-
 arch/arm/cpu/armv7/socfpga/u-boot-spl.lds |  9 ---------
 arch/arm/include/asm/arch-socfpga/spl.h   | 15 ---------------
 arch/arm/include/asm/spl.h                |  2 +-
 include/configs/socfpga_common.h          | 34 
+++++++++++++++++++++++++++-------
 include/configs/socfpga_cyclone5.h        |  2 --
 tools/socfpgaimage.c                      | 16 ++++++++--------
 7 files changed, 37 insertions(+), 43 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-socfpga/spl.h

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

end of thread, other threads:[~2019-12-02 15:16 UTC | newest]

Thread overview: 192+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-17 12:19 [U-Boot] [PULL] u-boot-socfpga/master Marek Vasut
2019-08-17 17:47 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-28 10:17 Marek Vasut
2019-12-02 15:16 ` Tom Rini
2019-11-22 12:41 Marek Vasut
2019-11-22 22:16 ` Tom Rini
2019-11-15  9:34 Marek Vasut
2019-11-15  9:44 ` Simon Goldschmidt
2019-11-15  9:52   ` Marek Vasut
2019-10-14 23:45 Marek Vasut
2019-10-15  3:05 ` Tom Rini
2019-07-29 12:34 Marek Vasut
2019-07-30  1:21 ` Tom Rini
2019-06-14 10:45 Marek Vasut
2019-06-17 15:19 ` Tom Rini
2019-05-26 23:11 Marek Vasut
2019-05-27 18:35 ` Tom Rini
2019-05-15 22:53 Marek Vasut
2019-05-17 11:15 ` Tom Rini
2019-05-11 23:56 Marek Vasut
2019-05-14 14:07 ` Tom Rini
2019-05-07  3:43 Marek Vasut
2019-05-07 18:13 ` Tom Rini
2019-05-03 15:10 Marek Vasut
2019-05-04 17:01 ` Tom Rini
2019-04-26  9:31 Marek Vasut
2019-04-27 14:48 ` Tom Rini
2019-04-21 19:38 Marek Vasut
2019-04-22 13:23 ` Tom Rini
2019-04-10 14:46 Marek Vasut
2019-04-11 18:17 ` Tom Rini
2019-04-11 18:19   ` Marek Vasut
2019-04-11 18:20     ` Tom Rini
2019-04-11 18:49       ` Simon Goldschmidt
2019-04-11 19:03         ` Tom Rini
2019-04-11 19:30           ` Simon Goldschmidt
2019-04-11 19:59             ` Marek Vasut
2019-04-11 20:07               ` Simon Goldschmidt
2019-04-12 10:31                 ` Marek Vasut
2019-04-16 20:08                   ` Simon Goldschmidt
2019-04-16 21:12                     ` Marek Vasut
2019-04-19 20:47                       ` Simon Goldschmidt
2019-04-21 19:37                         ` Marek Vasut
2019-03-26 17:44 Marek Vasut
2019-03-29  1:24 ` Tom Rini
2019-03-21 15:42 Marek Vasut
2019-03-22 11:25 ` Tom Rini
2019-03-18  3:08 Marek Vasut
2019-03-19 20:50 ` Tom Rini
2019-03-10 13:27 Marek Vasut
2019-03-11 19:41 ` Tom Rini
2019-02-28 21:24 Marek Vasut
2019-03-01 12:59 ` Tom Rini
2019-02-19  2:48 Marek Vasut
2019-02-20  1:56 ` Tom Rini
2019-01-11 14:52 Marek Vasut
2019-01-12 20:13 ` Tom Rini
2018-12-21 12:42 Marek Vasut
2018-12-23 17:31 ` Tom Rini
2018-12-10  4:52 Marek Vasut
2018-12-10 15:17 ` Tom Rini
2018-11-29 20:18 Marek Vasut
2018-11-30 16:19 ` Tom Rini
2018-10-31 20:36 Marek Vasut
2018-11-01 11:47 ` Tom Rini
2018-10-19 10:29 Marek Vasut
2018-10-19 14:12 ` Tom Rini
2018-10-19 14:16   ` Marek Vasut
2018-10-05 21:26 Marek Vasut
2018-10-06 12:57 ` Tom Rini
2018-09-16  1:12 Marek Vasut
2018-09-17 12:03 ` Tom Rini
2018-08-24 18:25 Marek Vasut
2018-08-25 13:16 ` Tom Rini
2018-08-17 10:08 Marek Vasut
2018-08-17 13:56 ` Tom Rini
2018-07-26  7:36 Marek Vasut
2018-07-26 19:53 ` Tom Rini
2018-07-13  9:04 Marek Vasut
2018-07-14  1:10 ` Tom Rini
2018-05-31 18:06 Marek Vasut
2018-06-01  0:23 ` Tom Rini
2018-06-01  6:31   ` Marek Vasut
2018-06-01  7:30     ` Ley Foon Tan
2018-06-01  7:49       ` Marek Vasut
2018-06-01  8:03         ` Ley Foon Tan
2018-06-01  8:08           ` Marek Vasut
2018-05-20 10:05 Marek Vasut
2018-05-21  1:59 ` Tom Rini
2018-05-11  2:20 Marek Vasut
2018-05-11 11:09 ` Tom Rini
2018-04-26 23:11 Marek Vasut
2018-04-27 11:20 ` Tom Rini
2018-04-17 18:26 Marek Vasut
2018-04-18 20:24 ` Tom Rini
2018-03-01 17:35 Marek Vasut
2018-03-02  2:32 ` Tom Rini
2018-02-16 15:59 Marek Vasut
2018-02-17 20:52 ` Tom Rini
2018-01-27 19:37 Marek Vasut
2018-01-28  2:54 ` Tom Rini
2018-01-11  1:58 Marek Vasut
2018-01-11 18:42 ` Tom Rini
2017-12-13  7:46 Marek Vasut
2017-12-14 20:45 ` Tom Rini
2017-11-28  7:33 Marek Vasut
2017-11-28 21:53 ` Tom Rini
2017-09-23 13:14 Marek Vasut
2017-09-24 14:40 ` Tom Rini
2017-07-29 15:27 Marek Vasut
2017-07-30  1:06 ` Tom Rini
2017-05-18  9:42 Marek Vasut
2017-05-19  0:38 ` Tom Rini
2017-04-25 10:49 Marek Vasut
2017-04-25 20:10 ` Tom Rini
2017-04-14 12:10 Marek Vasut
2017-04-14 21:09 ` Tom Rini
2017-02-08 23:38 Marek Vasut
2017-02-09 19:50 ` Tom Rini
2016-12-06  4:53 Marek Vasut
2016-12-08 14:31 ` Tom Rini
2016-10-29 18:01 Marek Vasut
2016-10-30 12:11 ` Tom Rini
2016-08-07 19:55 Marek Vasut
2016-08-08 17:08 ` Tom Rini
2016-07-02  1:42 Marek Vasut
2016-07-05  2:44 ` Tom Rini
2016-06-18  0:43 Marek Vasut
2016-06-19 14:12 ` Tom Rini
2016-06-02 13:19 Marek Vasut
2016-06-03 13:57 ` Tom Rini
2016-05-07  1:42 Marek Vasut
2016-05-11 16:23 ` Tom Rini
2016-05-11 19:20   ` Marek Vasut
2016-05-12  2:02     ` Tom Rini
2016-04-20  9:44 Marek Vasut
2016-04-21 11:25 ` Tom Rini
2016-04-10 19:18 Marek Vasut
2016-04-11 15:02 ` Tom Rini
2016-03-20 20:41 Marek Vasut
2016-03-21  1:27 ` Tom Rini
2016-02-24 18:14 Marek Vasut
2016-02-25 15:23 ` Tom Rini
2016-02-04 11:44 Marek Vasut
2016-02-04 17:39 ` Tom Rini
2016-01-16  6:09 Marek Vasut
2016-01-16 19:35 ` Tom Rini
2015-12-23  3:15 Marek Vasut
2015-12-23 15:27 ` Marek Vasut
2015-12-27 15:10   ` Tom Rini
2015-12-27 15:10 ` Tom Rini
2015-12-20  3:01 Marek Vasut
2015-12-21 14:34 ` Tom Rini
2015-12-06 23:17 Marek Vasut
2015-12-07 19:05 ` Tom Rini
2015-11-30 12:31 Marek Vasut
2015-11-30 20:17 ` Tom Rini
2015-11-05  2:50 Marek Vasut
2015-11-05 15:50 ` Tom Rini
2015-10-17  0:13 Marek Vasut
2015-10-17  0:22 ` Tom Rini
2015-09-23  1:56 Marek Vasut
2015-09-24  8:27 ` Marek Vasut
2015-09-24 21:10   ` Tom Rini
2015-09-12 18:26 Marek Vasut
2015-09-13  1:44 ` Tom Rini
2015-09-07 12:13 Marek Vasut
2015-09-08  0:19 ` Tom Rini
2015-08-23 10:02 Marek Vasut
2015-08-24 13:44 ` Tom Rini
2015-08-08 12:24 Marek Vasut
2015-08-09  0:19 ` Tom Rini
2015-08-09  0:22   ` Marek Vasut
2015-05-07 22:58 Marek Vasut
2015-05-10 14:07 ` Tom Rini
2015-04-29  0:39 Marek Vasut
2015-04-29 14:28 ` Tom Rini
2015-02-17 20:11 Marek Vasut
2015-02-18  3:04 ` Tom Rini
2015-02-18 21:34   ` Marek Vasut
2015-03-05 20:06   ` Marek Vasut
2015-03-06 15:43     ` Tom Rini
2014-12-30 21:32 Marek Vasut
2015-01-01 14:55 ` Tom Rini
2014-12-11 12:53 Marek Vasut
2014-12-11 17:02 ` Marek Vasut
2014-12-16 14:34   ` Marek Vasut
2014-12-17  0:45     ` Tom Rini
2014-11-11 17:20 Marek Vasut
2014-11-13 15:33 ` Tom Rini
2014-10-27  1:28 Marek Vasut
2014-10-27 14:32 ` Tom Rini

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.