1. 03 4月, 2018 3 次提交
    • A
      Makefile: Disable stack-usage check for ARC · 948071ba
      Alexey Brodkin 提交于
      With the most recent tools for ARC (arc-2017.09) in case of
      "naked" function compiler throws a warning:
      ---------------------------------->8-----------------------------
      board/synopsys/hsdk/hsdk.c: In function 'hsdk_core_init_f':
      board/synopsys/hsdk/hsdk.c:345:1: warning: stack usage computation not supported for this target
       }
       ^
      ---------------------------------->8-----------------------------
      
      That happens because the compiler doesn't handle "naked" functions
      as a special case where stack calculation shouldn't be done.
      
      But for now until this is fixed in GCC to get clean buildman output
      we're disabling stack-usage check for ARC.
      
      See https://lists.denx.de/pipermail/u-boot/2018-April/324455.html
      for more background.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Cc: Tom Rini <trini@konsulko.com>
      948071ba
    • T
      Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc · e63d142f
      Tom Rini 提交于
      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/
      e63d142f
    • T
      Prepare v2018.05-rc1 · 645b5afb
      Tom Rini 提交于
      Signed-off-by: NTom Rini <trini@konsulko.com>
      645b5afb
  2. 02 4月, 2018 5 次提交
  3. 01 4月, 2018 5 次提交
  4. 31 3月, 2018 7 次提交
  5. 30 3月, 2018 20 次提交