Skip to content
Snippets Groups Projects
  1. Jul 19, 2021
    • Tom Rini's avatar
      pci: Require DM_PCI · ac9fa570
      Tom Rini authored
      
      As the migration deadline has passed, require that DM_PCI be used.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      ac9fa570
    • Tom Rini's avatar
      usb: Enforce DM_USB migration for USB_HOST devices. · be5c0608
      Tom Rini authored
      
      As the deadline for migration to DM_USB, when using a USB host
      controller has now gone two years past the deadline, enforce migration.
      This is done by:
      
      - Ensuring that all host controller options (other than the very legacy
        old MUSB ones) now select USB_HOST.  USB_HOST now enforces DM_USB and
        OF_CONTROL.
        - Remove other parts of Kconfig logic that had platforms pick DM_USB.
        - To keep Kconfig happy, have some select statements test for USB_HOST
          as well.
      - Re-order some Kconfig entries and menus so that we can cleanly pick
        host or gadget roles.  For the various HCD options that have platform
        glue options, group them together and update dependencies in some
        cases.
      - As SPL_DM_USB is not required, on platforms that had not yet enabled
        it, disable it.
      
      Cc: Marek Vasut <marex@denx.de>
      Cc: Icenowy Zheng <icenowy@aosc.io>
      Cc: Samuel Holland <samuel@sholland.org>
      Cc: FUKAUMI Naoki <naobsd@gmail.com>
      Cc: Andre Przywara <andre.przywara@arm.com>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      be5c0608
    • Tom Rini's avatar
      treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USB · e8d3eaad
      Tom Rini authored
      
      As the logic here is only used when we have a USB host controller, test
      on CONFIG_USB_HOST rather than CONFIG_USB in general.  This lets us move
      towards using CONFIG_USB only as a menu symbol to say that we have some
      form of USB, and then USB_HOST or USB_GADGET depending on the role that
      USB plays within the build.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      e8d3eaad
    • Tom Rini's avatar
      tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmd · 3fa03bcf
      Tom Rini authored
      
      Reuse the common logic to allow for BOOT_TARGET_DEVICES to list USB as a
      possibility if we're building for a platform that will have USB but not
      if we don't, so that we don't hit the link-time check for trying to have
      USB boot on a non-USB system.
      
      Acked-by: default avatarTom Warren <twarren@nvidia.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      3fa03bcf
    • Tom Rini's avatar
      ge_bx50v3: Remove unused USB related defines · 67b77d72
      Tom Rini authored
      
      These USB defines do not change the build as there is no USB support
      enabled currently.
      
      Cc: Ian Ray <ian.ray@ge.com>
      Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
      67b77d72
    • Tom Rini's avatar
      m68k: Remove M52277EVB board · 96b97fa3
      Tom Rini authored
      
      This board has not been converted to CONFIG_DM_MMC by the deadline.
      Remove it.  As this is also the last in family remove the related
      support as well.
      
      Cc: Angelo Durgehello <angelo.dureghello@timesys.com>
      Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      96b97fa3
    • Tom Rini's avatar
      m68k: Remove M54451EVB board · a732f621
      Tom Rini authored
      
      This board has not been converted to CONFIG_DM_MMC by the deadline.
      Remove it.  As this is also the last in family remove the related
      support as well.
      
      Cc: Angelo Durgehello <angelo.dureghello@timesys.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      a732f621
    • Tom Rini's avatar
      m68k: Remove M54418TWR board · 5e770daa
      Tom Rini authored
      
      This board has not been converted to CONFIG_DM_MMC by the deadline.
      Remove it.
      
      Cc: Angelo Durgehello <angelo.dureghello@timesys.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      5e770daa
    • Tom Rini's avatar
      m68k: Remove M54455EVB board · 563cae7c
      Tom Rini authored
      
      This board has not been converted to CONFIG_DM_MMC by the deadline.
      Remove it.
      
      Cc: Angelo Durgehello <angelo.dureghello@timesys.com>
      Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      563cae7c
    • Tom Rini's avatar
      vinco: Enable DM_USB and DM_SPI_FLASH support · 011e86a8
      Tom Rini authored
      
      As this platform already enables CONFIG_DM and CONFIG_OF_CONTROL,
      migrating to DM_USB and DM_SPI_FLASH is just a matter of enabling the
      correct options.
      
      Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
      u-boot@lists.denx.de (open list)
      Reported-by: default avatarMarek Behun <marek.behun@nic.cz>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      011e86a8
  2. Jul 18, 2021
  3. Jul 17, 2021
  4. Jul 16, 2021
Loading