1. 7cb2968 New EDK Shell binary(r51) by niruiyu · 14 years ago
  2. 2c0f06f Add more checks to skip allocated SMRAM regions when searching for a largest free SMRAM region. by rsun3 · 14 years ago
  3. e0c2cc6 Fix Xcode, clang, and ARM build and link issues. by andrewfish · 14 years ago
  4. 392fa5a add user input verification. by jcarsey · 14 years ago
  5. d8f8021 ShellParametersProtocol - remove parsing from within quoted parameters. by jcarsey · 14 years ago
  6. b97a8d3 Fix ICC build error. by tye1 · 14 years ago
  7. b70a580 Add assertion check for TmpString against NULL. by niruiyu · 14 years ago
  8. e7cc9dc Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNode by niruiyu · 14 years ago
  9. 312e3bd Update ISID to fixed value: first 3 bytes are derived from MAC address while the other 3 bytes are configurable via ISCSI configuration. by tye1 · 14 years ago
  10. f3c5971 add some parens. by jcarsey · 14 years ago
  11. a1d4bfc add comments to function declarations and definitions and updated to match coding style document. by jcarsey · 14 years ago
  12. c5981e3 rename a file. by jcarsey · 14 years ago
  13. cbdd109 check memory allocations for success. by jcarsey · 14 years ago
  14. 4aa4377 correct last commit. fix build break for some compilers. by jcarsey · 14 years ago
  15. 8a0b550 fix build break on some compilers. by jcarsey · 14 years ago
  16. f2ad804 remove duplicate memory de-allocation. by jcarsey · 14 years ago
  17. ae72457 Comment's added and fixed. by jcarsey · 14 years ago
  18. 5f2915f fix initialization of pointer. by jcarsey · 14 years ago
  19. cf4c5a4 Use the minimum value for Numeric and the first option value for OneOf as their default value when no specific default value is specified. by lgao4 · 14 years ago
  20. da0924f PerformancePkg.dsc: by ydong10 · 14 years ago
  21. c78b2e6 NetworkPkg.dsc: by ydong10 · 14 years ago
  22. 2fde83b > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call SendForm to show the configuration form. by niruiyu · 14 years ago
  23. 67f802e Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition driver consumes DiskIo for read/write operation which doesn't have IO alignment requirement. by niruiyu · 14 years ago
  24. 7052047 OvmfPkg/*.dsc: Change FileHandleLib instance path by jljusten · 14 years ago
  25. 8ea50d2 Fix Xcode compile bug. It looks like these two arguments had an extra level of indirection that was in error. Good thing about extra compilers is we catch this kind of thing for almost free. by andrewfish · 14 years ago
  26. 2e3650d ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE aligned by oliviermartin · 14 years ago
  27. 4e7b731 BeagleBoardPkg: Fix build by oliviermartin · 14 years ago
  28. 709497d ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc builds by oliviermartin · 14 years ago
  29. 09eb2dc ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not available by oliviermartin · 14 years ago
  30. 643ec0e ArmPkg: Fix InternalMemCopyMem() by oliviermartin · 14 years ago
  31. 61afd6a ArmPkg/ArmDisassemblerLib: Fix register list by oliviermartin · 14 years ago
  32. a54d210 ArmPlatformPkg: Fix build by oliviermartin · 14 years ago
  33. 80ddb68 ArmPlatformPkg/PrePeiCore: Fix build by oliviermartin · 14 years ago
  34. 3e07076 ArmPlatformPkg/Bds: Fix build Renamed BdsLinuxLib.h into BdsUnixLib.h by oliviermartin · 14 years ago
  35. 964680c ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPei by oliviermartin · 14 years ago
  36. a534d71 ArmPlatformPkg/ArmPlatformLib: Introduce the function ArmPlatformGetBootMode() by oliviermartin · 14 years ago
  37. cf3a77a ArmPkg/BdsLib: Fix GetSystemMemoryResources() by oliviermartin · 14 years ago
  38. bad880b ArmPkg/BdsLib: Prevent application to hang the platform using watchdog by oliviermartin · 14 years ago
  39. 20fd35d EmbeddedPkg/Ebl: Add support for env variable deletion by oliviermartin · 14 years ago
  40. 8e06b58 ArmPlatformPkg: Introduce ArmPlatformInitialize() function by oliviermartin · 14 years ago
  41. 262a9b0 ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenSpaceGuid.PcdNormalFd* by oliviermartin · 14 years ago
  42. 2637d1e ArmPlatformPkg: Use Serial print function to print out non debugging information by oliviermartin · 14 years ago
  43. e100fa8 ArmPlatformPkg/SP804Timer: Fix IRQ handler when the Timer IRQ is shared by oliviermartin · 14 years ago
  44. 1e6a5cf ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE() by oliviermartin · 14 years ago
  45. 6acb379 ArmPlatformPkg/CTA9x4: Remove Variable Storage FD file from FDF by oliviermartin · 14 years ago
  46. 53205a5 ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK mask by oliviermartin · 14 years ago
  47. fe93eba ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic interrupt by oliviermartin · 14 years ago
  48. 2297613 ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZE by oliviermartin · 14 years ago
  49. 2cf4b60 ArmPkg/Mmu: Support page size granularity in the initial MMU setting by oliviermartin · 14 years ago
  50. 2ed2ed2 ArmPkg/PL180MciDxe: Improve error handling by oliviermartin · 14 years ago
  51. a1ab914 ArmPkg/MmcDxe: Fix some returned conditions for MMC/SD commands by oliviermartin · 14 years ago
  52. 6102636 EmbeddedPkg/MmcDxe: Fix protocols uninstallation in Stop() function by oliviermartin · 14 years ago
  53. ad33170 1. solve build time issue that FV size is exceed due to more modules is included. by erictian · 14 years ago
  54. b2bf973 fix for the cp shell command - halt when an error was encountered and also fix the error message displayed. by jcarsey · 14 years ago
  55. 0c956e0 didn't mean to remove this comment. by jcarsey · 14 years ago
  56. fb84495 remove redirection command line updating from the shell core code. by jcarsey · 14 years ago
  57. 33c031e pointer verification (not NULL) and buffer overrun fixes. by jcarsey · 14 years ago
  58. 6b82591 add more user input verification to connect and vol commands. by jcarsey · 14 years ago
  59. 16751bb remove unused variable. add some parens. by jcarsey · 14 years ago
  60. b36653b Fix ICC compilation failure. No functionality impact. by niruiyu · 14 years ago
  61. 320587d Update inf file to follow spec. by ydong10 · 14 years ago
  62. 4bcb7fe Update inf file to follow spec. by ydong10 · 14 years ago
  63. 33b7140 Update inf file to follow spec. by ydong10 · 14 years ago
  64. abf2162 Update inf file to follow spec. by ydong10 · 14 years ago
  65. be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
  66. 2ec013c clarify error message when listing files based on a metaname without a current working directory. by jcarsey · 14 years ago
  67. 0841f3a fix changing time daylight settings without changing the time. by jcarsey · 14 years ago
  68. 980d554 smbiosview - add user input verification. by jcarsey · 14 years ago
  69. 64d753f initialize variable before error returns. by jcarsey · 14 years ago
  70. bf579d3 Typo for the old patch enhance code style. by ydong10 · 14 years ago
  71. 5b84091 Add DevicePathFromText support for ACPI _ADR node. by niruiyu · 14 years ago
  72. e35b531 prevents "" from being the result of trying to open the root of a drive. by jcarsey · 14 years ago
  73. 590c3cb cp - fix conditional for memory de-allocaiton. string file - fix copyright date. by jcarsey · 14 years ago
  74. 0929b78 Add right PCD Library instance mapping by hhtian · 14 years ago
  75. 4027c1d add all the command libraries. by jcarsey · 14 years ago
  76. 733f138 console logger - support disabling the console out. by jcarsey · 14 years ago
  77. dc56f06 fix comments. by jcarsey · 14 years ago
  78. 3737ac2 comp - add comments and add input verification by jcarsey · 14 years ago
  79. 2442e62 add Edit and Hexedit shared features. by jcarsey · 14 years ago
  80. 632820d add Edit and HexEdit commands. by jcarsey · 14 years ago
  81. 5a0fe66 zero memory allocation. by jcarsey · 14 years ago
  82. 361a826 connect - add comments and add input verification by jcarsey · 14 years ago
  83. 1a63ec8 consist mapping - add comments and change variable names. by jcarsey · 14 years ago
  84. b0475f1 clarify library type. by jcarsey · 14 years ago
  85. 78ed876 remove ASSERT. by jcarsey · 14 years ago
  86. 0dc527e add absolute value MACRO. by jcarsey · 14 years ago
  87. 4bbdc0e FileHandleLib - use standard unicode file tag. by jcarsey · 14 years ago
  88. 7d271d7 move include file line under #define protection. by jcarsey · 14 years ago
  89. 345cd23 cls - add input verification. by jcarsey · 14 years ago
  90. b54fd04 Cd - add more input verification. by jcarsey · 14 years ago
  91. 2398d9b update functionality on Bcfg command. by jcarsey · 14 years ago
  92. 252d945 updated comments and added string-to-number conversion with return value to indicate success or failure. All parameter checking updated to non-case-sensitive. by jcarsey · 14 years ago
  93. 68fb052 Add Network1 profile. by jcarsey · 14 years ago
  94. 9586a35 update allocation to use Zero pool library function. by jcarsey · 14 years ago
  95. 4eb59be renaming the BaseFileHandleLib to UefiFileHandleLib. by jcarsey · 14 years ago
  96. 77dcec1 Updating level 1 commands. by jcarsey · 14 years ago
  97. a47c681 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  98. 9531873 Add PCD Library instance mapping for GraphicsConsole driver. by rsun3 · 14 years ago
  99. 9875a3e MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
  100. b1aab29 MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago