Skip to content
Snippets Groups Projects
  1. Dec 03, 2016
  2. Dec 02, 2016
  3. Dec 01, 2016
    • Marek Vasut's avatar
      SPL: mmc: Make spl_mmc_load_image available · 09410c65
      Marek Vasut authored
      
      Make the spl_mmc_load_image() available globally, so it can be
      invoked directly by SPL on extremely space-constrained systems.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      09410c65
    • Marek Vasut's avatar
      mmc: Tinification of the mmc code · b5b838f1
      Marek Vasut authored
      
      Add new configuration option CONFIG_MMC_TINY which strips away all
      memory allocation within the MMC code and code for handling multiple
      cards. This allows extremely space-constrained SPL code use the MMC
      framework.
      
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      b5b838f1
    • Tomas Melin's avatar
      mmc: add bkops-enable command · cd3d4880
      Tomas Melin authored
      
      Add new command that provides possibility to enable the
      background operations handshake functionality
      (BKOPS_EN, EXT_CSD byte [163]) on eMMC devices.
      
      This is an optional feature of eMMCs, the setting is write-once.
      The command must be explicitly taken into use with
      CONFIG_CMD_BKOPS_ENABLE.
      
      Signed-off-by: default avatarTomas Melin <tomas.melin@vaisala.com>
      cd3d4880
  4. Nov 30, 2016
  5. Nov 29, 2016
  6. Nov 28, 2016
  7. Nov 26, 2016
  8. Nov 25, 2016
  9. Nov 24, 2016
Loading