Skip to content
Snippets Groups Projects
  1. Apr 18, 2015
  2. Apr 17, 2015
    • Simon Glass's avatar
      x86: Add support for panther (Asus Chromebox) · 51e9dad2
      Simon Glass authored
      
      Support running U-Boot as a coreboot payload. Tested peripherals include:
      
      - Video (HDMI and DisplayPort)
      - SATA disk
      - Gigabit Ethernet
      - SPI flash
      
      USB3 does not work. This may be a problem with the USB3 PCI driver or
      something in the USB3 stack and has not been investigated So far this is
      disabled. The SD card slot also does not work.
      
      For video, coreboot will need to run the OPROM to set this up.
      
      With this board, bare support (running without coreboot) is not available
      as yet.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      51e9dad2
  3. Apr 15, 2015
  4. 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
  5. Apr 09, 2015
  6. Apr 08, 2015
    • Masahiro Yamada's avatar
      ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot · 321f86e1
      Masahiro Yamada authored
      
      Since commit 326a6823 (malloc_f: enable SYS_MALLOC_F by default
      if DM is on), Zynq MMC boot hangs up after printing the following:
      
          U-Boot SPL 2015.04-rc5-00053-gadcc570 (Apr 08 2015 - 12:59:11)
          mmc boot
          reading system.dtb
      
      Prior to commit 326a6823, Zynq boards enabled CONFIG_DM, but
      not CONFIG_SYS_MALLOC_F.  That commit forcibly turned on
      CONFIG_SYS_MALLOC_F.  I have not figured out the root cause, but
      anyway it looks like CONFIG_SYS_MALLOC_F gave a bad impact on the
      Zynq MMC boot.
      
      We are planning to have the v2015.04 release in a few days.
      I know this is a defensive fixup, but what I can do now is to add
         # CONFIG_SYS_MALLOC_F is not set
      to every Zynq defconfig file to get back the original behavior.
      
      Tested on:
        - Zedboard
        - ZC706 board
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Tested-by: default avatarMichal Simek <michal.simek@xilinx.com>
      Cc: Simon Glass <sjg@chromium.org>
      321f86e1
  7. Apr 04, 2015
  8. Apr 03, 2015
  9. Mar 31, 2015
Loading