Skip to content
Snippets Groups Projects
  1. Oct 08, 2016
    • B, Ravi's avatar
      spl: saveenv: adding saveenv support in SPL · d2d9bdfc
      B, Ravi authored
      
      By default saveenv option is not supported for SPL. This patch
      enable the support for save environment variable for SPL build.
      
      Enable save environment support in SPL after setenv. By default
      the saveenv option is not provided in SPL, but some boards need
      this support in 'Falcon' boot, where SPL need to boot from
      different images based on environment variable set by OS. For
      example OS may set "reboot_image" environment variable to
      "recovery" inorder to boot recovery image by SPL. The SPL read
      "reboot_image" and act accordingly and change the reboot_image
      to default mode using setenv and save the environemnt.
      
      Signed-off-by: default avatarRavi Babu <ravibabu@ti.com>
      Reviewed-by: default avatarSimon Glass <sig@chromium.org>
      
      change in v1:
      	- dropped SUPPORT, use CONFIG_SPL_SAVEENV
      	- updates the comments in mmc_private.h
      d2d9bdfc
  2. Jul 11, 2016
  3. May 27, 2016
  4. May 17, 2016
  5. Mar 14, 2016
  6. Jan 14, 2016
  7. May 04, 2015
  8. Sep 20, 2013
Loading