| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BaseTools/BinToPcd: Encode string returned from ByteArray() | Kinney, Michael D | 2018-08-03 | 1 | -1/+2 |
* | BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue | Kinney, Michael D | 2018-08-03 | 1 | -1/+1 |
* | MdeModulePkg DxeCapsuleLibFmp: Add NULL check to the return buffers | Star Zeng | 2018-08-03 | 1 | -1/+3 |
* | MdeModulePkg/BdsDxe: Move display of test key usage into BDS module | Kinney, Michael D | 2018-08-03 | 2 | -0/+13 |
* | FmpDevicePkg: Remove useless lib mapping in dsc | Star Zeng | 2018-08-03 | 1 | -19/+0 |
* | FmpDevicePkg FmpDxe: Fix XCODE build failure | Star Zeng | 2018-08-03 | 1 | -1/+1 |
* | FmpDevicePkg FmpDxe: Use local variable to store test key digest size | Star Zeng | 2018-08-03 | 1 | -1/+3 |
* | FmpDevicePkg: Fix code style issue | Star Zeng | 2018-08-03 | 11 | -73/+75 |
* | FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion | Star Zeng | 2018-08-03 | 1 | -0/+1 |
* | FmpDevicePkg FmpDxe: Return UNSUPPORTED if device has been locked | Star Zeng | 2018-08-03 | 1 | -1/+1 |
* | FmpDevicePkg FmpDxe: Add comment in mFmpDeviceLocked's declaration | Star Zeng | 2018-08-03 | 1 | -0/+7 |
* | FmpDevicePkg FmpDxe: Use Attributes to know whether reset is required | Star Zeng | 2018-08-03 | 5 | -17/+10 |
* | FmpDevicePkg FmpDxe: Check ImageIndex first before Image/ImageSize | Star Zeng | 2018-08-03 | 1 | -10/+9 |
* | FmpDevicePkg FmpDxe: Add NULL check to return Value from GetVariable2 | Star Zeng | 2018-08-03 | 1 | -4/+4 |
* | FmpDevicePkg: Remove DisplayUpdateProgressLib mapping for FmpDxe | Star Zeng | 2018-08-03 | 1 | -9/+5 |
* | FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO" | Star Zeng | 2018-08-03 | 1 | -4/+4 |
* | FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage() | Star Zeng | 2018-08-03 | 1 | -0/+1 |
* | FmpDevicePkg FmpDxe: Check Progress!= NULL before calling Progress(100) | Star Zeng | 2018-08-03 | 1 | -4/+6 |
* | FmpDevicePkg: Add DISABLE_NEW_DEPRECATED_INTERFACES build options | Star Zeng | 2018-08-03 | 1 | -0/+3 |
* | FmpDevicePkg: Remove IPF | Star Zeng | 2018-08-03 | 6 | -6/+6 |
* | FmpDevicePkg FmpDxe: Return 0 when LSV check is not required | Star Zeng | 2018-08-03 | 1 | -3/+6 |
* | FmpDevicePkg FmpDxe: Update function comment for FmpDxeEntryPoint | Star Zeng | 2018-08-03 | 1 | -1/+1 |
* | FmpDevicePkg: Add DSC file to build all package components | Kinney, Michael D | 2018-08-03 | 1 | -0/+134 |
* | FmpDevicePkg: Add FmpDxe module | Kinney, Michael D | 2018-08-03 | 8 | -0/+2480 |
* | FmpDevicePkg: Add library instances | Kinney, Michael D | 2018-08-03 | 9 | -0/+948 |
* | FmpDevicePkg: Add package, library classes, and PCDs | Kinney, Michael D | 2018-08-03 | 6 | -0/+855 |
* | BaseTools/Capsule: Support capsules without a payload header | Kinney, Michael D | 2018-08-03 | 1 | -11/+23 |
* | BaseTools/Capsule: Prevent traceback during signing operations | Kinney, Michael D | 2018-08-03 | 1 | -2/+0 |
* | BaseTools/Capsule: Update file header with tool limitations | Kinney, Michael D | 2018-08-03 | 1 | -0/+11 |
* | BaseTools/Capsule: Update help for --fw-version and --lsv | Kinney, Michael D | 2018-08-03 | 1 | -2/+2 |
* | BaseTools/Capsule: Do not support -o with --dump-info | Kinney, Michael D | 2018-08-03 | 1 | -0/+4 |
* | BaseTools/Capsule: Fix CertType GUID byte order | Kinney, Michael D | 2018-08-03 | 1 | -1/+1 |
* | BaseTools/Capsule: Remove support for PopulateSystemTable | Kinney, Michael D | 2018-08-03 | 1 | -5/+3 |
* | BaseTools/Capsule: Add max value checks to Capsule Generation tools | Kinney, Michael D | 2018-08-03 | 1 | -0/+10 |
* | BaseTools GenerateCapsule: Change property to executable for Linux | Star Zeng | 2018-08-03 | 1 | -0/+0 |
* | BaseTools/Capsule: Add Capsule Generation Tools | Kinney, Michael D | 2018-08-03 | 11 | -0/+1310 |
* | CryptoPkg/OpensslLib: remove OpenSSL version number from OpenSSL-HOWTO.txt | Laszlo Ersek | 2018-08-01 | 1 | -1/+0 |
* | CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h | Long Qin | 2018-08-01 | 1 | -0/+0 |
* | CryptoPkg/OpensslLib: Fix the documentation about submodule update | Long Qin | 2018-08-01 | 1 | -1/+1 |
* | MdePkg FirmwareManagement.h: Fix code style issue | Star Zeng | 2018-08-01 | 1 | -4/+4 |
* | MdeModulePkg DxeCapsuleLibFmp: Free HandleBuffer after it is used | Star Zeng | 2018-08-01 | 1 | -0/+4 |
* | MdeModulePkg DxeCapsuleLib: Use Attr to know whether reset is required | Star Zeng | 2018-08-01 | 2 | -40/+134 |
* | SignedCapsulePkg SystemFirmwareReportDxe: Try LocateProtocol | Star Zeng | 2018-08-01 | 1 | -11/+18 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Avoid possible NULL ptr dereference | Hao Wu | 2018-07-31 | 1 | -1/+1 |
* | MdePkg/SmmMemLib: Avoid possible NULL ptr dereference | Hao Wu | 2018-07-31 | 1 | -1/+1 |
* | MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" | Star Zeng | 2018-07-28 | 1 | -1/+1 |
* | UefiCpuPkg/CpuDxe: fix incorrect check of SMM mode | Jian J Wang | 2018-07-27 | 1 | -1/+8 |
* | MdeModulePkg/Core: remove SMM check for Heap Guard feature detection | Jian J Wang | 2018-07-27 | 1 | -10/+0 |
* | UefiCpuPkg/CpuDxe: make register access more readable | Jian J Wang | 2018-07-27 | 1 | -15/+29 |
* | UefiCpuPkg/CpuDxe: allow accessing (DXE) page table in SMM mode | Jian J Wang | 2018-07-27 | 2 | -35/+106 |