- Feb 15, 2025
-
-
Linux Build Service Account authored
Change-Id: Ic2be7b94a31f4dd0a1fde064de10d7eda2ea836c
-
- Jan 20, 2025
-
-
Linux Build Service Account authored
Change-Id: If37500583ff4dce4d8029eac5ee574bf461f733f
-
- Jan 16, 2025
-
-
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
-
- Dec 25, 2024
-
-
QCTECMDR Service authored
-
- Dec 17, 2024
-
-
Linux Build Service Account authored
Change-Id: Iba60908a0898244f5dcb12961c8ab3f543bf3936
-
- Dec 09, 2024
-
-
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
-
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
-
- Nov 28, 2024
-
-
Mukesh Ojha authored
commit 62659b55 ("edk2: QcomModulePkg: Increment DDR APIs to version 6") increments protocol version but there are API's which are dependent on the older version. Fix this by creating new macro for exact version check. Change-Id: I04e8b3ef0b94ec2bfb5a7ac7cbbc0e2374cc6375
-
- Nov 20, 2024
-
-
Linux Build Service Account authored
Change-Id: I34c7b275d68630f16ef02ca1f094c88b53772b2b
-
- Nov 14, 2024
-
-
Amrit Anand authored
Update DTBO_MAX_SIZE_ALLOWED to support DTBO of 128 MB size Change-Id: I03ea79ab0e91a5056e8a33aeb55c52f934063cac
-
- Nov 13, 2024
-
-
QCTECMDR Service authored
-
- Nov 04, 2024
-
-
shouyi Hu authored
Modify the configurations for le on build.config.msm.pineapple.le. Change-Id: I6f67b822f470c436575cb4f0ce2052418aaead1b
-
- Nov 01, 2024
-
-
QCTECMDR Service authored
-
- Oct 22, 2024
-
-
Shivendra Pratap authored
Add additional nodes for EVA with EFICHIPINFO_PART_EVA. 1. eva_cc_mvs0_gdsc. 2. eva_cc_mvs0c_gdsc. 3. evacc. Change-Id: Ia21f05fc52e8de4c6c7acd265177bbb8cf2ddfb4
-
- Oct 18, 2024
-
-
shouyi Hu authored
Add the new config file build.config.msm.pineapple.le. Change-Id: Ic7e9fb11444961afead3021f8cf3eab9f2390675
-
- Oct 16, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Oct 15, 2024
-
-
Jianguo Sun authored
We build autoghgvm with BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT and BOARD_INCLUDE_RECOVERY_RAMDISK_IN_VENDOR_BOOT set, so we need set BUILD_USES_RECOVERY_AS_BOOT here to tell ABL that we build recovery resources as a standalone recovery ramdisk in vendor_boot. Change-Id: I11573716d0907cd740a293d18b9a54d08e00c24b Signed-off-by:
Jianguo Sun <quic_jianguos@quicinc.com>
-
- Oct 11, 2024
-
-
Keval Kulkarni authored
Add build config file to enable ABL compilation in kernel platform for sdxkova.512 LE chipset. Change-Id: I36949caaffcc8d5258fcc4a0b7057003b412b2b4
-
- Oct 09, 2024
-
-
Linux Build Service Account authored
-
- Oct 08, 2024
-
-
Auditya Bhattaram authored
Add Support for SCT config in DDR API using flag DDR_SUPPORTS_SCT_CONFIG. Supported targets will pass DDR_SUPPORTS_SCT_CONFIG flag while compiling ABL Change-Id: I3208834eddd9f5a76d57aab0a8c5306a83755c29
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Oct 07, 2024
-
-
Auditya Bhattaram authored
Add Support for SCT config in DDR API using flag DDR_SUPPORTS_SCT_CONFIG. Supported targets will pass DDR_SUPPORTS_SCT_CONFIG flag while compiling ABL Change-Id: I3208834eddd9f5a76d57aab0a8c5306a83755c29
-
Auditya Bhattaram authored
Increment DDR APIs to version 6 1. Deprecated interfaces are EFI_DDRGETINFO_MEASURESHUBFREQ and EFI_DDRGETINFO_GETXBL2QUANTUM_SMEM_DATA. 2. Added Interfaces are EFI_DDRGETINFO_GETSHUBFREQ and EFI_DDRGETINFO_GETDDRMISCINFO_SMEM_DATA Change-Id: I0874bcdc801196de1d78f4787b4c56f8607b9f7c
-
Linux Build Service Account authored
Change-Id: I8e56d6150320edbc07fd41aaac1755fd73b9c438
-
- Oct 05, 2024
-
-
Linux Build Service Account authored
Change-Id: I9d832d8431d07107a5c220284cf7fc49e08d2f85
-
- Oct 03, 2024
-
-
Naina Mehta authored
Set QSPA_BOOTCONFIG_ENABLE flag for Canoe to enable populating subset parts information to bootconfig. Change-Id: I19d0fbf130bfb8f9bf18c9ac1c017fefa4c45065
-
- Oct 01, 2024
-
-
QCTECMDR Service authored
-
- Sep 28, 2024
-
-
QCTECMDR Service authored
-
- Sep 26, 2024
-
-
Unnathi Chalicheemala authored
Add build config file to enable ABL compilation in kernel platform for Canoe LE chipsets. Change-Id: I77ffb05cb903c04b855f7ef040473fd372cceb25
-
- Sep 25, 2024
-
-
Ruchira Revdekar authored
Add SoftSku Id in DT selection logic. In this bit 26-29 of SoC ID are being used as a SoftSKU ID. e.g qcom,msm_id = <0x4000291 10000>; bit 26-29 represent SoftSKU ID (SOFTSKUID_MASK = 0X3C000000); In this case it is "0001" for FP1 DTB Selection Logic: 1. For target, with softsku enabled, look for exact match, if not found select device tree with SoftSKU ID - 0x1 (default match). 2. For target, with no softsku support, select DT with SoftSKU ID - 0x0. Change-Id: I5261ac5bc7972cdd024e1c109b76612c74850863
-
- Sep 24, 2024
-
-
Unnathi Chalicheemala authored
This reverts commit 9d369894. Reason for revert: Disabling AVB until keymint issue is resolved. Change-Id: Iab4c1de4dc7da995cd25bab9a74463e709dce88e
-
Amrit Anand authored
Add display nodes to Partial Goods list. Change-Id: Ieeb5d7b238ca1afdec61ab5fd28c524c48c3e42a
-
- Sep 17, 2024
-
-
QCTECMDR Service authored
-
- Sep 14, 2024
-
-
QCTECMDR Service authored
-
- Sep 12, 2024
-
-
QCTECMDR Service authored
-
- Sep 11, 2024
-
-
Mukesh Pilaniya authored
Resolve the compilation error that occurs when HIBERNATION_NO_AES is enabled, and ensure that decompression functions only when the HIBERNATION_AES flag is set. The current code assumes decompression will only work if encryption is enabled in the kernel. This is because the decompression logic relies on a block array, and the code for storing this block array is written in the encryption vendor hook. Each index of the block array contains a compressed page unit. Change-Id: I58c56882b7e590d4b87b1f0366ccd8481bc57100
-
- Sep 09, 2024
-
-
Gaurav Jindal authored
Add extra camera nodes to Partial Goods list. Change-Id: I2a239a9e676882d50307b5a1a7d19b85d516eb3a
-