1. 09 4月, 2019 1 次提交
    • S
      arm: at91: Add gardena-gateway-at91sam support · a71e2f93
      Stefan Roese 提交于
      The GARDENA smart Gateway boards are equipped with an Atmel / Microchip
      AT91SAM9G25 SoC and with 128 MiB of RAM and 256 MiB of NAND storage.
      This patch adds support for this board including SPL support. Therefore
      the AT91Boostrap is not needed on this platform any more.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Andreas Bießmann <andreas@biessmann.org>
      Cc: Eugen Hristev <eugen.hristev@microchip.com>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      a71e2f93
  2. 23 9月, 2018 2 次提交
    • S
      mips: Add Gardena Smart-Gateway board support · 88dc4099
      Stefan Roese 提交于
      The Gardena Smart-Gateway boards have a MT7688 SoC with 128 MiB of RAM
      and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND storage.
      
      This patch also includes 2 targets. One is the target that can be
      programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
      added to support loading and booting via an already running U-Boot
      version. This allows easy development and testing without the
      need to flash the image each time.
      Signed-off-by: NStefan Roese <sr@denx.de>
      [fixed and regenerated defconfig files]
      Signed-off-by: NDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      88dc4099
    • S
      mips: Add LinkIt Smart 7688 support · b02f76a8
      Stefan Roese 提交于
      The LinkIt Smart 7688 modules have a MT7688 SoC with 128 MiB of RAM
      and 32 MiB of flash (SPI NOR).
      
      This patch also includes 2 targets. One is the target that can be
      programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
      added to support loading and booting via an already running U-Boot
      version. This allows easy development and testing without the
      need to flash the image each time.
      Signed-off-by: NStefan Roese <sr@denx.de>
      [fixed and regenerated defconfig files]
      Signed-off-by: NDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      b02f76a8
  3. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  4. 10 11月, 2015 1 次提交
    • T
      Various Makefiles: Add SPDX-License-Identifier tags · da58dec8
      Tom Rini 提交于
      After consulting with some of the SPDX team, the conclusion is that
      Makefiles are worth adding SPDX-License-Identifier tags too, and most of
      ours have one.  This adds tags to ones that lack them and converts a few
      that had full (or in one case, very partial) license blobs into the
      equivalent tag.
      
      Cc: Kate Stewart <kstewart@linuxfoundation.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      da58dec8
  5. 21 2月, 2015 2 次提交
    • M
      ARM: tegra: collect SoC sources into mach-tegra · 09f455dc
      Masahiro Yamada 提交于
      This commit moves files as follows:
      
       arch/arm/cpu/arm720t/tegra20/*      -> arch/arm/mach-tegra/tegra20/*
       arch/arm/cpu/arm720t/tegra30/*      -> arch/arm/mach-tegra/tegra30/*
       arch/arm/cpu/arm720t/tegra114/*     -> arch/arm/mach-tegra/tegra114/*
       arch/arm/cpu/arm720t/tegra124*      -> arch/arm/mach-tegra/tegra124/*
       arch/arm/cpu/arm720t/tegra-common/* -> arch/arm/mach-tegra/*
       arch/arm/cpu/armv7/tegra20/*        -> arch/arm/mach-tegra/tegra20/*
       arch/arm/cpu/armv7/tegra30/*        -> arch/arm/mach-tegra/tegra30/*
       arch/arm/cpu/armv7/tegra114/*       -> arch/arm/mach-tegra/tegra114/*
       arch/arm/cpu/armv7/tegra124/*       -> arch/arm/mach-tegra/tegra124/*
       arch/arm/cpu/armv7/tegra-common/*   -> arch/arm/mach-tegra/*
       arch/arm/cpu/tegra20-common/*       -> arch/arm/mach-tegra/tegra20/*
       arch/arm/cpu/tegra30-common/*       -> arch/arm/mach-tegra/tegra30/*
       arch/arm/cpu/tegra114-common/*      -> arch/arm/mach-tegra/tegra114/*
       arch/arm/cpu/tegra124-common/*      -> arch/arm/mach-tegra/tegra124/*
       arch/arm/cpu/tegra-common/*         -> arch/arm/mach-tegra/*
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Tested-by: Simon Glass <sjg@chromium.org> [ on nyan-big ]
      Cc: Stephen Warren <swarren@nvidia.com>
      Cc: Tom Warren <twarren@nvidia.com>
      09f455dc
    • M
      ARM: at91: collect SoC sources into mach-at91 · 62011840
      Masahiro Yamada 提交于
      This commit moves source files as follows:
      
        arch/arm/cpu/arm920t/at91/*   -> arch/arm/mach-at91/arm920t/*
        arch/arm/cpu/arm926ejs/at91/* -> arch/arm/mach-at91/arm926ejs/*
        arch/arm/cpu/armv7/at91/*     -> arch/arm/mach-at91/armv7/*
        arch/arm/cpu/at91-common/*    -> arch/arm/mach-at91/*
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: NAndreas Bießmann <andreas.devel@googlemail.co>
      62011840
  6. 18 4月, 2014 1 次提交
  7. 02 12月, 2013 1 次提交
  8. 01 11月, 2013 1 次提交