1. 10 4月, 2017 2 次提交
  2. 09 4月, 2017 12 次提交
  3. 08 4月, 2017 1 次提交
  4. 07 4月, 2017 6 次提交
  5. 06 4月, 2017 3 次提交
    • T
      OpenRISC: Remove · 70cc0c34
      Tom Rini 提交于
      The OpenRISC architecture is currently unmaintained, remove.
      
      Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      70cc0c34
    • T
      SPARC: Remove · 936478e7
      Tom Rini 提交于
      The SPARC architecture is currently unmaintained, remove.
      
      Cc: Francois Retief <fgretief@spaceteq.co.za>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      936478e7
    • T
      Blackfin: Remove · ea3310e8
      Tom Rini 提交于
      The architecture is currently unmaintained, remove.
      
      Cc: Benjamin Matthews <mben12@gmail.com>
      Cc: Chong Huang <chuang@ucrobotics.com>
      Cc: Dimitar Penev <dpn@switchfin.org>
      Cc: Haitao Zhang <hzhang@ucrobotics.com>
      Cc: I-SYST Micromodule <support@i-syst.com>
      Cc: M.Hasewinkel (MHA) <info@ssv-embedded.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Martin Strubel <strubel@section5.ch>
      Cc: Peter Meerwald <devel@bct-electronic.com>
      Cc: Sonic Zhang <sonic.adi@gmail.com>
      Cc: Valentin Yakovenkov <yakovenkov@niistt.ru>
      Cc: Wojtek Skulski <info@skutek.com>
      Cc: Wojtek Skulski <skulski@pas.rochester.edu>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      ea3310e8
  6. 05 4月, 2017 4 次提交
    • A
      sunxi: Add OrangePi PC 2 initial support · e7bd15ea
      Andre Przywara 提交于
      The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC.
      Add a (64-bit only) defconfig defining the required options to build
      the U-Boot proper.
      
      Create a new .dts file for it by including the (32-bit) H3 SoC .dtsi
      and changing the differing components accordingly.
      This is a preliminary device tree mostly for U-Boot's own sake, it
      is expected to be updated once the official DT gets accepted upstream.
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      [squash the commits, update the commit message]
      Signed-off-by: NJagan Teki <jagan@openedev.com>
      Reviewed-by: NJagan Teki <jagan@openedev.com>
      e7bd15ea
    • J
      rockchip: Add support for MiQi rk3288 board · 7da8680b
      Jernej Skrabec 提交于
      MiQi is rk3288 based development board with 1 or 2 GB SDRAM, 16 GB eMMC,
      micro SD card interface, 4 USB 2.0 ports, HDMI, gigabit Ethernet and
      expansion ports.
      Signed-off-by: NJernej Skrabec <jernej.skrabec@siol.net>
      Reviewed-by: NKever Yang <kever.yang@rock-chips.com>
      Reviewed-by: NEddie Cai <eddie.cai.linux@gmail.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      7da8680b
    • P
      defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma) · 0b3ce83d
      Philipp Tomsich 提交于
      This commit adds the baseline defconfig for the RK3399-Q7 (Puma) SoM
      (under the name 'puma-rk3399_defconfig') featuring the Rockchip RK3399
      in a Qseven compatible module.
      
      This subsumes the following changes:
       * defconfig: rk3399: migrate CONFIG_SPL_LIBCOMMON_SUPPORT/CONFIG_SPL_LIBGENERIC_SUPPORT
       * defconfig: rk3399-puma: add CONFIG_MMC_DW_ROCKCHIP
       * defconfig: rk3399-puma: disable CONFIG_SPL_OF_PLATDATA
       * defconfig: rk3399-puma: don't USE_TINY_PRINTF
       * defconfig: rk3399-puma: set up CONFIG_SYS_BOARD for the RK3399-Q7
       * defconfig: rk3399-puma: enable the multi-image loading via CONFIG_SPL_FIT
       * defconfig: rk3399-puma: SPL should be able to boot from MMC/SD card
       * defconfig: rk3399-puma: enable GMAC support
       * defconfig: rk3399-puma: enable support for SPI and Winbond SPI flash
       * defconfig: rk3399-puma: enable SPI as a boot-source in SPL
       * defconfig: rk3399-puma: disallow non-FIT images from being loaded
       * defconfig: rk3399-puma: rename to puma-rk3399
       * rockchip: config: rk3399: update defconfigs and rk3399_common
      
      For the RK3399-Q7, we want a default boot-order of SPI -> MMC -> uSD.
      This both follows how the BootROM probes devices and is a sane default
      for customers in device-personalisation (e.g. it allows for quick and
      easy factory programming of unpersonalised devices using an SD card)
      and field usage (with customer devices expected to have their firmware
      either in SPI or MMC).
      
      However, when probing multiple interfaces (according to the result
      from the board_boot_order function), we need to ensure that only valid
      FIT images are considered and disable the fallback to assuming that a
      raw (binary-only) U-Boot image is loaded (to avoid hangs/crashes from
      jumping to random content loaded from devices that are probed, but
      don't contain valid image content).
      
      By disabling the SPL_RAW_IMAGE_SUPPORT and SPL_LEGACY_IMAGE_SUPPORT
      options, we ensure that raw images (indistinguishable from random
      data) are not considered for booting.
      Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Drop CONFIG_DEBUG_UART_BOARD_INIT:
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      0b3ce83d
    • H
      rockchip: rk3188: Add Radxa Rock board · 47197682
      Heiko Stübner 提交于
      The Rock is a RK3188 based single board computer by Radxa.
      Currently it still relies on the proprietary DDR init and
      cannot use the generic SPL, but at least is able to boot
      a linux kernel and system up to a regular login prompt.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Tested-by: NKever Yang <kever.yang@rock-chips.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Fix sort order in defconfig, enable CONFIG_SPL_TINY_MEMSET:
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      47197682
  7. 03 4月, 2017 2 次提交
  8. 02 4月, 2017 2 次提交
  9. 29 3月, 2017 8 次提交