Skip to content
Snippets Groups Projects
  1. Oct 29, 2021
  2. Oct 28, 2021
  3. Oct 26, 2021
  4. Oct 25, 2021
  5. Oct 23, 2021
    • Marek Behún's avatar
      mtd: Remove mtd_erase_callback() entirely · 0d1ecc99
      Marek Behún authored and Jagan Teki's avatar Jagan Teki committed
      
      The original purpose of mtd_erase_callback() in Linux at the time it was
      imported to U-Boot, was to inform the caller that erasing is done (since
      it was an asynchronous operation).
      
      All supplied callback methods in U-Boot do nothing, but the
      mtd_erase_callback() function was (until previous patch) grossly abused
      in U-Boot's mtdpart implementation for completely different purpose.
      
      Since we got rid of the abusement, remove the mtd_erase_callback()
      function and the .callback member from struct erase_info entirely, in
      order to avoid such problems in the future.
      
      Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
      0d1ecc99
  6. Oct 21, 2021
  7. Oct 14, 2021
  8. Oct 12, 2021
  9. Oct 09, 2021
    • Simon Glass's avatar
      lz4: Use a private header for U-Boot · 2a2d8e94
      Simon Glass authored and Tom Rini's avatar Tom Rini committed
      
      At present U-Boot has a header file called lz4.h for its own use. If the
      host has its own lz4 header file installed (e.g. from the 'liblz4-dev'
      package) then host builds will use that instead.
      
      Move the U-Boot file into its own directory, as is done with various
      other headers with the same problem.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      2a2d8e94
  10. Oct 07, 2021
  11. Oct 06, 2021
  12. Oct 03, 2021
  13. Sep 30, 2021
  14. Sep 28, 2021
  15. Sep 24, 2021
  16. Sep 17, 2021
Loading