1. 20 4月, 2021 26 次提交
  2. 19 4月, 2021 5 次提交
  3. 18 4月, 2021 9 次提交
    • T
      Merge tag 'efi-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi · 3a9aaefc
      Tom Rini 提交于
      Pull request for efi-2021-07-rc1-2
      
      Documentation:
      	man-page for fatinfo
      
      Bug fixes:
      	memory leak in efi_capsule_scan_dir()
      	incorrect invocations of EFI_CALL macro creating ESRT table
      	buffer overflow in tcg2_create_digest()
      3a9aaefc
    • T
      Merge https://source.denx.de/u-boot/custodians/u-boot-usb · c6ae5e98
      Tom Rini 提交于
      This is a patchset which makes away with the .bind() controller indexing
      workaround which was broken since before v2021.04, and then adds PHY
      support and MX8M support on top of that. Better add it into the release
      early to get as much testing as possible done, because this really does
      a lot of changes to the ehci-mx6 driver.
      c6ae5e98
    • T
      Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti · 2fbc8047
      Tom Rini 提交于
      - Support for pinmux status command on beaglebone
      - Updates for MMC speed modes for J721e-evm
      - Fix MMC booting on omap35_logic_somlv board
      2fbc8047
    • T
      Merge branch '2021-04-16-env-updates' · 6e052b85
      Tom Rini 提交于
      - SPI Flash ENV improvements / cleanups
      - Redundant support for FAT
      - Assorted bugfixes
      6e052b85
    • M
      ARM: imx8m: verdin-imx8mm: Enable USB Host support · d08cdc22
      Marek Vasut 提交于
      Enable USB host support on MX8MM Verdin.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
      Cc: Max Krummenacher <max.krummenacher@toradex.com>
      Cc: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
      d08cdc22
    • M
      usb: ehci-mx6: Add iMX8M support · 5e7e2a8e
      Marek Vasut 提交于
      The iMX8M uses nop PHY, select PHY and NOP_PHY automatically.
      Otherwise, the DM capable driver is now perfectly compatible.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: uboot-imx <uboot-imx@nxp.com>
      5e7e2a8e
    • M
      usb: ehci-mx6: Fix aarch64 build warnings · f444f898
      Marek Vasut 提交于
      Fix cast from pointer to integer of different size by casting the
      pointer to uintptr_t instead of uint32_t, the former has correct
      size on both 32bit and 64bit architectures.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: uboot-imx <uboot-imx@nxp.com>
      f444f898
    • M
      usb: ehci-mx6: Add fsl,imx7d-usb compatible string · e87015ff
      Marek Vasut 提交于
      Add new compatible string, used by some more up-to-date DTs.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: uboot-imx <uboot-imx@nxp.com>
      e87015ff
    • M
      usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined · 1aae8a35
      Marek Vasut 提交于
      There is now multiple copies of CONFIG_MXC_USB_PORTSC in configs set to
      PORT_PTS_UTMI | PORT_PTS_PTW, which is in fact the default register value
      for MX6, MX7 and MX7ULP. Define the default value of CONFIG_MXC_USB_PORTSC
      in the driver and use it in case CONFIG_MXC_USB_PORTSC is not defined in
      config, to reduce the duplication.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: uboot-imx <uboot-imx@nxp.com>
      1aae8a35