Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
  2. Sep 03, 2024
  3. Aug 28, 2024
  4. Aug 27, 2024
  5. Aug 26, 2024
  6. Aug 24, 2024
  7. Aug 17, 2024
  8. Aug 12, 2024
  9. Aug 07, 2024
  10. Aug 06, 2024
  11. Aug 05, 2024
  12. Aug 04, 2024
  13. Jul 30, 2024
    • Jianguo Sun's avatar
      BootLib: Add support for resetting the device state for the AutoGHGVM · c8f38e08
      Jianguo Sun authored
      The AutoGHGVM target requires ABL to run in a virtual environment
      and support device lock and unlock for device reflashing purposes.
      Add support for ABL to know if it needs to reset the device state
      via the IsResetDeviceState flag which is set by a tool running
      in the PVM context.
      We also update GetBlkIOHandles() to check partition type for the
      partition working over virtio-block, because ABL uses partition
      type GUID to locate la_misc partition to set RECOVERY_WIPE_DATA
      when resetting the device state.
      
      Change-Id: I358652cc2915492a8af15cb390eeac1552afc7c6
      c8f38e08
  14. Jul 26, 2024
  15. Jul 25, 2024
  16. Jul 23, 2024
  17. Jul 22, 2024
  18. Jul 21, 2024
    • Unnathi Chalicheemala's avatar
      QcomModulePkg: Move support for package ID out of msm ID check · 64622e57
      Unnathi Chalicheemala authored
      commit 4560c0db ("QcomModulePkg: Add support for package ID
      as a part of msm-ID") was checking for case when package ID was
      present as part of msm ID. But in case of boards that don't care
      about package ID we exit from GetPlatformMatchDtb() as package ID
      is 0. So move the package ID check out of msm ID check similar to
      soc rev and foundry ID check.
      
      Change-Id: I4c471c49a5248cd0bced9252038f661595f9501c
      64622e57
  19. Jul 19, 2024
  20. Jul 18, 2024
  21. Jul 17, 2024
  22. Jul 15, 2024
  23. Jul 12, 2024
  24. Jul 11, 2024
  25. Jul 10, 2024
  26. Jul 09, 2024
  27. Jun 24, 2024
  28. Jun 22, 2024
    • Mukesh Pilaniya's avatar
      QcomModulePkg: Add multicore LZ4 decompression support · 58095211
      Mukesh Pilaniya authored
      Add multicore decompression support for LZ4 compressed hibernation images.
      
      If the hibernation image is compressed using the LZ4 algorithm, it will
      be decompressed. If it is not compressed, no compression will be
      applied. This functionality will operate regardless of the hibernation
      image's compression status.
      When the kernel command line parameter is set to “hibernate=nocompress,”
      the SF_NOCOMPRESS_MODE flag is stored in swsusp_header->flags.
      Similarly, when “hibernate.compressor=lz4” is set, the
      SF_COMPRESSION_ALG_LZ4 flag is stored.
      
      During the boot-up process, the bootloader checks the SuswspInfo->Flag
      value to determine if the hibernation image is in a compressed form.
      
      Change-Id: I2ff666e80d15914aec9c58bf08dd5fea308d3e8f
      58095211
    • Anant Goel's avatar
      BootLib: Board: Enable Serial Number generation for VBLK backed platforms · 1ef48007
      Anant Goel authored
      Enable generation of a board serial number for platforms which have their root
      device set as a virtual block device. Virtual block devices do not have
      a product serial number, use the chip info serial number instead.
      
      Change-Id: I88012c04de2e7f626f4a884d60f2ea0cf384bafa
      1ef48007
  29. Jun 21, 2024
  30. Jun 19, 2024
    • Mukesh Pilaniya's avatar
      QcomModulePkg: Add LZ4 library compilation support · 9579aa50
      Mukesh Pilaniya authored
      Add LZ4 library compilation support in ABL.
      
      Types like uintptr_t are defined in both avb_sysdeps.h
      and stdint.h. Avoid type redifinition by modifying the
      include headers.
      
      Change-Id: I45916ac36b17d111e25e01c91f25f4e31f2de57f
      9579aa50
Loading