1. 55b1753 Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
  2. e47459e 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. by vanjeff · 13 years ago
  3. 8f07f89 Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler.inf and DxeSmmCpuExceptionHandler.inf. by vanjeff · 13 years ago
  4. 1e172d6 1. Introduced CPU Exception Handler Library to provide the CPU exception handlers and add one NULL library instance. by vanjeff · 13 years ago
  5. bf0f6c8 Fix build fail. by ydong10 · 13 years ago
  6. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  7. 8a44cd7 Enhance the error handling. Signed-off-by: ydong10 Reviewed-by: lzeng14 by ydong10 · 13 years ago
  8. 8cee3de OvmfPkg: Enable secure-boot support when SECURE_BOOT_ENABLE==TRUE by jljusten · 13 years ago
  9. bdf93df OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnable by jljusten · 13 years ago
  10. e05061c OvmfPkg: Add PcdSecureBootEnable by jljusten · 13 years ago
  11. 6a52c7a OvmfPkg: Add PlatformSecureLib instance by jljusten · 13 years ago
  12. 54a2628 Fix system reboot automatically if changing the value of [TPM operation] by gdong1 · 13 years ago
  13. 572b0ad Override the base address to make LoadLibraryEx success in WIN7 SP1 OS. by ydong10 · 13 years ago
  14. 16d718a MdeModulePkg: add support for ORICO PEUS3-2P card by erictian · 13 years ago
  15. 744265e Clarify alignment of GetSpinLockProperties() is byte alignment. by lgao4 · 13 years ago
  16. 9c92252 MdeModulePkg: When media_change happens at Partition.Start(), the lower driver (ScsiDisk) should immediately return EFI_MEDIA_CHANGE but not EFI_SUCCESS. This way is used to avoid the interrupted Partition.Start() closes those opened protocols(DiskIo and DevicePath protocol) who are using by the re-entered partition driver at the same handle. by erictian · 13 years ago
  17. 6cfc729 Update string offset and default offset from UINT16 to STRING_HEAD to match the generated PCD database. by lgao4 · 13 years ago
  18. fcb6f89 Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data. by lpleahy · 13 years ago
  19. 50b43b1 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  20. 81c0d6e When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 use es:[offset + 0xabcd] to get data passed from CSM32, offset + 0xabcd could exceed 0xFFFF which is invalid in real mode. So added NORMALIZE_EFI_SEGMENT and NORMALIZE_EFI_OFFSET to keep offset as small as possible to avoid this issue during CSM16 function call. by li-elvin · 13 years ago
  21. 916666c ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYSICAL_ADDRESS & EFI_VIRTUAL_ADDRESS) to describe memory addresses by oliviermartin · 13 years ago
  22. af0283b ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it is a Base Library by oliviermartin · 13 years ago
  23. 051e63b ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initialization function by oliviermartin · 13 years ago
  24. b0855f9 Update FrameworkUefiLib library instance to implement the missing CatSPrint() and CatVSPrint() API. by lgao4 · 13 years ago
  25. 77a750a Fix the issue in PeiCore to support PDB file path without '\' or '.' character. by lgao4 · 13 years ago
  26. 2b826e2 Add sample code to show how to register Browser HotKey by BrowserEx protocol. by lgao4 · 13 years ago
  27. 7bbc624 MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM toolchain by oliviermartin · 13 years ago
  28. 911da88 ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGetValues' by oliviermartin · 13 years ago
  29. afb9f4d ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library) by oliviermartin · 13 years ago
  30. 68dda85 ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driver by oliviermartin · 13 years ago
  31. e34114e ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hexadecimal memory address by oliviermartin · 13 years ago
  32. d9c69d9 ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD values by oliviermartin · 13 years ago
  33. 3d93aea ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCR by oliviermartin · 13 years ago
  34. a853088 ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCC by oliviermartin · 13 years ago
  35. 8cc852f ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTrustedMonitorLib' library by oliviermartin · 13 years ago
  36. 1377db6 ArmPlatformPkg: Updated the stack setup to have the same geometry between the Secure and Normal World by oliviermartin · 13 years ago
  37. 2569b06 ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xFFFFFFFF by oliviermartin · 13 years ago
  38. 5ed2368 ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is mapped at 0xFFFFFFFF by oliviermartin · 13 years ago
  39. 3b73c91 ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addresses by oliviermartin · 13 years ago
  40. 65acd8e ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg/Drivers by oliviermartin · 13 years ago
  41. f8c9f1c ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2) by oliviermartin · 13 years ago
  42. 0db25cc ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings) by oliviermartin · 13 years ago
  43. 9862239 ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller by oliviermartin · 13 years ago
  44. eb15a11 StdLib, AppPkg: Update ReadMe files. by darylm503 · 13 years ago
  45. 1902252 StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. by darylm503 · 13 years ago
  46. 3222e7b ArmPlatformPkg/PrePeiCore: Ensured the size is 8-byte aligned by oliviermartin · 13 years ago
  47. 782d45d ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'VariableOffset' belongs to the GlobalVariable region by oliviermartin · 13 years ago
  48. 8ddaf47 ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the code by oliviermartin · 13 years ago
  49. 31d196c ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()' by oliviermartin · 13 years ago
  50. 1bccfbe ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interrupts by oliviermartin · 13 years ago
  51. ac7362c ArmPkg/LinuxLoader: Fixed memory leak by oliviermartin · 13 years ago
  52. 1445300 Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in BaseLib from OUT to IN OUT. by lgao4 · 13 years ago
  53. 287d8d1 Update ECP Package Glue BaseLib to save/restore xmm6-xmm15 in functions setJump/longJump. by lgao4 · 13 years ago
  54. 3dbef42 Add code check to avoid access violation. by ydong10 · 13 years ago
  55. 65cc57f Remove ASSERT to let DXE core return gracefully when loading an invalid image. by gdong1 · 13 years ago
  56. f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago
  57. 287b4d3 ShellPkg: Fix ICC11 build failure. by jcarsey · 13 years ago
  58. c0a1f77 ArmPkg/BdsLib: Added support for using uInitrd by oliviermartin · 13 years ago
  59. 1093e30 ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei format by oliviermartin · 13 years ago
  60. 48837c2 EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2 by oliviermartin · 13 years ago
  61. be759f7 GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is changed to "Graphics Console Driver" in Component Name Protocol. by li-elvin · 13 years ago
  62. 265fa9f MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in the UefiLib instance that there is a non portable assumption that Marker is copied when passed to a function. by rsun3 · 13 years ago
  63. 53c31c5 Fix the errors detected by the GCC compiler: by lpleahy · 13 years ago
  64. 7700f0f * StdLib.dsc was changed to always build the sockets code. by lpleahy · 13 years ago
  65. 1f33d18 Don't install FV protocol on the corrupt FV image. by lgao4 · 13 years ago
  66. 28de825 Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL value. Use known good TPL value since TPL is a don't care. by lpleahy · 13 years ago
  67. 66a2dc9 Set executable attributes for those run scripts. Signed-off-by: lgao4 by lgao4 · 13 years ago
  68. e9d97d0 Enable PCD version check on PCD driver and PCD database. by lgao4 · 13 years ago
  69. 328ce03 Add code check to avoid access violation. by ydong10 · 13 years ago
  70. 21e3aef Enable write file to USB from Shell in Win7 OS by ydong10 · 13 years ago
  71. d60f6af ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unification by oliviermartin · 13 years ago
  72. 9207c5d ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered for the EFI_MEMORY_UC attribute by oliviermartin · 13 years ago
  73. cbafa15 Enhance BGRT driver to install BGRT table upon every ReadyToBoot event by czhang46 · 13 years ago
  74. 8e1253d Update documentation to match required tree on the storage device. by lpleahy · 13 years ago
  75. 4b58a93 Change to match the tree required on the storage device. by lpleahy · 13 years ago
  76. d3a595c Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
  77. 826f900 Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
  78. f6e5cdd Merged socket development branch: by lpleahy · 13 years ago
  79. 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago
  80. 5709e4e Merged socket development branch by lpleahy · 13 years ago
  81. 91213ad ArmPlatformPkg/Bds: Add support for 'BootCurrent' by oliviermartin · 13 years ago
  82. 49a25d8 ArmPlatformPkg/Bds: Fixed update of boot entries by oliviermartin · 13 years ago
  83. 0e29bf5 ArmPlatformPkg/Bds: Fixed 'BootNext' support by oliviermartin · 13 years ago
  84. b148591 ArmPlatformPkg/Bds: Fixed memory leak by oliviermartin · 13 years ago
  85. 3d565dd ArmPkg/BdsLib: Fixed memory leak by oliviermartin · 13 years ago
  86. 7598f36 ArmPkg/BdsLib: Fixed incorrect typecasting by oliviermartin · 13 years ago
  87. 4671d15 ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the memory from the Linux command line by oliviermartin · 13 years ago
  88. 995d967 ArmPkg/BdsLib: Added support to start uImage by oliviermartin · 13 years ago
  89. d40002b 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at the same server. by sfu5 · 13 years ago
  90. b4ebbaf Generic solution to handle reset failure in some special platforms. by niruiyu · 13 years ago
  91. 3e570e6 Append double-null for Type 19 data record. by lzeng14 · 13 years ago
  92. 2d97e71 Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue. by lzeng14 · 13 years ago
  93. 74fa83f ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or ".." directory. by jcarsey · 13 years ago
  94. 66c4400 Fix case sensativity issues. by andrewfish · 13 years ago
  95. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  96. 571e983 MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision" warning. by rsun3 · 13 years ago
  97. 4883124 StdLib: Fix compiler compatibility issues: by darylm503 · 13 years ago
  98. 79b3ce7 Update based on review feedback. by andrewfish · 13 years ago
  99. 07bcff9 MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge supports 64-bit prefetchable base and limit addresses. by rsun3 · 13 years ago
  100. 5e0ff25 New Fat binaries for EBC/IA32/IPF/X64 built from UDK2010.SR1 (core package@r12898, FatPkg@r67) by niruiyu · 13 years ago