Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

disk

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Mike Frysinger authored
    This brings in support for the %p modifier which allows us to easily print
    out things like ip addresses, mac addresses, and pointers.
    
    It also converts the rarely used 'q' length modifier to the common 'L'
    modifier when dealing with quad types.
    
    While this new code is a bit larger (~1k .text), most of it should be made
    up by converting the existing ip/mac address code to use format modifiers.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    6c6166f5
    History