1. 24 10月, 2016 1 次提交
  2. 26 4月, 2016 1 次提交
  3. 06 2月, 2016 1 次提交
  4. 26 6月, 2015 1 次提交
    • J
      Move default y configs out of arch/board Kconfig · c9bb942e
      Joe Hershberger 提交于
      Some archs/boards specify their own default by pre-defining the config
      which causes the Kconfig system to mix up the order of the configs in
      the defconfigs... This will cause merge pain if allowed to proliferate.
      
      Remove the configs that behave this way from the archs.
      
      A few configs still remain, but that is because they only exist as
      defaults and do not have a proper Kconfig entry. Those appear to be:
      
      SPIFLASH
      DISPLAY_BOARDINFO
      Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
      [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
      drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c9bb942e
  5. 20 5月, 2015 1 次提交
  6. 25 9月, 2014 1 次提交
  7. 07 8月, 2014 1 次提交
  8. 07 3月, 2014 1 次提交
    • M
      kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED · e91df49f
      Masahiro Yamada 提交于
      Many (but not all) of Blackfin boards give -O2 option
      to compile under lib/ directory.
      That means lib/ should be speed-optimized,
      whereas other parts should be size-optimized.
      
      We want to keep the same behavior,
      but do not want to parse board/*/config.mk again and again.
      We've got no choice but to invent a new method.
      
      CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED, if it is enabled,
      gives -O2 flag only for building under lib/ directory.
      
      Dirty codes which I had marked as "FIX ME"
      in board/${BOARD}/config.mk have been deleted.
      Instead, CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED has been
      defined in include/configs/${BOARD}.h.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Sonic Zhang <sonic.zhang@analog.com>
      e91df49f
  9. 06 12月, 2013 1 次提交
  10. 18 11月, 2013 1 次提交
  11. 23 7月, 2013 1 次提交
  12. 06 10月, 2011 1 次提交
  13. 08 4月, 2011 1 次提交
  14. 20 11月, 2010 1 次提交
  15. 03 10月, 2010 2 次提交
  16. 26 7月, 2010 1 次提交
  17. 14 7月, 2010 1 次提交
  18. 05 7月, 2010 2 次提交
  19. 13 4月, 2010 2 次提交
  20. 17 1月, 2010 1 次提交
  21. 05 10月, 2009 1 次提交
  22. 19 7月, 2009 1 次提交
  23. 16 6月, 2009 2 次提交
  24. 15 6月, 2009 2 次提交
    • M
      Blackfin: unify u-boot linker scripts · 9ff67e5e
      Mike Frysinger 提交于
      All the Blackfin linker scripts were duplicated across the board dirs with
      no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
      unify all of them in the lib_blackfin/ dir and for the few boards that
      need to embedded the environment directly, add a LDS_BOARD_TEXT define for
      them to customize via their board config file.  This is much simpler than
      forcing them to duplicate the rest of the linker script.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      9ff67e5e
    • M
      Blackfin: convert specific pre/post config headers to common method · f348ab85
      Mike Frysinger 提交于
      The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
      common Blackfin board defines.  The common method now is to use config.h,
      so convert blackfin-config-post.h to that.  Rename the still Blackfin
      specific blackfin-config-pre.h to config-pre.h so the naming conventions
      at least line up.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      f348ab85
  25. 25 3月, 2009 3 次提交
  26. 29 1月, 2009 1 次提交
    • M
      Blackfin: overhaul i2c driver · be853bf8
      Mike Frysinger 提交于
      The current Blackfin i2c driver does not work properly with certain devices
      due to it breaking up transfers incorrectly.  This is a rewrite of the
      driver and relocates it to the newer place in the source tree.
      
      Also remove duplicated I2C speed defines in Blackfin board configs and
      disable I2C slave address usage since it isn't implemented.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      be853bf8
  27. 19 10月, 2008 1 次提交
  28. 11 9月, 2008 3 次提交
  29. 13 8月, 2008 1 次提交
  30. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  31. 31 3月, 2008 1 次提交