]> git.sur5r.net Git - u-boot/commit
Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc
authorTom Rini <trini@konsulko.com>
Tue, 3 Apr 2018 12:33:15 +0000 (08:33 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 3 Apr 2018 12:33:15 +0000 (08:33 -0400)
commite63d142f6fbab886fc2975274425a70eaedb4239
tree95a84dfe5f2ff8114b6e0f00016524df9a1b5d5f
parent645b5afbb8215b3386cd6fc2dc3119bd68e4c760
parentf770b3ee1830a5fbd3b44cd051d9e5468339d651
Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc

More ARC changes and fixes for v2018.05

 * Update of ARC tools to the most recent arc-2017.09
 * Fix for compile-time warning for AXS10x
 * Add support of platform-specific commands for HSDK
 * Add support for on-board SPI flash on HSDK
   Note though that for write support another series [1]
   is required. I hope that Jagan will be able to review and
   act on SPI flash improvement series before we get beyond RC1.

   Also note that to get clean build for HSDK we need to disable
   stack-usage check [2] as our current GCC erroneously tries to calculate
   stack-usage on a naked function which leads to warning.

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=35796
[2] https://patchwork.ozlabs.org/patch/894139/