Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. May 17, 2016
  3. Mar 14, 2016
  4. Jan 14, 2016
  5. Sep 15, 2015
    • Andreas Färber's avatar
      api_storage: Fix non-first storage device enumeration · ce2a07b7
      Andreas Färber authored
      
      When enabling CONFIG_API and chain-loading GRUB2 on jetson-tk1, only the
      eMMC would show up as (hd0), but not the SD card, leading to GRUB not
      finding its configuration and modules, falling back to a rescue shell.
      
      This is because enum_ended would get set for !more after returning a
      cookie for the first MMC device in group 3.
      
      Fix this by properly setting the "more" argument also in the case of the
      first storage device of a group.
      
      Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
      ce2a07b7
  6. Jul 24, 2013
  7. May 15, 2009
  8. Oct 18, 2008
  9. Oct 14, 2008
  10. Aug 06, 2008
  11. Jul 29, 2008
  12. Feb 14, 2008
  13. Jan 09, 2008
    • Rafal Jaworowski's avatar
      API for external applications. · 500856eb
      Rafal Jaworowski authored
      
      This is an API for external (standalone) applications running on top of
      U-Boot, and is meant to be more extensible and robust than the existing
      jumptable mechanism. It is similar to UNIX syscall approach. See api/README
      for more details.
      
      Included is the demo application using this new framework (api_examples).
      
      Please note this is still an experimental feature, and is turned off by
      default.
      
      Signed-off-by: default avatarRafal Jaworowski <raj@semihalf.com>
      500856eb
Loading