- 4f8ef5c Change IPF version AuthVariable driver to support multiple-platform feature. by niruiyu · 13 years ago
- 53e6937 Update PI Service Table Versions per PI 1.2 Errata C. by rsun3 · 13 years ago
- 82b7604 Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to fix a bug when creating a file/directory with single char as file name in root directory. by niruiyu · 13 years ago
- e45e09c Correct the code to use SIZE_OF_EFI_FILE_INFO instead of sizeof (EFI_FILE_INFO) to fix a bug when creating a file/directory with single char as file name in root directory. by niruiyu · 13 years ago
- 1aa9860 ArmPlatformPkg/PrePi: Ony synchronize cores when it is a MPCore System by oliviermartin · 13 years ago
- f01219e MdeModulePkg: Enable port power if port power control feature is supported by EHCI by erictian · 13 years ago
- 96aace8 UEFI231 spec compliance: by jyao1 · 13 years ago
- 3a4b9eb DuetPkg BootSector: by rsun3 · 13 years ago
- 4a6876b Patch include: by ydong10 · 13 years ago
- f67c438 Enable lock attribute for statement and form; show this attribute same as grayout. by ydong10 · 13 years ago
- 85aa96c Update select highlight menu logic when opcode is date/time by ydong10 · 13 years ago
- de4b64f Restore original IDT entry if RegisterInterruptHandler() was used to unregister user defined interrupt handler. by vanjeff · 13 years ago
- 9463796 Make comments to be consistent with the parameter. by gdong1 · 13 years ago
- 1aff716 In AtaAtapiPassThru driver by qianouyang · 13 years ago
- 5d9f5dc EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
- 6f58362 According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
- d0da41c ArmPlatformPkg: Remove inappropriate comment in ArmPlatformPkg.dec by oliviermartin · 13 years ago
- 720b0d8 ArmPlatformPkg/patches: Update pending patches to fix builds by oliviermartin · 13 years ago
- bc0c99b Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follow the UEFI SPEC (Handle the Request parameter is NULL in ExtractConfig interface). by qianouyang · 13 years ago
- 9cc8626 Correct AtaAtapiPassThru module packaging info. by erictian · 13 years ago
- 95717b9 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
- 01e20f0 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
- 80d6c27 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
- d634799 Remove code comments since PI 1.2c has fixed the typo of some status code name. by vanjeff · 13 years ago
- 3512efa CSM is updated to remove RaiseTPL (TPL_HIGH_LEVEL) and disable 2 known UEFI interrupts instead. This is needed to process HPET timer interrupt before going into real mode. by li-elvin · 13 years ago
- 22fde64 HPET driver was updated and included: by li-elvin · 13 years ago
- e846c18 The handler dispatcher in PEI statuscode router driver should check if handler is NULL, if it is not NULL, then handler can be called. by li-elvin · 13 years ago
- 2002bf5 According to PI 1.2c Vol 5, update the code to stipulate SMBIOS 2.7 and include the new types defined therein. by lzeng14 · 13 years ago
- f0d711e Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY. by niruiyu · 13 years ago
- 8014018 Fix incorrect pointer check. by li-elvin · 13 years ago
- 37d5c6e Update comment for function header. by ydong10 · 13 years ago
- 9607294 Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. by jyao1 · 13 years ago
- 4efa9e5 Fix a typo in the comments by niruiyu · 13 years ago
- b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
- 031acf6 Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
- d16efca Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
- fd9efa3 StdLib: Correct module type and [LibraryClasses] section. by darylm503 · 13 years ago
- 8aa163d StdLib: Eliminate TimerLib dependencies. by darylm503 · 13 years ago
- 4b3d663 OvmfPkg: Add CSM16 and related drivers if CSM_ENABLE is set by jljusten · 13 years ago
- 8016da2 OvmfPkg: Add CsmSupportLib by jljusten · 13 years ago
- 09bb585 ArmPlatformPkg/patches: Update the 'PendingPatches' on the latest BaseTools syncup by oliviermartin · 13 years ago
- 18d37b8 Add description for the parameter of SafeFreePool(). by lzeng14 · 13 years ago
- 5f5b907 ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable's size is zero by oliviermartin · 13 years ago
- 008d254 Remove some useless functions for EhciPei driver. by lzeng14 · 13 years ago
- d40b2ee Sync BaseTool trunk (version r2397) into EDKII BaseTools. The change mainly includes by lgao4 · 13 years ago
- 0806815 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file by oliviermartin · 13 years ago
- 0b6b57c BeagleBoardPkg: Check if the compiler arm-linux-gnueabi-gcc is present in the path by oliviermartin · 13 years ago
- fb849d0 Add the missing (UINTN) type cast when calculating the end of variable store. by niruiyu · 13 years ago
- 72861c2 Introduce video resolution and text mode PCDs for BIOS setup in BDS module. User can use these PCDs to customize video resolution and text mode for setup when launching BIOS setup. by li-elvin · 13 years ago
- f98c268 SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid assertion by erictian · 13 years ago
- 59b9d73 Check the return status of booting against EFI_SUCCESS instead of using EFI_ERROR() macro to catch the warning status. by niruiyu · 13 years ago
- 8cb3ed5 Roll back an incorrect change that causes EmuGetVariable always return EFI_NOT_FOUND. by niruiyu · 13 years ago
- 22f9423 EmulatorPkg, OvmfPkg: Remove debug code in build.sh by jljusten · 13 years ago
- 6ba8465 IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN to UINTN. by xdu2 · 13 years ago
- a637802 IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to report logo information after logo is drawn to screen; update BdsDxe to notify logo is corrupted when user is going to enter setup. by xdu2 · 13 years ago
- e2988e6 MdeModulePkg: Define Boot Logo protocol to convey information of Logo dispayed during boot. by xdu2 · 13 years ago
- 90710be MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to MdePkg/Include/IndustryStandard. by xdu2 · 13 years ago
- c448798 Correct the logic to check EFI_FV2_WRITE_STATUS. by lzeng14 · 13 years ago
- 7aaf2fd Add debug information for secure boot test convenient. by gdong1 · 13 years ago
- d3945da Update return FALSE to ASSERT() for code consistent. by tye1 · 13 years ago
- 8536cc4 MdeModulePkg: ATA performance tuning. by erictian · 13 years ago
- 9c9f585 MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback functions in SnpDxe. by xdu2 · 13 years ago
- cdd9529 Add NULL pointer check before free pool. by lzeng14 · 13 years ago
- d09ed37 StdLib: Fix some corrupted comments and inconsistent indentation. by darylm503 · 13 years ago
- feb1422 StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h. by darylm503 · 13 years ago
- f45df7a StdLib: Make the vfscanf function public. by darylm503 · 13 years ago
- 5c5e4a1 StdLib: Revise the meaning of several feature macros. by darylm503 · 13 years ago
- c84d88f StdLib: Fix dirent structure members to be of the correct type. by darylm503 · 13 years ago
- b2800dd StdLib: Remove files obsoleted by changelist 12649. by darylm503 · 13 years ago
- d711a48 StdLib: Add directory access functions to PosixLib. by darylm503 · 13 years ago
- 77c9e74 Add TscTimerLibInternal.h in INF file. by lzeng14 · 13 years ago
- 89a9f54 BeagleBoard: Clean DSC and FDF files by oliviermartin · 13 years ago
- 710b8ac ArmPlatform/Sec: Ensure all the CPU cores are calling ArmCpuSetup() by oliviermartin · 13 years ago
- aa26b8f ArmPlatformPkg/PrePi: Remove duplicate call of BuildMemoryTypeInformationHob() by oliviermartin · 13 years ago
- d17afc8 ArmPlaformPkg/ArmVExpressPkg: Move initialization of SP810 at the early stage of the platform initialization (SEC) by oliviermartin · 13 years ago
- ce5ed6c ArmPlatformPkg: Fix PCD namespace for PCD that defines the the size of a Secure/Non Secure FD/FV files by oliviermartin · 13 years ago
- c0658bd ArmPlatformPkg/Bds: Fix the Boot Manager option to set the FDT device path by oliviermartin · 13 years ago
- 22a262c ArmPlatformPkg/Bds: Fixed and Improved initrd support in the ArmPlatformPkg Boot Manager by oliviermartin · 13 years ago
- 483bc3d ArmPlatformPkg/Bds: Fix when the default console variables are empty (or null) by oliviermartin · 13 years ago
- 031f52c ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer higher than 0x7FFFFFFF by oliviermartin · 13 years ago
- 99565b8 ArmPlatform/PrePi: Fixed PrePi for MP Cores platform and Global Variable region settings by oliviermartin · 13 years ago
- 513aa34 ArmPlatformPkg/Sec: Replaced hardcode SCR and NSACR values by PCDs to enable CPU and Platform Specific settings by oliviermartin · 13 years ago
- 504d146 ArmPlatformPkg: Use EmuVariable, Add Simple TextInTextOut to make easier to port to a new platform by oliviermartin · 13 years ago
- 00b2153 ArmPlatformPkg: Boot Linux from semihosting on RTSM by default (was NOR Flash) by oliviermartin · 13 years ago
- d4bec9f ArmPlatformPkg: Use fixed PcdTrustzoneSupport to define if Trustzone is enabled for a firmware by oliviermartin · 13 years ago
- d48e4b1 ArmPlatformPkg: Fix PrePi firmwares for ArmRealViewEb by oliviermartin · 13 years ago
- 8d0fe26 ArmPlatformPkg: Remove ArmPlatformBootRemapping() function from the ArmPlatformLib by oliviermartin · 13 years ago
- d314d05 ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they build by oliviermartin · 13 years ago
- 3d4c7ab ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under Linux by oliviermartin · 13 years ago
- 7755dfd ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite() function by oliviermartin · 13 years ago
- ce4b2bd ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not implemented by oliviermartin · 13 years ago
- a8151a7 ArmPkg: Fix GetClusterId() calculation from MpId by oliviermartin · 13 years ago
- 81be6e0 ArmPkg/ArmCpuLib: Fix GCC/XCode builds by oliviermartin · 13 years ago
- 793275a ArmPlatformPkg: Coding style (minor changes) by oliviermartin · 13 years ago
- a79803d ArmPlatformPkg/ArmVExpressPkg: Do not declare SCC base for the RTSM VE Model by oliviermartin · 13 years ago
- 3372840 ShellPkg: swap warm and cold to get the default correct for Reset command. by jcarsey · 13 years ago
- 44a957c Enhance drivers for sanity check and coding style alignment. by gdong1 · 13 years ago
- 2972b50 The three TscTimerLib has been merged to one directory. by lzeng14 · 13 years ago
- eaa52ad StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. by darylm503 · 13 years ago
- 52cb711 EmulatorPkg: Fix DSC_SPECIFICATION typo in dsc by jljusten · 13 years ago