Skip to content
Snippets Groups Projects
  1. Apr 03, 2025
  2. Mar 26, 2025
  3. Mar 25, 2025
  4. Mar 21, 2025
  5. Mar 20, 2025
  6. Mar 18, 2025
  7. Mar 13, 2025
  8. Mar 12, 2025
  9. Mar 05, 2025
  10. Mar 04, 2025
  11. Feb 25, 2025
  12. Feb 20, 2025
  13. Feb 19, 2025
  14. Feb 17, 2025
  15. Feb 13, 2025
  16. Feb 11, 2025
  17. Jan 16, 2025
    • Lijuan Gao's avatar
      QcomModulePkg: Bootlib: Add node name length check when looking up a node · f9c9061e
      Lijuan Gao authored
      For device tree node searching, the full node name will be stored into a
      list, which may contain name, alias and address. However, the search
      only find the keywords, such as 'soc', if there is a similar name 'soc1',
      it may return the offset for 'soc' to 'soc1'. Therefore, add a check for
      node length.
      
      Change-Id: I620cc94876e9f25a490be4b2153fa9cb4aaf2130
      f9c9061e
  18. Dec 25, 2024
  19. Dec 09, 2024
    • Amrit Anand's avatar
      QcomModulePkg: Add support for 32 bit OEM ID · 6a88114b
      Amrit Anand authored
      OEM ID which is read from DT using fdt_getprop doesn't give
      32 bits cleanly. It does 2 things differently.
      1. It returns 32 bits with the value stored in 8 bits MSB. Ex 0xfc in DT will be returned as 0xfc000000. The previous logic used to left shift & read to the read the value. This is fine till we have 32 bit requirement
      2. It stores every 8 bits in MSB order. Ex: 0xabcdef11 will be returned as 0x11efcdab. So we mask the value to read 8 bits & right shift the value.
      
      Change-Id: I706dd82d83a1e27a48be31350403b9ddc68337e3
      6a88114b
    • Auditya Bhattaram's avatar
      edk2: PartialGoods: Use labels instead of nodes · ac96f988
      Auditya Bhattaram authored
      SKU with NO Camera boot time KPI is regressed
      as the searching of camera nodes under soc parent
      node and disabling them is taking longer time.
      Disabling such nodes using label is time efficient.
      So use camera labels instead of nodes.
      
      Change-Id: Idfa98dfe9d159f771af60ff0950ab727c4adf318
      ac96f988
  20. Nov 28, 2024
  21. Nov 14, 2024
  22. Nov 13, 2024
  23. Nov 04, 2024
  24. Nov 01, 2024
  25. Oct 22, 2024
  26. Oct 18, 2024
  27. Oct 16, 2024
Loading