Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
849ce74d7a1f8cdfe627e3702737133f6afb22cd
/
QcomModulePkg
/
Library
/
BootLib
/
PartitionTableUpdate.c
672b53f
QcomModulePkg: Add A/B support for Nand Based Targets
by Nagireddy Annem
· 5 years ago
9ff1674
Merge "QcomModulePkg: Fixed the possible security issue when getting partition size"
by qctecmdr
· 4 years, 2 months ago
be74b9e
QcomModulePkg: Fixed the possible security issue when getting partition size
by Lijuan Gao
· 4 years, 3 months ago
e53c24c
QcomModulePkg: Fix the OOB error when updating GPT partition
by Lijuan Gao
· 4 years, 3 months ago
937fc4a
QcomModulePkg: PatchGpt based on block size.
by Bhanuprakash Modem
· 7 years ago
0746956
QcomModulePkg: BootImagev3: Load Images from partitions
by Raghavendra Rao Ananta
· 5 years ago
d84bac2
QcomModulePkg: Update NAND partition table in fastboot mode
by Prakruthi Deepak Heragu
· 5 years ago
b53e91c
QcomModulePkg: Do not decrement bootable retry count for "stable" states
by lijuang
· 5 years ago
5b76296
QcomModulePkg: Update GPT only when attributes or GUID is changed
by lijuang
· 6 years ago
f70d1a8
QcomModulePkg: Validation of slot GUIDS with abl partition
by Mayank Grover
· 6 years ago
0a3ba0b
QcomModulePkg: Disable Retrycount decrement based on Android flag
by Jeevan Shriram
· 6 years ago
763cdd5
QcomModulePkg: Update AllocatePool api with AllocateZeroPool
by Bhanuprakash Modem
· 6 years ago
39c9b7e
QcomModulePkg: Do not reset success bit for alternate slot
by Jeevan Shriram
· 6 years ago
8e3a230
QcomModulePkg: Change pointer type to fix 0 GUID issue
by jianzhou
· 6 years ago
9bcb4c2
Merge "QcomModulePkg: Get block size from BlockIo layer for eMMC device"
by Linux Build Service Account
· 7 years ago
df1adb1
Merge "QcomModulePkg: Adds OOB check on partition count"
by Linux Build Service Account
· 7 years ago
82911f8
QcomModulePkg: Trivial changes to fix typos in debug logs and code alignment
by Mukesh Ojha
· 7 years ago
3df1faf
QcomModulePkg: Add support to parse recovery dtbo image
by lijuang
· 7 years ago
3ede872
QcomModulePkg: Adds OOB check on partition count
by Mukesh Ojha
· 7 years ago
261d2bf
QcomModulePkg: Load dtbo when AVB is disabled
by Runmin Wang
· 7 years ago
a8413af
Merge "QcomModulePkg: Change GUARD_OUT to GUARD to avoid null pointer issue"
by Linux Build Service Account
· 7 years ago
b1cbe92
QcomModulePkg: Change Bootlun in case of mismatch with slot
by Jeevan Shriram
· 7 years ago
71e1ea6
QcomModulePkg: Change GUARD_OUT to GUARD to avoid null pointer issue
by jianzhou
· 7 years ago
8c4f272
QcomModulePkg: Add GUID check along with attribute while updating GPT
by Mukesh Ojha
· 7 years ago
28736ad
QcomModulePkg: Add slot name length check while preparing multi-slot list
by Mukesh Ojha
· 7 years ago
3241219
QcomModulePkg: Add buffer overflow check.
by jianzhou
· 7 years ago
17f173d
QcomModulePkg: Run clang-format
by Jeevan Shriram
· 7 years ago
748b0e8
Merge "QcomModulePkg: Use StrnCmp instead of StrCmp and correct the length check"
by Linux Build Service Account
· 7 years ago
621d6c8
QcomModulePkg: Use StrnCmp instead of StrCmp and correct the length check
by lijuang
· 7 years ago
46df844
QcomModulePkg: Free memory before exiting function with error
by lijuang
· 7 years ago
befaab0
QcomModulePkg: Update the attributes for all partitions
by Jeevan Shriram
· 7 years ago
c336a29
QcomModulePkg: Fix invariant expression in a condition issue
by lijuang
· 7 years ago
dce0296
Merge "QcomModulePkg: Add support for NAND devices"
by Linux Build Service Account
· 7 years ago
749ea92
QcomModulePkg: Add support for NAND devices
by Jeevan Shriram
· 7 years ago
b304f26
QcomModulePkg: Fix the different type sizes and base types warnings
by lijuang
· 7 years ago
f0bbcad
QcomModulePkg: Fix missing static, header file error and correct function's declaration
by lijuang
· 7 years ago
f71a484
QcomModulePkg: Fix dead store errors in BootLib
by lijuang
· 7 years ago
e296126
QcomModulePkg: Add buffer overflow check on Gpt header fields
by Vijay Kumar Pendoti
· 7 years ago
4c788f5
Enable device to boot to secondary partition
by Zhen Kong
· 7 years ago
e8bc92d
QcomModulePkg: reset slot unbootable in set_active cmd
by Jeevan Shriram
· 7 years ago
6a54fe1
QcommodulePkg: BootLib: do no decrement retry count on dev images
by Channagoud Kadabi
· 8 years ago
2d03b01
QcomModulePkg: Update data type used in long long operations
by Jeevan Shriram
· 8 years ago
886b75a
QcomModulePkg: Use the optimized SetMem and CopyMem
by lijuang
· 8 years ago
059a2c9
Merge "QcomModulePkg: Update error handling for no boot image"
by Linux Build Service Account
· 8 years ago
7fd6a52
QcomModulePkg: Display fingerprint for yellow boot state
by Shivaprasad Hongal
· 8 years ago
6fc41c4
QcomModulePkg: Refactor DTBO code
by Vijay Kumar Pendoti
· 8 years ago
340f687
QcomModulePkg: Fix Unbootable issue during coldboot
by Shivaprasad Hongal
· 8 years ago
4229f7b
QcomModulePkg: Add support to know existance of DTBO image
by Vijay Kumar Pendoti
· 8 years ago
644a20b
QcomModulePkg: Implement dtb overlay in ABL
by Vijay Kumar Pendoti
· 8 years ago
c017e81
QcomModulePkg: Refactor PartitionTableUpdate functions.
by Shivaprasad Hongal
· 8 years ago
e3b5339
QcomModulePkg: Add image verification for avb 2.0
by Shivaprasad Hongal
· 8 years ago
8b9c4bc
QcomModulePkg: Update partition if entries are changed
by Parth Dixit
· 8 years ago
81ed7f8
QcomModulePkg: Fix the partition entries CRC calculation
by Vijay Kumar Pendoti
· 8 years ago
5547eab
QcomModulePkg: Correct logic in getting Maxhandles
by Vijay Kumar Pendoti
· 8 years ago
6a25430
QcomModulePkg: Continue to next Lun for partition table update
by Jeevan Shriram
· 8 years ago
25ac2e6
QcomModulePkg: Fix access to uninitialised variables
by Vijay Kumar Pendoti
· 8 years ago
5fdbb16
QcomModulePkg: A/B support for emmc target
by Vijay Kumar Pendoti
· 8 years ago
83843c7
Merge "QcomModulePkg: A/B support for Emmc based target"
by Linux Build Service Account
· 8 years ago
456aaaa
Revert "QcomModulePkg: Do not decrement the Retry Count"
by Jeevan Shriram
· 8 years ago
177eedc
QcomModulePkg: A/B support for Emmc based target
by Vijay Kumar Pendoti
· 8 years ago
a38f574
QcomModulePkg: Adjust getvar partition formation
by Vijay Kumar Pendoti
· 8 years ago
a7e72a0
QcomModulePkg: Get the multi slot partitions in runtime
by Vijay Kumar Pendoti
· 8 years ago
a4c1b08
QcomModulePkg: Fixed some potential issues in library
by lijuang
· 8 years ago
7eef3d1
Merge "QcomModulePkg: Library: Switch the Bootlun if slot is unbootable"
by Linux Build Service Account
· 8 years ago
2120d97
QcomModulePkg: Fixed the compilation errors in library
by lijuang
· 8 years ago
2d2bb03
QcomModulePkg: Library: Switch the Bootlun if slot is unbootable
by Jeevan Shriram
· 8 years ago
9410995
QcomModulePkg: Library: Be specific in using UINT32 or UINT64 instead of using UINTN
by lijuang
· 8 years ago
eadfdf8
QcomModulePkg: Library: Use wide chars in Library files
by Vijay Kumar Pendoti
· 8 years ago
b07c603
QcomModulePkg: Add support to fall back to non A/B meta
by Vijay Kumar Pendoti
· 8 years ago
d4c9c39
QcomModulePkg: Fastboot: Use Erase protocol for command erase
by Channagoud Kadabi
· 8 years ago
0dbf869
QcomModulePkg: Update the behavior for A/B update
by Channagoud Kadabi
· 8 years ago
3f29a4b
QcomModulePkg: Do not decrement the Retry Count
by Jeevan Shriram
· 8 years ago
27e92ee
QcomModulePkg: Update Current slot information from global information
by Jeevan Shriram
· 8 years ago
0da9d75
QcomModulePkg: Update Lun information for BlkIo of Lun
by Jeevan Shriram
· 8 years ago
ab43668
QcomModulePkg: Add support to retrieve Lun info and Index in Lun
by Jeevan Shriram
· 8 years ago
dc79604
QcomModulePkg: do not include stdlib header file
by Jeevan Shriram
· 8 years ago
c3e0a4f
QcomModulePkg: Implement Library function for A/B feature
by Vijay Kumar Pendoti
· 8 years ago
c34f2b0
QcomModulePkg: Move the location of files
by Vijay Kumar Pendoti
· 8 years ago
[Renamed from QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.c]
304c23b
QcomModulePkg: Remove the guid externs from the source files
by Jeevan Shriram
· 8 years ago
2a19461
QcomModulePkg: Fix the SetMem function parameter
by Runmin Wang
· 8 years ago
8ad76a7
Fastboot: Add support to Update partition table
by Channagoud Kadabi
· 9 years ago
f8aa763
Add Fastboot App
by Channagoud Kadabi
· 9 years ago