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. 01 12月, 2018 1 次提交
    • S
      mips: mt76xx: gardena-smart-gateway: Add factory data variable handling · 7b3af03f
      Stefan Roese 提交于
      Some factory data is stored in the SPI NOR and needs to get extracted
      from there into U-Boot environment variables.
      
      This patch also includes a board-specific command "fd_write" to
      provide some dummy / default values for this factory-data in the SPI
      NOR flash. This should only be necessary for testing purposes though.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      7b3af03f
  3. 18 11月, 2018 2 次提交
  4. 23 9月, 2018 1 次提交
    • 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