mbox

[U-Boot] Pull request: u-boot-coldfire/master

Message ID 8aa7fc86-ed26-dd22-3067-6c5eb176c688@sysam.it
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Angelo Dureghello Aug. 17, 2017, 11:55 p.m. UTC
The following changes since commit 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0:

   Merge git://git.denx.de/u-boot-tegra (2017-08-16 18:12:58 -0400)

are available in the git repository at:

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

for you to fetch changes up to a373024e7f70a04b7fed1c11be1fcd50fc21aac2:

   m68k: add board stmark2, mcf5441x based (2017-08-18 01:26:52 +0200)

----------------------------------------------------------------
Angelo Dureghello (4):
       m68k: mcf5445x: move early ddr init as board-specific
       m68k: fix cache.c for Coldfire V4E
       m68k: mcf5445x: allow CS0 to be undefined
       m68k: add board stmark2, mcf5441x based

  arch/m68k/Kconfig                         |   5 +++
  arch/m68k/cpu/mcf5445x/cpu_init.c         |   2 +
  arch/m68k/cpu/mcf5445x/start.S            | 184 ++++++------------------------------------------------------------------------
  arch/m68k/lib/cache.c                     |  25 +++++------
  board/freescale/m54418twr/Makefile        |   2 +
  board/freescale/m54418twr/sbf_dram_init.S |  86 +++++++++++++++++++++++++++++++++++++
  board/freescale/m54451evb/Makefile        |   1 +
  board/freescale/m54451evb/sbf_dram_init.S |  97 +++++++++++++++++++++++++++++++++++++++++
  board/freescale/m54455evb/Makefile        |   1 +
  board/freescale/m54455evb/sbf_dram_init.S | 101 +++++++++++++++++++++++++++++++++++++++++++
  board/sysam/stmark2/Kconfig               |  15 +++++++
  board/sysam/stmark2/MAINTAINERS           |   6 +++
  board/sysam/stmark2/Makefile              |   8 ++++
  board/sysam/stmark2/sbf_dram_init.S       | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++
  board/sysam/stmark2/stmark2.c             |  47 ++++++++++++++++++++
  configs/stmark2_defconfig                 |  26 +++++++++++
  include/configs/M54418TWR.h               |   2 +
  include/configs/M54451EVB.h               |   2 +
  include/configs/M54455EVB.h               |   2 +
  include/configs/stmark2.h                 | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  scripts/config_whitelist.txt              |   1 +
  21 files changed, 747 insertions(+), 184 deletions(-)
  create mode 100644 board/freescale/m54418twr/sbf_dram_init.S
  create mode 100644 board/freescale/m54451evb/sbf_dram_init.S
  create mode 100644 board/freescale/m54455evb/sbf_dram_init.S
  create mode 100644 board/sysam/stmark2/Kconfig
  create mode 100644 board/sysam/stmark2/MAINTAINERS
  create mode 100644 board/sysam/stmark2/Makefile
  create mode 100644 board/sysam/stmark2/sbf_dram_init.S
  create mode 100644 board/sysam/stmark2/stmark2.c
  create mode 100644 configs/stmark2_defconfig
  create mode 100644 include/configs/stmark2.h

Comments

Tom Rini Aug. 19, 2017, 4:16 p.m. UTC | #1
On Fri, Aug 18, 2017 at 01:55:49AM +0200, Angelo Dureghello wrote:

> The following changes since commit 336aee50cf55d4d98ddf3a4412c18286e7f0a4c0:
> 
>   Merge git://git.denx.de/u-boot-tegra (2017-08-16 18:12:58 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-coldfire.git master
> 
> for you to fetch changes up to a373024e7f70a04b7fed1c11be1fcd50fc21aac2:
> 
>   m68k: add board stmark2, mcf5441x based (2017-08-18 01:26:52 +0200)
> 

Applied to u-boot/master, thanks!