aboutsummaryrefslogtreecommitdiff
path: root/Include
AgeCommit message (Collapse)Author
2016-06-16Drivers/Block/ramdisk: Modified to be an EDKII driverHeyi Guo
Modify ramdisk module to be an EDKII driver, to support RAM emulated FAT32 file system, so that we can have file system even without real persistent storage. Substantial coding-style fixes. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2016-06-16Library: Add EfiTimeBaseLibHeyi Guo
Add EFI_TIME common library which can used in RTC driver, like validity check and epoch convert functions. Most of the functions are copied from PL031RealTimeClockLib in ArmPlatformPkg/Library. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chenhui Sun <sunchenhui@huawei.com> Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>