Skip to content
Snippets Groups Projects
  1. Jan 20, 2017
    • Emmanuel Vadot's avatar
      api: storage: Test all block device in dev_stor_get · d3e8f630
      Emmanuel Vadot authored
      
      In a config with one MMC at device id '1' and no MMC at device id '0'
      (a BeagleBone Black with no sd inserted for example), the current code
      will first test to access the MMC 0 (sd port), seeing that no device is
      present it will simply return that no more device are present for this
      class.
      This patch fixes this by testing all devices for each class.
      
      Signed-off-by: default avatarEmmanuel Vadot <manu@bidouilliste.com>
      d3e8f630
  2. Dec 04, 2016
  3. Oct 24, 2016
  4. May 17, 2016
  5. Mar 14, 2016
  6. Jan 14, 2016
  7. 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
  8. Jul 24, 2013
  9. May 15, 2009
  10. Oct 18, 2008
  11. Oct 14, 2008
  12. Aug 06, 2008
  13. Jul 29, 2008
  14. Feb 14, 2008
  15. 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