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

os.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      70db4212
      sandbox: add getopt support · 70db4212
      Simon Glass authored
      
      This adds simple command-line parsing to sandbox. The idea is that it
      sets up the state with options provided, and this state can then be
      queried later, as needed.
      
      New flags are declared with the SB_CMDLINE_OPT_SHORT helper macro,
      pointers are automatically gathered up in a special section, and
      then the core code takes care of gathering them up and processing
      at runtime.  This way there is no central place where we have to
      store a list of flags with ifdefs.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      70db4212
      History
      sandbox: add getopt support
      Simon Glass authored
      
      This adds simple command-line parsing to sandbox. The idea is that it
      sets up the state with options provided, and this state can then be
      queried later, as needed.
      
      New flags are declared with the SB_CMDLINE_OPT_SHORT helper macro,
      pointers are automatically gathered up in a special section, and
      then the core code takes care of gathering them up and processing
      at runtime.  This way there is no central place where we have to
      store a list of flags with ifdefs.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>