Skip to content
Snippets Groups Projects
  1. Feb 21, 2015
  2. Feb 12, 2015
  3. Feb 07, 2015
  4. Feb 06, 2015
  5. Jan 30, 2015
    • Linus Walleij's avatar
      vexpress64: support the Juno Development Platform · ffc10373
      Linus Walleij authored
      
      The Juno Development Platform is a physical Versatile Express
      device with some differences from the emulated semihosting
      models. The main difference is that the system is split in
      a SoC and an FPGA where the SoC hosts the serial ports at
      totally different adresses.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      ffc10373
    • Linus Walleij's avatar
      vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS · f91afc4d
      Linus Walleij authored
      
      The Versatile Express ARMv8 semihosted FVP platform is still
      using the legacy CONFIG_SYS_EXTRA_OPTIONS method to configure
      some compile-time flags. Get rid of this and create a Kconfig
      entry for the FVP model, and a selectable bool for the
      semihosting library.
      
      The FVP subboard is now modeled as a target choice so we can
      eventually choose between different ARMv8 versatile express
      boards (FVP, base model, Juno...) this way. All dependent
      symbols are updated to reflect this.
      
      The 64bit Versatile Express board symbols are renamed
      VEXPRESS64 so we have some chance to see what is actually
      going on. Tested on the FVP fast model.
      
      Acked-by: default avatarSteve Rae <srae@broadcom.com>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      f91afc4d
  6. Jan 22, 2015
  7. Jan 19, 2015
    • Stefan Roese's avatar
      arm: mx6: Add Barco platinum-picon and platinum-titanium · 5d6050fd
      Stefan Roese authored
      
      This patch adds the new Barco platinum platform. It currently
      includes those two boards:
      
      platinum-titanium
      -----------------
      This is the same board as the titanium that is already supported in
      mainline U-Boot. But its now moved to this new platform to support
      multiple "flavors" of imx6 boards in one directory. Its also moved
      to support SPL booting. And with this we use the run-time DDR
      configuration of this SPL support. The board is equipped with the
      Micron MT41J128M16JT-125 DDR chips. We now can remove the DDR
      related registers tuples from the imximage.cfg file. As all this
      is done in the SPL at run-time.
      
      platinum-picon
      --------------
      This board is new and based on the MX6DL with 1GiB DDR using the
      Micron MT41K256M16HA DDR3 chips. Its also equipped with 2 NAND
      chips (each 512MiB).
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Pieter Ronsijn <pieter.ronsijn@barco.com>
      5d6050fd
  8. Dec 18, 2014
  9. Dec 11, 2014
  10. Dec 09, 2014
  11. Dec 08, 2014
  12. Dec 01, 2014
  13. Nov 27, 2014
  14. Nov 24, 2014
  15. Nov 23, 2014
  16. Nov 17, 2014
  17. Nov 13, 2014
  18. Nov 05, 2014
  19. Oct 30, 2014
  20. 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
  21. 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
  22. Oct 27, 2014
Loading