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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to