- Apr 03, 2025
-
-
Linux Build Service Account authored
Change-Id: Ib95590dd40748d3ef8fbab50fe626183ce283e17
-
- Mar 26, 2025
-
-
QCTECMDR Service authored
-
- Mar 25, 2025
-
-
Jianguo Sun authored
Call RebootDevice() to reset GVM at boot failure for autoghgvm. Change-Id: Ibd85ee4bf202c13445b12b0647f702b7361f273c
-
- Mar 21, 2025
-
-
QCTECMDR Service authored
-
shouhu authored
Modify the configurations format for le on build.config.msm.pineapple.le. Change-Id: I1250e920b6694e822ac42c995d63522367bccb19
-
- Mar 20, 2025
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
NEERAJ SHARMA authored
Add length check for command argument for fastboot commands as without this it can cause array out of bound issues during copying. Change-Id: Ib9da4f5527ef1cd8db98ce18a340c064e18d057e
-
Yanjie Zhang authored
For LVGVM, the PARTUUID isn't available, we need to take disk name(for example vda) as dm-verity boot device in case of PARTUUID is zero. Change-Id: I8b657bf3b6d19c2169f1aea9649e3fa73b812052
-
Madhukar Sharma authored
Currently, we update the verity mode as enforcing whenever we flash new system image. Now to support dynamic partitions, we will update verity mode as enforcing whenever we flash new super image. Change-Id: I95ee9ad253ae4f679db5cd57f5273477a5a96d88 (cherry picked from commit 668b1757)
-
- Mar 18, 2025
-
-
Linux Build Service Account authored
Change-Id: I59a1d9717063ec3492416a5344682b808a726003
-
- Mar 13, 2025
-
-
Asit Shah authored
Updated QCS610 LE target's build config to align with updated MSM_ARCH. Change-Id: I385f4331352469a32127b1c5f8f1016f1f0a84f5
-
- Mar 12, 2025
-
-
QCTECMDR Service authored
-
- Mar 05, 2025
-
-
Kunal Singh Ranawat authored
Added QCS610 LE target's build configuration file for ABL compilation in kernel platform. Change-Id: Iff7d5a40094a0e21a543406f7d83201d53944828
-
- Mar 04, 2025
-
-
QCTECMDR Service authored
-
Jianguo Sun authored
By default, in LVGVM device tree, we reserve the first vblk for system_a, the second one for userdata and the third one for system_b, so here we should take "root=/dev/vda" when cureent slot is '_a' and take "root=/dev/vdc" when current slot is '_b'. change-id: If0f83ee5407a51dda0cf56b90cc9de4fd5b2a434
-
- Feb 25, 2025
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Feb 20, 2025
-
-
QCTECMDR Service authored
-
- Feb 19, 2025
-
-
Jianguo Sun authored
Read slot metadata from misc partition to get the bootable status. Change-Id: I499a7776b79e9311b09d1e6a4f7f3a90583efd6c
-
Pradnya Dahiwale authored
Optimized menu configuration for wearable target by adding target specific flag. 1) The smallest font size supported by UEFI is 8x19 and need compute the rows/columns of the text console accordingly. 2) No smaller font size available in UEFI, removed the extra space lines. 3) Shorted unlock msg. Change-Id: Ic1812036af63ebad2661fe61c0d381ab8e81c889
-
- Feb 17, 2025
-
-
Mukesh Pilaniya authored
Pvm firmware (pvmfw) is required for booting microdroid VMs. Hence enable it for Seraph device. Change-Id: Iab54dc429d5d256a1a50916d52fafc7fe69bf532
-
- Feb 13, 2025
-
-
Shudan Liu authored
Add the new config file build.config.msm.sun.le. Change-Id: I7fb1adb8d07abef7263ec5c57f3840f3b9446644
-
- Feb 11, 2025
-
-
Linux Build Service Account authored
Change-Id: Ibf4d867fb10bd30325954f278c8e191ba9d63849
-
- 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 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 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
-