1. 16 12月, 2018 1 次提交
    • O
      tools: add a generic config for native tools building · 80870e2a
      Otavio Salvador 提交于
      The motivation for this is to allow distributions to distribute all
      possible tools in a generic way, avoiding the need of specific tools
      building for each machine.
      
      Especially on OpenEmbedded / Yocto Project ecosystem, it is very
      common each BSP to end providing their specific tools when they need
      to generate images for some SoC (e.g MX23 / MX28 in meta-freescale
      case).
      
      Using this, we can package the tools doing:
      
      $: make tools-only_defconfig
      $: make tools-only
      Signed-off-by: NOtavio Salvador <otavio@ossystems.com.br>
      [trini: Add MAINTAINERS entry for myself, add to .travis.yml, make
      U-Boot itself buildable to not trip up other frameworks]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      80870e2a
  2. 05 12月, 2018 1 次提交
  3. 03 12月, 2018 1 次提交
  4. 29 11月, 2018 1 次提交
  5. 09 11月, 2018 1 次提交
  6. 06 11月, 2018 1 次提交
  7. 16 10月, 2018 1 次提交
    • M
      arm64: versal: Add support for new Xilinx Versal ACAPs · ec48b6c9
      Michal Simek 提交于
      Xilinx is introducing Versal, an adaptive compute acceleration platform
      (ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
      Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
      Engines with leading-edge memory and interfacing technologies to deliver
      powerful heterogeneous acceleration for any application. The Versal AI
      Core series has five devices, offering 128 to 400 AI Engines. The series
      includes dual-core Arm Cortex™-A72 application processors, dual-core Arm
      Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
      than 1,900 DSP engines optimized for high-precision floating point with
      low latency.
      
      The patch is adding necessary infrastructure in place without enabling
      platform which is done in separate patch.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      ec48b6c9
  8. 12 10月, 2018 1 次提交
  9. 07 10月, 2018 2 次提交
  10. 06 10月, 2018 1 次提交
  11. 01 10月, 2018 1 次提交
  12. 29 9月, 2018 3 次提交
  13. 24 9月, 2018 3 次提交
  14. 20 9月, 2018 1 次提交
  15. 19 9月, 2018 1 次提交
    • M
      phy: marvell: Support changing SERDES map in board file · 4b8cb843
      Marek Behún 提交于
      This adds a weak definition of comphy_update_map to comphy_core,
      which does nothing. If this function is defined elsewhere, for example
      in board file, the board file can change some parameters of SERDES
      configuration.
      
      This is needed on Turris Mox, where the SERDES speed on lane 1 has to
      be set differently when SFP module is connected and when Topaz Switch
      module is connected.
      
      This is a temporary solution. When the comphy driver for armada-3720
      will be added to the kernel, the comphy driver in u-boot shall also be
      updated and this should be done differently then.
      Signed-off-by: NMarek Behun <marek.behun@nic.cz>
      Signed-off-by: NStefan Roese <sr@denx.de>
      4b8cb843
  16. 18 9月, 2018 6 次提交
  17. 11 9月, 2018 3 次提交
  18. 14 8月, 2018 2 次提交
  19. 11 8月, 2018 1 次提交
  20. 06 8月, 2018 1 次提交
  21. 31 7月, 2018 1 次提交
  22. 27 7月, 2018 1 次提交
  23. 25 7月, 2018 1 次提交
  24. 20 7月, 2018 1 次提交
    • R
      soc: qualcomm: Add Shared Memory Manager driver · 654dd4a8
      Ramon Fried 提交于
      The Shared Memory Manager driver implements an interface for allocating
      and accessing items in the memory area shared among all of the
      processors in a Qualcomm platform.
      
      Adapted from the Linux driver (4.17)
      
      Changes from the original Linux driver:
      * Removed HW spinlock mechanism, which is irrelevant
      in U-boot particualar use case, which is just reading from the smem.
      * Adapted from Linux driver model to U-Boot's.
      
      Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
      Signed-off-by: NRamon Fried <ramon.fried@gmail.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      654dd4a8
  25. 19 7月, 2018 1 次提交
  26. 11 7月, 2018 1 次提交
    • T
      board: arm: Add support for Broadcom BCM7445 · 894c3ad2
      Thomas Fitzsimmons 提交于
      Add support for loading U-Boot on the Broadcom 7445 SoC.  This port
      assumes Broadcom's BOLT bootloader is acting as the second stage
      bootloader, and U-Boot is acting as the third stage bootloader, loaded
      as an ELF program by BOLT.
      Signed-off-by: NThomas Fitzsimmons <fitzsim@fitzsim.org>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      894c3ad2
  27. 10 7月, 2018 1 次提交