1. 13 11月, 2014 1 次提交
  2. 05 11月, 2014 1 次提交
  3. 31 10月, 2014 1 次提交
  4. 30 10月, 2014 1 次提交
  5. 29 10月, 2014 2 次提交
    • G
      kconfig: arm: introduce symbol for ARM CPUs · 2e07c249
      Georges Savoundararadj 提交于
      This commit introduces a Kconfig symbol for each ARM CPU:
      CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,
      CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100.
      Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected
      for CPU_ARM1176 and CPU_V7.
      
      For each target, the corresponding CPU is selected and the definition of
      SYS_CPU in the corresponding Kconfig file is removed.
      
      Also, it removes redundant "string" type in some Kconfig files.
      Signed-off-by: NGeorges Savoundararadj <savoundg@gmail.com>
      Acked-by: NAlbert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      2e07c249
    • W
      ppc/arm: zap EMK boards · d58a9451
      Wolfgang Denk 提交于
      The following bard configurations have been without active maintenance
      for a long time, and the board maintainer agrees to have them removed:
      
      MPC5200:	TOP5200, MINI5200, EVAL5200
      MPC860:		TOP860
      at91sam9xeXXX:	top9000eval_xe, top9000su_xe
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
      [trini: Add missing Kconfig removals]
      Signed-off-by: NTom Rini <trini@ti.com>
      d58a9451
  6. 28 10月, 2014 1 次提交
  7. 27 10月, 2014 1 次提交
    • M
      arm: debug: add Kconfig entries for lowlevel debug · 51b17d49
      Masahiro Yamada 提交于
      We have not had a good method to debug the early boot stage such as
      lowlevel_init function.  I guess developers generally use dedicated
      debuggers for that, but it is difficult in some cases.
      (For example, my debugger cannot connect to the ARM processor when
      it is in the secure state.  It sometimes happens when I need to
      debug the early boot stage on ARM SoCs with secure extension.)
      
      The low level debug feature in Linux would be also helpful for U-boot
      when we are stucking in nasty problems where the console is not
      available yet.
      
      You have to enable CONFIG_DEBUG_LL to use this feature.
      For now, only 8250-compatible UART devices are supported.
      You can add a header file under arch/arm/include/debug/ directory
      to support your UART device if necessary.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      51b17d49
  8. 24 10月, 2014 2 次提交
  9. 23 10月, 2014 2 次提交
  10. 08 10月, 2014 2 次提交
  11. 06 10月, 2014 1 次提交
    • C
      imx6: add Bachmann OT1200 board · 39d09733
      Christian Gmeiner 提交于
      This patch adds support for the OT1200 series of devices.
      
      Following components are used in u-boot:
      + ethernet
      + i2c
      + emmc
      + gpio
      
      For more details see README.
      
      Changes v1 > v2
        - make use of enable_cspi_clock(..)
        - fix usage of OUTPUT_40OHM define
        - added README
      
      Changes v2 > v3
        - improve spelling in README
        - added own copy of mx6q_4x_mt41j128.cfg
      Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      39d09733
  12. 05 10月, 2014 1 次提交
  13. 25 9月, 2014 1 次提交
  14. 17 9月, 2014 2 次提交
  15. 14 9月, 2014 1 次提交
  16. 09 9月, 2014 3 次提交
  17. 01 9月, 2014 1 次提交
  18. 31 8月, 2014 14 次提交
  19. 30 8月, 2014 1 次提交
  20. 22 8月, 2014 1 次提交