mbox series

[U-Boot,PULL] u-boot-socfpga/master

Message ID 3984cfef-d66b-ccfe-3a3f-815622709f6f@gmail.com
State Accepted
Delegated to: Marek Vasut
Headers show
Series [U-Boot,PULL] u-boot-socfpga/master | expand

Pull-request

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

Message

Marek Vasut Sept. 16, 2018, 1:12 a.m. UTC
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(-)

Comments

Tom Rini Sept. 17, 2018, 12:03 p.m. UTC | #1
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!