Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc
authorTom Rini <trini@konsulko.com>
Fri, 5 Oct 2018 14:16:31 +0000 (10:16 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 5 Oct 2018 14:16:31 +0000 (10:16 -0400)
commit46031b3aa08814f797a379356750aa5fb94cd3f7
tree79bc71a15a74863f4f3362d3b09c92efad35a1bf
parentad8c9f614620ec77d3c0f8963d61535038c39f09
parent5396e8b1dd0ad9741b04f506ef88b5fb49d4c82a
Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc

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 bw 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.