summaryrefslogtreecommitdiff
path: root/QcomModulePkg/Library/BootLib/BootStats.c
AgeCommit message (Collapse)Author
2017-10-26QcomModulePkg: Run clang-formatJeevan Shriram
All .c and .h files under QcomModulePkg are now formatted by clang-format. Change-Id: I94b7c92d4ea2b4ed28927fb494c25e347b6cf04d
2017-08-23QcomModulePkg: Fix the different type sizes and base types warningslijuang
Fix the type is dereferenced without using the proper casting. Change-Id: I97a2485058533bee1a5e905a88a80a588fc0e206
2017-08-17QcomModulePkg: Fix missing static, header file error and correct function's ↵lijuang
declaration 1. Fix missing static keyword. 2. Use NULL instead of a plain integer for pointer. 3. Undefined identifier and undeclared symbol because of missing header file. 4. non-ANSI function declaration. Change-Id: I1d5b273143e381e676d412876ad4f58d2b7c92fd
2016-12-16QcomModulePkg: Eliminate Asserts in ABL codeVijay Kumar Pendoti
Execution should not assert in ABL application instead print the error message and return to caller. Change-Id: Ie171b77a5e8d76dd89412287e3490d1574400ecc
2016-10-06QcomModulePkg: Update the BootStats in fastboot boot and continueJeevan Shriram
Update the Boot statistics during loading of kernel image with fastboot boot and fastboot continue. CRs-Fixed: 1075001 Change-Id: I770f1d1a56c28f865ef9804a44df761cbd791975
2016-09-10QcomModulePkg: Correct the register offset in BootStats updateJeevan Shriram
Currently 64 bit address space is assumed while calculating BootStats offset in IMEMregister. This change corrects the offset calculation based on 32 bit register. CRs-Fixed: 1063636 Change-Id: Idb44ab67684e01e406adf3b061b34699314db578
2016-07-14QcomModulePkg: New file for common headers and definitionsRunmin Wang
Create a header file for common definitions and headers. CRs-Fixed: 1040115 Change-Id: Ia07cfdfe93bc4b9217a044fb4a5f065f5f3f9252
2016-07-14QcomModulePkg: Add support for Boot StatisticsJeevan Shriram
Add support to read, store timestamps of important milestones while running bootloader. These statistics can be used for performance analysis. CRs-Fixed: 986353 Change-Id: Ia0180f16c2742554259769f7cb0325c2e976df9a