Skip to content
Snippets Groups Projects
  1. Apr 06, 2018
  2. Apr 05, 2018
  3. Apr 04, 2018
  4. Apr 03, 2018
    • Alexey Brodkin's avatar
      Makefile: Disable stack-usage check for ARC · 948071ba
      Alexey Brodkin authored
      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: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Cc: Tom Rini <trini@konsulko.com>
      948071ba
    • Tom Rini's avatar
      Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc · e63d142f
      Tom Rini authored
      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
Loading