1. 13 6月, 2016 7 次提交
  2. 12 6月, 2016 1 次提交
  3. 11 6月, 2016 2 次提交
  4. 10 6月, 2016 5 次提交
  5. 08 6月, 2016 3 次提交
  6. 07 6月, 2016 4 次提交
  7. 06 6月, 2016 7 次提交
  8. 04 6月, 2016 6 次提交
  9. 03 6月, 2016 2 次提交
  10. 02 6月, 2016 2 次提交
    • M
      arm: socfpga: Enable tiny printf and simple malloc in SPL · 5bb4050d
      Marek Vasut 提交于
      Enable both features to reduce the SPL size by 6 kiB.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      5bb4050d
    • M
      arm: socfpga: Add samtec VIN|ING board · 569a191a
      Marek Vasut 提交于
      Add support for board based on the popular Altera Cyclone V SoC.
      This board has the following properties:
       - 1 GiB of DRAM
       - 1 Gigabit ethernet
       - 1 USB gadget port
       - 1 USB host port with an on-board hub
       - 2 QSPI NORs connected to the Cadence QSPI core
       - Multiple I2C EEPROMs and one I2C temperature sensor
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      Cc: Chin Liang See <clsee@altera.com>
      ---
      V2: Update the defconfig as per Tom's request
      569a191a
  11. 01 6月, 2016 1 次提交
    • S
      ARM: tegra: add p2771-0000 board support · 10a03382
      Stephen Warren 提交于
      P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
      combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
      port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
      headers.
      
      Currently, due to U-Boot's level of support for Tegra186, the only
      features supported by U-Boot are the console UART and the on-board eMMC.
      Additional features will be added over time.
      
      U-Boot has so far been tested by replacing the kernel image on the device
      with a U-Boot binary. It is anticipated that U-Boot will eventually
      replace the CCPLEX bootloader binary, as on previous chips. This hasn't
      yet been tested.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      10a03382