1. 7ee85aa According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  2. 49975ac According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  3. 73c5d34 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  4. 979a00f According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  5. eb2423c According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  6. 4659816 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  7. fa97cbf 1) Fix GCC version EBC interpreter bug. by jyao1 · 13 years ago
  8. ea71453 Initialize the variable before use it to avoid SCT test failed. by ydong10 · 13 years ago
  9. 787b2f1 PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INVALID_PARAMETER for SMM Control2 Protocol.Trigger(). by rsun3 · 13 years ago
  10. 842d83d 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message. by sfu5 · 13 years ago
  11. 0d11446 ShellPkg: Updates the printing of echo for script commands to after the @ checking. by jcarsey · 13 years ago
  12. 73c83c6 ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size. by jcarsey · 13 years ago
  13. 901ba0e Enable buffer type when process some expression opcode which support buffer type. by ydong10 · 13 years ago
  14. ef40f0f Patch for: by ydong10 · 13 years ago
  15. 191daa2 According to PI errata 0000718 and PI 1.2c Vol 3 3.2.1, comment out "Types" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE structure and "Data" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_GUID_TYPE structure. by lzeng14 · 13 years ago
  16. 2d3759d ShellPkg: Update the ‘for’ command to check number length correctly with trailing spaces. by jcarsey · 13 years ago
  17. f6ec0c7 In BootScriptSaver, put INFORMATION_OPCODE message to LockBox. by jyao1 · 13 years ago
  18. 9bb1fce PcAtChipsetPkg: install RTC ARCH protocol even if the "RTC" variable is corrupted. by erictian · 13 years ago
  19. 83a6cf3 Remove CONST prefix to follow PI Specification. by vanjeff · 13 years ago
  20. e02c57b PcAtChipsetPkg: Do right sign extension to avoid a wrong daylight value saving into "RTC" variable by erictian · 13 years ago
  21. 99d23a9 Regenerate the related EDK Shell binaries after fixing a bug in Pci.c to add missing (UINTN) type cast. by niruiyu · 13 years ago
  22. 4f8ef5c Change IPF version AuthVariable driver to support multiple-platform feature. by niruiyu · 13 years ago
  23. 53e6937 Update PI Service Table Versions per PI 1.2 Errata C. by rsun3 · 13 years ago
  24. 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
  25. 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
  26. 1aa9860 ArmPlatformPkg/PrePi: Ony synchronize cores when it is a MPCore System by oliviermartin · 13 years ago
  27. f01219e MdeModulePkg: Enable port power if port power control feature is supported by EHCI by erictian · 13 years ago
  28. 96aace8 UEFI231 spec compliance: by jyao1 · 13 years ago
  29. 3a4b9eb DuetPkg BootSector: by rsun3 · 13 years ago
  30. 4a6876b Patch include: by ydong10 · 13 years ago
  31. f67c438 Enable lock attribute for statement and form; show this attribute same as grayout. by ydong10 · 13 years ago
  32. 85aa96c Update select highlight menu logic when opcode is date/time by ydong10 · 13 years ago
  33. de4b64f Restore original IDT entry if RegisterInterruptHandler() was used to unregister user defined interrupt handler. by vanjeff · 13 years ago
  34. 9463796 Make comments to be consistent with the parameter. by gdong1 · 13 years ago
  35. 1aff716 In AtaAtapiPassThru driver by qianouyang · 13 years ago
  36. 5d9f5dc EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
  37. 6f58362 According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
  38. d0da41c ArmPlatformPkg: Remove inappropriate comment in ArmPlatformPkg.dec by oliviermartin · 13 years ago
  39. 720b0d8 ArmPlatformPkg/patches: Update pending patches to fix builds by oliviermartin · 13 years ago
  40. 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
  41. 9cc8626 Correct AtaAtapiPassThru module packaging info. by erictian · 13 years ago
  42. 95717b9 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  43. 01e20f0 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  44. 80d6c27 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  45. d634799 Remove code comments since PI 1.2c has fixed the typo of some status code name. by vanjeff · 13 years ago
  46. 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
  47. 22fde64 HPET driver was updated and included: by li-elvin · 13 years ago
  48. 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
  49. 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
  50. f0d711e Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY. by niruiyu · 13 years ago
  51. 8014018 Fix incorrect pointer check. by li-elvin · 13 years ago
  52. 37d5c6e Update comment for function header. by ydong10 · 13 years ago
  53. 9607294 Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. by jyao1 · 13 years ago
  54. 4efa9e5 Fix a typo in the comments by niruiyu · 13 years ago
  55. b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
  56. 031acf6 Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  57. d16efca Shellpkg: Add support for filenames with spaces. by jcarsey · 13 years ago
  58. fd9efa3 StdLib: Correct module type and [LibraryClasses] section. by darylm503 · 13 years ago
  59. 8aa163d StdLib: Eliminate TimerLib dependencies. by darylm503 · 13 years ago
  60. 4b3d663 OvmfPkg: Add CSM16 and related drivers if CSM_ENABLE is set by jljusten · 13 years ago
  61. 8016da2 OvmfPkg: Add CsmSupportLib by jljusten · 13 years ago
  62. 09bb585 ArmPlatformPkg/patches: Update the 'PendingPatches' on the latest BaseTools syncup by oliviermartin · 13 years ago
  63. 18d37b8 Add description for the parameter of SafeFreePool(). by lzeng14 · 13 years ago
  64. 5f5b907 ArmPlatformPkg: Fix Global Variable region initialization when GlobalVariable's size is zero by oliviermartin · 13 years ago
  65. 008d254 Remove some useless functions for EhciPei driver. by lzeng14 · 13 years ago
  66. d40b2ee Sync BaseTool trunk (version r2397) into EDKII BaseTools. The change mainly includes by lgao4 · 13 years ago
  67. 0806815 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file by oliviermartin · 13 years ago
  68. 0b6b57c BeagleBoardPkg: Check if the compiler arm-linux-gnueabi-gcc is present in the path by oliviermartin · 13 years ago
  69. fb849d0 Add the missing (UINTN) type cast when calculating the end of variable store. by niruiyu · 13 years ago
  70. 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
  71. f98c268 SourceLevelDebugPkg: Check if PcdUsbEhciPciAddress is set correctly to avoid assertion by erictian · 13 years ago
  72. 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
  73. 8cb3ed5 Roll back an incorrect change that causes EmuGetVariable always return EFI_NOT_FOUND. by niruiyu · 13 years ago
  74. 22f9423 EmulatorPkg, OvmfPkg: Remove debug code in build.sh by jljusten · 13 years ago
  75. 6ba8465 IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN to UINTN. by xdu2 · 13 years ago
  76. 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
  77. e2988e6 MdeModulePkg: Define Boot Logo protocol to convey information of Logo dispayed during boot. by xdu2 · 13 years ago
  78. 90710be MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to MdePkg/Include/IndustryStandard. by xdu2 · 13 years ago
  79. c448798 Correct the logic to check EFI_FV2_WRITE_STATUS. by lzeng14 · 13 years ago
  80. 7aaf2fd Add debug information for secure boot test convenient. by gdong1 · 13 years ago
  81. d3945da Update return FALSE to ASSERT() for code consistent. by tye1 · 13 years ago
  82. 8536cc4 MdeModulePkg: ATA performance tuning. by erictian · 13 years ago
  83. 9c9f585 MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback functions in SnpDxe. by xdu2 · 13 years ago
  84. cdd9529 Add NULL pointer check before free pool. by lzeng14 · 13 years ago
  85. d09ed37 StdLib: Fix some corrupted comments and inconsistent indentation. by darylm503 · 13 years ago
  86. feb1422 StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h. by darylm503 · 13 years ago
  87. f45df7a StdLib: Make the vfscanf function public. by darylm503 · 13 years ago
  88. 5c5e4a1 StdLib: Revise the meaning of several feature macros. by darylm503 · 13 years ago
  89. c84d88f StdLib: Fix dirent structure members to be of the correct type. by darylm503 · 13 years ago
  90. b2800dd StdLib: Remove files obsoleted by changelist 12649. by darylm503 · 13 years ago
  91. d711a48 StdLib: Add directory access functions to PosixLib. by darylm503 · 13 years ago
  92. 77c9e74 Add TscTimerLibInternal.h in INF file. by lzeng14 · 13 years ago
  93. 89a9f54 BeagleBoard: Clean DSC and FDF files by oliviermartin · 13 years ago
  94. 710b8ac ArmPlatform/Sec: Ensure all the CPU cores are calling ArmCpuSetup() by oliviermartin · 13 years ago
  95. aa26b8f ArmPlatformPkg/PrePi: Remove duplicate call of BuildMemoryTypeInformationHob() by oliviermartin · 13 years ago
  96. d17afc8 ArmPlaformPkg/ArmVExpressPkg: Move initialization of SP810 at the early stage of the platform initialization (SEC) by oliviermartin · 13 years ago
  97. 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
  98. c0658bd ArmPlatformPkg/Bds: Fix the Boot Manager option to set the FDT device path by oliviermartin · 13 years ago
  99. 22a262c ArmPlatformPkg/Bds: Fixed and Improved initrd support in the ArmPlatformPkg Boot Manager by oliviermartin · 13 years ago
  100. 483bc3d ArmPlatformPkg/Bds: Fix when the default console variables are empty (or null) by oliviermartin · 13 years ago