1. 28 1月, 2017 1 次提交
  2. 26 1月, 2017 3 次提交
  3. 25 1月, 2017 2 次提交
    • S
      arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040 · 274d3562
      Stefan Roese 提交于
      This patch enables the MMC support for the SDHCI controller on the
      Armada 7k db-88f7040 and the Armada 8k db-88f8040 board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      274d3562
    • S
      arm64: mvebu: Enable SDHCI/MMC support for the db-88f3720 · ff11d622
      Stefan Roese 提交于
      This patch enables the MMC support for the SDHCI controller on the
      Armada 3700 db-88f3720 board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      ff11d622
  4. 24 1月, 2017 2 次提交
  5. 22 1月, 2017 4 次提交
    • M
      ARM: uniphier: add uniphier_v8_defconfig · 82b3d98b
      Masahiro Yamada 提交于
      This defconfig does not support SPL.  If you use this, the basic
      SoC initialization must be done in firmware that runs before U-Boot.
      (Generally, ARM Trusted Firmware is expected to do this job).
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      82b3d98b
    • M
      ARM: uniphier: make SPL optional for ARVv8 SoCs · 561ca649
      Masahiro Yamada 提交于
      We may want to run different firmware before running U-Boot.  For
      example, ARM Trusted Firmware runs before U-Boot, making U-Boot
      a non-secure world boot loader.  In this case, the SoC might be
      initialized there, which enables us to skip SPL entirely.
      
      This commit removes "select SPL" to make it configurable.  This
      also enables the Multi SoC support for the UniPhier ARMv8 SoCs.
      (CONFIG_ARCH_UNIPHIER_V8_MULTI)  Thanks to the driver model and
      Device Tree, the U-Boot proper part is now written in a generic way.
      The board/SoC parameters reside in DT.  The Multi SoC support
      increases the memory footprint a bit, but the U-Boot proper does
      not have strict memory constraint.  This will mitigate the per-SoC
      (sometimes per-board) defconfig burden.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      561ca649
    • U
      status_led: Kconfig migration · 2d8d190c
      Uri Mashiach 提交于
      Move all of the status LED feature to drivers/led/Kconfig.
      The LED status definitions were moved from the board configuration
      files to the defconfig files.
      
      TBD: Move all of the definitions in the include/status_led.h to the
      relevant board's defconfig files.
      
      Tested boards: CL-SOM-AM57x, CM-T335
      Signed-off-by: NUri Mashiach <uri.mashiach@compulab.co.il>
      2d8d190c
    • J
      config: Move CONFIG_BOARD_LATE_INIT to defconfigs · 3788b451
      Jagan Teki 提交于
      Cc: Tom Rini <trini@konsulko.com>
      Signed-off-by: NJagan Teki <jagan@openedev.com>
      3788b451
  6. 21 1月, 2017 3 次提交
    • T
      mx6saberesd_spl: Correct falcon mode addition · dec30306
      Tom Rini 提交于
      When falcon mode support was added, it was right around when SPL_OS_BOOT
      was migrated to Kconfig.  So first we must move the enablement to the
      defconfig file.  Next, it turned off EXT support rather than add the
      information to allow for falcon mode from EXT.  Add this information so
      that the board compiles after 5d28b930.
      
      Fixes: d96796ca ("mx6sabresd: Add Falcon mode support")
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      dec30306
    • A
      odroid-c2: Enable distro boot · 70b8bd7d
      Andreas Färber 提交于
      Use the generic "distro" boot framework to enable automatic DHCP boot.
      MMC and USB are not yet implemented, so this is the only boot option.
      
      The fdt and kernel addresses are adopted from downstream; ramdisk and
      scriptaddr addresses were chosen arbitrarily.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Reviewed-by: NAlexander Graf <agraf@suse.de>
      70b8bd7d
    • T
      ARM: Default to using optimized memset and memcpy routines · 40d5534c
      Tom Rini 提交于
      We have long had available optimized versions of the memset and memcpy
      functions that are borrowed from the Linux kernel.  We should use these
      in normal conditions as the speed wins in many workflows outweigh the
      relatively minor size increase.  However, we have a number of places
      where we're simply too close to size limits in SPL and must be able to
      make the size vs performance trade-off in those cases.
      
      Cc: Philippe Reynes <tremyfr@yahoo.fr>
      Cc: Eric Jarrige <eric.jarrige@armadeus.org>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      Cc: Lokesh Vutla <lokeshvutla@ti.com>
      Cc: Chander Kashyap <k.chander@samsung.com>
      Cc: Akshay Saraswat <akshay.s@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NStefan Roese <sr@denx.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      40d5534c
  7. 19 1月, 2017 10 次提交
  8. 18 1月, 2017 3 次提交
  9. 17 1月, 2017 3 次提交
  10. 16 1月, 2017 2 次提交
  11. 15 1月, 2017 3 次提交
  12. 12 1月, 2017 4 次提交