All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <alexey.brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  Please pull ARC changes
Date: Fri, 5 Oct 2018 14:10:16 +0000	[thread overview]
Message-ID: <f72885f28bbae7d70d2c1968fa243516b4b26df3.camel@synopsys.com> (raw)

Hi Tom,

he following changes since commit a1588ac8228881f9fe65539fa8e31f0ee3556864:

  Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip (2018-10-03 12:09:19 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-arc.git tags/arc-updates-for-2018.11-rc2

for you to fetch changes up to 5396e8b1dd0ad9741b04f506ef88b5fb49d4c82a:

  arc: Add support for IoT development kit (2018-10-05 16:57:00 +0300)

----------------------------------------------------------------
Here we do a couple of impovements for all ARC boards
as well as introduce yet another developemnt board.

1. Now for ARC boards we print CPU and board info
   which is useful for users and helps with
   analysis of logs "post-mortem".

2. Synopsys IoT development kit support is added
   This one might be a bit too late as we're past RC1
   but:
    1) This doesn't affect any other arches etc
       as we change purely ARC code.
    2) I've got a chance to talk about U-Boot on
       IoT platforms during ELCE (my proposal was on
       a wait list and only this week I've got
       an update and invitation to talk) so it would
       be good to have this board as a primer in upstream
       code-base by the time of ELCE 2018.
    3) For complete support of IoT devkit I'm yet to
       significantly rework regmap subsystem in U-Boot
       but that's a different topic and hopefully it will
       be done sometime soon... though not this release
       cycle for sure.

----------------------------------------------------------------
Alexey Brodkin (5):
      ARC: Don't pre-define CROSS_COMPILE
      ARC: Add model property to boards .dts
      ARC: Implement print_cpuinfo()
      ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO
      arc: Add support for IoT development kit

 arch/arc/Kconfig                       |   5 +++++
 arch/arc/config.mk                     |   6 ------
 arch/arc/dts/Makefile                  |   1 +
 arch/arc/dts/abilis_tb100.dts          |   2 ++
 arch/arc/dts/axs101.dts                |   2 ++
 arch/arc/dts/axs103.dts                |   2 ++
 arch/arc/dts/emdk.dts                  |   2 ++
 arch/arc/dts/hsdk.dts                  |   2 ++
 arch/arc/dts/iot_devkit.dts            |  45 ++++++++++++++++++++++++++++++++++++++++++++
 arch/arc/dts/nsim.dts                  |   2 ++
 arch/arc/lib/cpu.c                     |  35 ++++++++++++++++++++++++++++++++++-
 board/synopsys/iot_devkit/Kconfig      |  12 ++++++++++++
 board/synopsys/iot_devkit/MAINTAINERS  |   5 +++++
 board/synopsys/iot_devkit/Makefile     |   7 +++++++
 board/synopsys/iot_devkit/config.mk    |   2 ++
 board/synopsys/iot_devkit/iot_devkit.c | 168
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++
 board/synopsys/iot_devkit/u-boot.lds   |  77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 common/Kconfig                         |   4 ++--
 configs/iot_devkit_defconfig           |  38 ++++++++++++++++++++++++++++++++++++++
 include/configs/iot_devkit.h           |  84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 20 files changed, 492 insertions(+), 9 deletions(-)
 create mode 100644 arch/arc/dts/iot_devkit.dts
 create mode 100644 board/synopsys/iot_devkit/Kconfig
 create mode 100644 board/synopsys/iot_devkit/MAINTAINERS
 create mode 100644 board/synopsys/iot_devkit/Makefile
 create mode 100644 board/synopsys/iot_devkit/config.mk
 create mode 100644 board/synopsys/iot_devkit/iot_devkit.c
 create mode 100644 board/synopsys/iot_devkit/u-boot.lds
 create mode 100644 configs/iot_devkit_defconfig
 create mode 100644 include/configs/iot_devkit.h

-Alexey

             reply	other threads:[~2018-10-05 14:10 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 14:10 Alexey Brodkin [this message]
2018-10-06  1:16 ` [U-Boot] Please pull ARC changes Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-01-25  5:52 Alexey Brodkin
2019-01-27  3:50 ` Tom Rini
2018-12-03 11:32 Alexey Brodkin
2018-12-03 15:32 ` Tom Rini
2018-11-01 20:41 Alexey Brodkin
2018-11-02 20:30 ` Tom Rini
2018-10-15 10:22 Alexey Brodkin
2018-10-12 12:38 Alexey Brodkin
2018-06-21 11:59 Alexey Brodkin
2018-06-21 18:21 ` Tom Rini
2018-06-18  9:29 Alexey Brodkin
2018-06-15 13:14 Alexey Brodkin
2018-06-16  2:34 ` Tom Rini
2018-05-24 13:09 Alexey Brodkin
2018-05-24 23:41 ` Tom Rini
2018-03-23 13:23 Alexey Brodkin
2018-03-23 13:33 ` Tom Rini
2018-03-23 13:38   ` Alexey Brodkin
2018-03-23 13:51     ` Tom Rini
2018-02-15 12:53 Alexey Brodkin
2018-02-15 19:07 ` Tom Rini
2018-01-19 15:08 Alexey Brodkin
2018-01-19 15:08 ` Alexey Brodkin
2018-01-19 21:11 ` Tom Rini
2018-01-19 21:11   ` Tom Rini
2017-12-12 15:52 Alexey Brodkin
2017-12-12 15:52 ` Alexey Brodkin
2017-12-12 15:58 ` Tom Rini
2017-12-12 15:58   ` Tom Rini
2017-12-11  8:43 Alexey Brodkin
2017-12-12  1:55 ` Tom Rini
2017-11-24 16:39 Alexey Brodkin
2017-11-24 21:33 ` Tom Rini
2017-06-29 16:39 Alexey Brodkin
2017-06-30  1:26 ` Tom Rini
2017-04-11 14:56 Alexey Brodkin
2017-04-11 15:55 ` Tom Rini
2017-03-31 19:12 Alexey Brodkin
2017-04-04 20:00 ` Tom Rini
2017-03-24 11:53 Alexey Brodkin
2017-03-24 17:37 ` Tom Rini
2016-09-16 11:30 Alexey Brodkin
2016-09-19  0:31 ` Tom Rini
2016-08-05 10:09 Alexey Brodkin
2016-08-06  2:09 ` Tom Rini
2016-07-04  8:49 Alexey Brodkin
2016-07-05  2:44 ` Tom Rini
2016-06-13 12:43 Alexey Brodkin
2016-06-19 14:08 ` Tom Rini
2016-04-21 17:11 Alexey Brodkin
2016-04-22 14:26 ` Tom Rini
2016-04-11 17:23 Alexey Brodkin
2016-04-12  2:27 ` Tom Rini
2016-02-20  8:22 Alexey Brodkin
2016-02-20 14:23 ` Tom Rini
2015-12-08 14:33 Alexey Brodkin
2015-12-08 15:00 ` Tom Rini
2015-11-17 21:41 Alexey Brodkin
2015-11-18  0:50 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f72885f28bbae7d70d2c1968fa243516b4b26df3.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.