1. 24 4月, 2015 1 次提交
  2. 23 4月, 2015 2 次提交
  3. 19 4月, 2015 8 次提交
  4. 10 4月, 2015 1 次提交
    • A
      lpc32xx: add support for board work_92105 · 412ae53a
      Albert ARIBAUD \(3ADEV\) 提交于
      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: NAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      412ae53a
  5. 09 4月, 2015 1 次提交
  6. 28 3月, 2015 1 次提交
  7. 23 3月, 2015 2 次提交
    • B
      ARM: iMX: define an IMX_CONFIG Kconfig option · a05a6045
      Boris BREZILLON 提交于
      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: NBoris Brezillon <boris.brezillon@free-electrons.com>
      a05a6045
    • B
      ARM: mx6: move to a standard arch/board approach · 89ebc821
      Boris BREZILLON 提交于
      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: NBoris Brezillon <boris.brezillon@free-electrons.com>
      89ebc821
  8. 09 3月, 2015 1 次提交
    • L
      armv8/vexpress64: make multientry conditional · 23b5877c
      Linus Walleij 提交于
      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: NLinus Walleij <linus.walleij@linaro.org>
      23b5877c
  9. 06 3月, 2015 1 次提交
  10. 05 3月, 2015 1 次提交
    • M
      arm: socfpga: Add Altera Arria V DK support · c115a0d4
      Marek Vasut 提交于
      Add support for the Altera Arria V development kit.
      Signed-off-by: NMarek 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
  11. 03 3月, 2015 1 次提交
  12. 28 2月, 2015 1 次提交
  13. 25 2月, 2015 6 次提交
  14. 23 2月, 2015 1 次提交
  15. 21 2月, 2015 10 次提交
  16. 13 2月, 2015 1 次提交
  17. 08 2月, 2015 1 次提交