1. 21 7月, 2020 1 次提交
  2. 18 7月, 2020 1 次提交
    • S
      mips: octeon: Add minimal Octeon 3 EBB7304 EVK support · 5fef24c9
      Stefan Roese 提交于
      This patch adds very basic minimal support for the Marvell Octeon 3
      CN73xx based EBB7304 EVK. Please note that the basic Octeon port does
      not support DDR3/4 initialization yet. To still use U-Boot on with this
      port, the L2 cache (4MiB) is used as RAM. This way, U-Boot can boot
      to the prompt on this board.
      
      Supported devices:
      - UART
      - reset
      - CFI parallel NOR flash
      Signed-off-by: NStefan Roese <sr@denx.de>
      5fef24c9
  3. 17 7月, 2020 5 次提交
  4. 16 7月, 2020 5 次提交
    • S
      mx6memcal: fix build · ab8b4e81
      Stefano Babic 提交于
      Commit 45032991 has a side effect on this board, and build is broken.
      Adjust mx6memcal_defconfig to build it again.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      ab8b4e81
    • H
      cmd: fix lsblk command · b961d552
      Heinrich Schuchardt 提交于
      Add missing includes.
      Add CMD_LSBLK to sandbox_defconfig.
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      b961d552
    • F
      imx6: Remove unneeded CONFIG_DM_MDIO · 45032991
      Fabio Estevam 提交于
      As explained in the CONFIG_DM_MDIO text inside drivers/net/Kconfig:
      
      "Useful in particular for systems that support
      DM_ETH and have a stand-alone MDIO hardware block shared by multiple
      Ethernet interfaces."
      
      i.MX6 has a single FEC instance, so there is no need to select
      CONFIG_DM_MDIO.
      
      Remove it from the i.MX6 defconfig files.
      Signed-off-by: NFabio Estevam <festevam@gmail.com>
      45032991
    • L
      arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28) · 949feef0
      Lukasz Majewski 提交于
      This commit enables imx28 based XEA board's u-boot.sb (SPL) to download
      u-boot proper (u-boot.img) via Ymodem protocol.
      
      This is extremely useful in the recovery scenario where u-boot.sb is
      downloaded via uuu utility to SDRAM [*], and then one can upload u-boot
      proper via serial console to fully debrick the device.
      
      Note - debricking procedure of imx28 devices:
      - NXP's original USB based tools (like mxsldr or uuu) expect single
        u-boot.sb which is a relic of the old U-Boot (~2013) without SPL and
        U-Boot proper distinction.
      
      [*] On Host:
      ------------
      cat << EOF > imx28_xea.lst
      uuu_version 1.3.0
      SDPS: boot -f /srv/tftp/xea/u-boot.sb
      SDPU: done
      EOF
      
      Please start picocom:
      sudo picocom -b 115200 -s "sz -vv" /dev/ttyUSB1
      sudo ./uuu/uuu -V imx28_xea.lst
      
      On the U-boot console one shall see:
      Trying to boot from UART
      CCC
      
      Then please press CTRL+A, S
      and type u-boot.img
      Signed-off-by: NLukasz Majewski <lukma@denx.de>
      Acked-by: NPeng Fan <peng.fan@nxp.com>
      949feef0
    • H
      imx6: aristainetos: sync defconfig with 2020.10 · 08556f82
      Heiko Schocher 提交于
      as patch
      gpio: search for gpio label if gpio is not found through bank name
      
      is now in mainline, but functionality is disabled, we
      need to enable
      
      CONFIG_DM_GPIO_LOOKUP_LABEL
      
      for the aristainetos boards.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      08556f82
  5. 14 7月, 2020 2 次提交
  6. 13 7月, 2020 2 次提交
    • T
      omap3_beagle: Finish current outstanding DM migrations · 58ad372c
      Tom Rini 提交于
      At this point in time we can now remove our legacy code and switch to
      enabling DM for USB and Ethernet.
      
      Cc: Derald D. Woods <woods.technical@gmail.com>
      Cc: Adam Ford <aford173@gmail.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Tested-by: NDerald D. Woods <woods.technical@gmail.com>
      58ad372c
    • A
      ARM: da850-evm: Unify config options with Kconfig · 7bb33e46
      Adam Ford 提交于
      There are two options that are currently whitelisted, but they
      are redundant, because there are not necessary since Kconfig options
      exist to basically state the same thing.
      
      CONFIG_DIRECT_NOR_BOOT and CONFIG_USE_NOR are both set together and
      only used by the da850 when booting from NOR, however the only time
      CONFIG_MTD_NOR_FLASH is configured is when booting from NOR. Since
      NOR doesn't need SPL, the options for SPL can be moved to a check for
      building SPL instead of checking for NOR.
      
      This patch removes the checks for these two config options and unifies
      the checks around the Kconfig option of CONFIG_MTD_NOR_FLASH.
      
      Since this board is the only board that uses these two config options,
      they can be removed from the whitelist table.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      7bb33e46
  7. 11 7月, 2020 4 次提交
  8. 10 7月, 2020 3 次提交
  9. 09 7月, 2020 17 次提交