Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

board

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marek Vasut authored
    Implement new accessor, sysmgr_get_pinmux_table(), used to obtain pinmux
    table and it's size from the QTS-generated pinmux_config.c. The target
    here is again to get rid of poluting global namespace by including the
    pinmux_config.h into it.
    
    Furthermore, the pinmux_config.h declares some CONFIG_HPS_* macros,
    which are explicitly useless to us in U-Boot. Instead, U-Boot does
    use DT to detect exactly these configuration options. This patch
    makes sure that while this QTS-generated file can stay in the tree,
    these obscure macros do not ooze into the namespace anymore.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    2d779b39
    History