Skip to content
Snippets Groups Projects
  1. Nov 17, 2014
  2. Nov 13, 2014
  3. Nov 05, 2014
  4. Oct 30, 2014
  5. Oct 29, 2014
    • Georges Savoundararadj's avatar
      kconfig: arm: introduce symbol for ARM CPUs · 2e07c249
      Georges Savoundararadj authored
      
      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: default avatarGeorges Savoundararadj <savoundg@gmail.com>
      Acked-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      2e07c249
  6. Oct 28, 2014
    • Wolfgang Denk's avatar
      ppc/arm: zap EMK boards · d58a9451
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
      [trini: Add missing Kconfig removals]
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      d58a9451
  7. Oct 27, 2014
  8. Oct 26, 2014
    • Masahiro Yamada's avatar
      arm: debug: add Kconfig entries for lowlevel debug · 51b17d49
      Masahiro Yamada authored
      
      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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      51b17d49
  9. Oct 24, 2014
  10. Oct 23, 2014
  11. Oct 08, 2014
  12. Oct 06, 2014
    • Christian Gmeienr's avatar
      imx6: add Bachmann OT1200 board · 39d09733
      Christian Gmeienr authored
      
      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: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
      39d09733
  13. Oct 05, 2014
  14. Sep 25, 2014
  15. Sep 16, 2014
  16. Sep 13, 2014
  17. Sep 09, 2014
  18. Sep 08, 2014
  19. Aug 31, 2014
Loading