Skip to content
Snippets Groups Projects
  1. Apr 29, 2015
  2. Apr 23, 2015
  3. Apr 22, 2015
  4. Apr 18, 2015
  5. Apr 10, 2015
    • Albert ARIBAUD \(3ADEV\)'s avatar
      lpc32xx: add support for board work_92105 · 412ae53a
      Albert ARIBAUD \(3ADEV\) authored
      
      Work_92105 from Work Microwave is an LPC3250-
      based board with the following features:
      - 64MB or 128MB SDR DRAM
      - 1 GB SLC NAND, managed through MLC controller.
      - Ethernet
      - Ethernet + PHY SMSC8710
      - I2C:
        - EEPROM (24M01-compatible)
        - RTC (DS1374-compatible)
        - Temperature sensor (DS620)
        - DACs (2 x MAX518)
      - SPI (through SSP interface)
        - Port expander MAX6957
      - LCD display (HD44780-compatible), controlled
        through the port expander and DACs
      
      This board has SPL support, and uses the LPC32XX boot
      image format.
      
      Signed-off-by: default avatarAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      412ae53a
  6. Apr 09, 2015
  7. Mar 28, 2015
  8. Mar 23, 2015
    • Boris BREZILLON's avatar
      ARM: iMX: define an IMX_CONFIG Kconfig option · a05a6045
      Boris BREZILLON authored
      
      IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked
      as deprecated.
      
      Add a new Kconfig file under arch/arm/imx-common and define the
      IMX_CONFIG Kconfig in there.
      
      Each board is supposed to provide a default value pointing to the
      appropriate imximage.cfg file.
      
      Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
      a05a6045
    • Boris BREZILLON's avatar
      ARM: mx6: move to a standard arch/board approach · 89ebc821
      Boris BREZILLON authored
      
      Freescale boards are currently all defined in arch/arm/Kconfig, which
      makes them hard to detect.
      Moreover the MX6 SoC variant (Q, D, DL, S, SL) selection is currently
      done via the SYS_EXTRA_OPTIONS option which marked as deprecated.
      
      Move to a more standard way to select sub-architecture and board by
      creating a Kconfig under arch/arm/cpu/armv7/mx6 and a new ARCH_MX6
      option.
      
      Existing MX6 board definitions should be moved in this new Kconfig in
      choice menu, and new boards should be directly declared in this menu.
      
      Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
      89ebc821
  9. Mar 09, 2015
    • Linus Walleij's avatar
      armv8/vexpress64: make multientry conditional · 23b5877c
      Linus Walleij authored
      
      While the Freescale ARMv8 board LS2085A will enter U-Boot both
      on a master and a secondary (slave) CPU, this is not the common
      behaviour on ARMv8 platforms. The norm is that U-Boot is entered
      from the master CPU only, while the other CPUs are kept in
      WFI (wait for interrupt) state.
      
      The code determining which CPU we are running on is using the
      MPIDR register, but the definition of that register varies with
      platform to some extent, and handling multi-cluster platforms
      (such as the Juno) will become cumbersome. It is better to only
      enable the multiple entry code on machines that actually need
      it and disable it by default.
      
      Make the single entry default and add a special
      ARMV8_MULTIENTRY KConfig option to be used by the
      platforms that need multientry and set it for the LS2085A.
      Delete all use of the CPU_RELEASE_ADDR from the Vexpress64
      boards as it is just totally unused and misleading, and
      make it conditional in the generic start.S code.
      
      This makes the Juno platform start U-Boot properly.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      23b5877c
  10. Mar 06, 2015
  11. Mar 04, 2015
    • Marek Vasut's avatar
      arm: socfpga: Add Altera Arria V DK support · c115a0d4
      Marek Vasut authored
      
      Add support for the Altera Arria V development kit.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@opensource.altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Vince Bridgers <vbridger@opensource.altera.com>
      c115a0d4
  12. Mar 02, 2015
  13. Feb 28, 2015
  14. Feb 24, 2015
  15. Feb 23, 2015
  16. Feb 21, 2015
Loading