1. 14 4月, 2017 5 次提交
  2. 10 4月, 2017 1 次提交
  3. 09 4月, 2017 5 次提交
  4. 08 4月, 2017 6 次提交
  5. 07 4月, 2017 5 次提交
  6. 06 4月, 2017 4 次提交
    • S
      board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() · 68969778
      Simon Glass 提交于
      We don't need a special hook for sandbox as one of the later ones will do
      just as well. We can print error messages about bad options after we
      print the banner. In fact, it seems better.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NStefan Roese <sr@denx.de>
      68969778
    • 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
  7. 05 4月, 2017 13 次提交
  8. 02 4月, 2017 1 次提交
    • M
      arm: tegra: initial support for apalis tk1 · f38f5f4b
      Marcel Ziswiler 提交于
      This patch adds board support for the Toradex Apalis TK1 a computer on
      module which can be used on different carrier boards.
      
      The module consists of a Tegra TK1 SoC, a PMIC solution, 2 GB of DDR3L
      RAM, a bunch of level shifters, an eMMC, a TMP451 temperature sensor
      chip, an I210 gigabit Ethernet controller and a SGTL5000 audio codec.
      Furthermore, there is a Kinetis MK20DN512 companion micro controller for
      analogue, CAN and resistive touch functionality.
      
      For the sake of ease of use we do not distinguish between different
      carrier boards for now as the base module features are deemed
      sufficient enough for regular booting.
      
      The following functionality is working so far:
      - eMMC boot, environment storage and Toradex factory config block
      - Gigabit Ethernet
      - MMC/SD cards (both MMC1 as well as SD1 slot)
      - USB client/host (dual role OTG port as client e.g. for DFU/UMS or host,
        other two ports as host)
      Signed-off-by: NMarcel Ziswiler <marcel.ziswiler@toradex.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NMarcel Ziswiler <marcel@ziswiler.com>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      f38f5f4b