Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
  2. Nov 23, 2016
  3. Nov 19, 2016
  4. Nov 15, 2016
  5. Nov 14, 2016
  6. Oct 30, 2016
  7. Oct 23, 2016
  8. Oct 07, 2016
  9. Oct 06, 2016
  10. Sep 27, 2016
    • B, Ravi's avatar
      spl: dfu: add dfu support in SPL · bc5dbcb9
      B, Ravi authored
      
      Traditionally the DFU support is available only
      as part 2nd stage boot loader(u-boot) and DFU
      is not supported in SPL.
      
      The SPL-DFU feature is useful for boards which
      does not have MMC/SD, ethernet boot mechanism
      to boot the board and only has USB inteface.
      
      This patch add DFU support in SPL with RAM
      memory device support to load and execute u-boot.
      And then leverage full functionality DFU in
      u-boot to flash boot inital binary images to
      factory or bare-metal boards to memory devices
      like SPI, eMMC, MMC/SD card using USB interface.
      
      This SPL-DFU support can be enabled through
      Menuconfig->Boot Images->Enable SPL-DFU support
      
      Signed-off-by: default avatarRavi Babu <ravibabu@ti.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      bc5dbcb9
Loading