[U-Boot]  Please pull ARC changes
    Alexey Brodkin 
    alexey.brodkin at synopsys.com
       
    Thu Nov  1 20:41:46 UTC 2018
    
    
  
Hi Tom,
The following changes since commit fdaccfeb5e03e18c05be386b8a7c6be02be2cf15:
  Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2018-10-31 17:15:55 -0400)
are available in the Git repository at:
  git://git.denx.de/u-boot-arc.git tags/arc-for-2018.11
for you to fetch changes up to a6b8c29fb8fce8f063a4709ce0df3f862b316b95:
  iot_dk: Add README (2018-11-01 23:04:05 +0300)
----------------------------------------------------------------
Just 2 non-functinal changes:
 1. Rename of EMDK to EMSDP so it matches real marketing name
 2. Add essential README for IoTDK
----------------------------------------------------------------
Alexey Brodkin (2):
      emdk->emsdp: Rename board
      iot_dk: Add README
 arch/arc/Kconfig                              |   6 +++---
 arch/arc/dts/Makefile                         |   2 +-
 arch/arc/dts/{emdk.dts => emsdp.dts}          |   2 +-
 board/synopsys/{emdk => emsdp}/Kconfig        |   6 +++---
 board/synopsys/{emdk => emsdp}/MAINTAINERS    |   5 +++--
 board/synopsys/{emdk => emsdp}/Makefile       |   2 +-
 board/synopsys/{emdk => emsdp}/README         |  11 ++++++-----
 board/synopsys/{emdk/emdk.c => emsdp/emsdp.c} |  18 +++++++++---------
 board/synopsys/iot_devkit/README              | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/{emdk_defconfig => emsdp_defconfig}   |   6 +++---
 include/configs/{emdk.h => emsdp.h}           |  10 +++++-----
 11 files changed, 180 insertions(+), 33 deletions(-)
 rename arch/arc/dts/{emdk.dts => emsdp.dts} (96%)
 rename board/synopsys/{emdk => emsdp}/Kconfig (63%)
 rename board/synopsys/{emdk => emsdp}/MAINTAINERS (50%)
 rename board/synopsys/{emdk => emsdp}/Makefile (85%)
 rename board/synopsys/{emdk => emsdp}/README (90%)
 rename board/synopsys/{emdk/emdk.c => emsdp/emsdp.c} (77%)
 create mode 100644 board/synopsys/iot_devkit/README
 rename configs/{emdk_defconfig => emsdp_defconfig} (88%)
 rename include/configs/{emdk.h => emsdp.h} (85%)
-Alexey
    
    
More information about the U-Boot
mailing list