summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-23Remove edk2-BaseTools-win32 dependency.devel-MinPlatformJiewen Yao
2018-04-22MinPlatformPkg.dec: Add PcdsFixedAtBuild attribute for Flash PCDsJiewen Yao
2018-04-09MinPlatformPkg: Decouple with IntelFrameworkPkgChen, Pai-chingX
2018-04-02MinPlatformPkg: Dont assert for HT offJiewen Yao
2018-03-28KabylakeOpenBoardPkg: Disable TBT by default.Jiewen Yao
2018-03-27Add Purley related content.Jiewen Yao
2018-03-26KabylakeOpenBoardPkg: Add TBT support.Jiewen Yao
2018-03-22MinPlatformPkg: Add MinDsdt moduleJiewen Yao
2018-03-17readme.md: Correct some format.Jiewen Yao
2018-03-17Add MinPurley.Jiewen Yao
2018-03-17PurleyOpenBoardPkg: Initial version.Jiewen Yao
2018-03-17PurleySktPkg: Initial version.Jiewen Yao
2018-03-17PurleyRcPkg: Initial version.Jiewen Yao
2018-03-17LewisBurgPkg: Initial version.Jiewen Yao
2018-03-16Add IPMI support.Jiewen Yao
2018-03-15Clean up license header.Jiewen Yao
2018-03-10MinPlatformPkg/StallServicePei: Install PEI Stall Service in StallServicePeiMichael Kubacki
2018-03-08SmbiosBasic: Correct license header.Jiewen Yao
2018-03-02Update KabylakeRvp3 with latest MinPlatformPkg.Jiewen Yao
2018-03-02Add AdvancedFeaturePkg. We can put open source advanced feature here.Jiewen Yao
2018-03-02Enable MinPlatformPkg to boot with EDK2 platform. Validated on an open server...Jiewen Yao
2018-02-28MinPlatformPkg/DxePlatformManagerLib: Prevent the usage of uninitialized vari...Marvin Häuser
2018-02-28MinPlatformPkg/PeiFspWrapperHobProcessLib: Add missing typecasts.Marvin Häuser
2018-02-28MinPlatformPkg/PeiFspWrapperHobProcessLib: Add missing ASSERTs.Marvin Häuser
2018-02-28MinPlatformPkg/DxePlatformBootManagerLib: Fix an incorrect declaration.Marvin Häuser
2018-02-28MinPlatformPkg/DxePlatformBootManagerLib: Add missing ASSERTs.Marvin Häuser
2018-02-28MinPlatformPkg/DxePlatformBootManagerLib: Add missing typecasts.Marvin Häuser
2018-02-28MinPlatformPkg/DxePlatformBootManagerLib: Remove unused variables.Marvin Häuser
2018-02-28MinPlatformPkg/PciSegmentInfoLibSimple: Remove an incorrect EFIAPI decoration.Marvin Häuser
2018-02-28MinPlatformPkg/PciSegmentInfoLibSimple: Add missing braces to a GUID definition.Marvin Häuser
2018-02-28MinPlatformPkg/SecFspWrapperPlatformSecLib: Fix GCC ASM syntax.Marvin Häuser
2018-02-28MinPlatformPkg/PeiHobVariableLibFce: Add missing casts to VOID **.Marvin Häuser
2018-02-28MinPlatformPkg/PlatformInitDxe: Add a missing ASSERT.Marvin Häuser
2018-02-28MinPlatformPkg/PeiLib: Add a missing cast to VOID **.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointLib: Remove an unused variable.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointLib: Prevent symbol duplication.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Add missing braces to a GUID definition.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Remove unused variables.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Prevent symbol duplication.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Add missing typecasts.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Initialize SmrrMask to prevent compiler con...Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Prevent the usage of uninitialized variables.Marvin Häuser
2018-02-28MinPlatformPkg/TestPointCheckLib: Add missing typecasts to UINTN.Marvin Häuser
2018-02-28MinPlatformPkg/AcpiPlatform: Remove unused variables.Marvin Häuser
2018-02-28MinPlatformPkg/AcpiPlatform: Add a missing typecast to VOID **.Marvin Häuser
2018-02-28Enable tool source build.Jiewen Yao
2018-02-27sync to trunk. Fix build error.Jiewen Yao
2017-12-20Rename gMinPlatformModuleTokenSpaceGuid to gMinPlatformPkgTokenSpaceGuid.Jiewen Yao
2017-12-12Add NVMe boot optionJiewen Yao
2017-12-06edk2-platforms: Pre-allocate UPD buffer before FspWrapperChasel, Chiu