1. 67c49e4 EmbeddedPkg/PrePiLib: Remove duplicated definition of EFI_STATUS_CODE_DATA_MAX_SIZE by Olivier Martin · 11 years ago
  2. 46f2c53 EmbeddedPkg: Added Lan9118 Dxe driver by Olivier Martin · 11 years ago
  3. 4d6e1e5 EmbeddedPkg/AndroidFastbootTransportTcpDxe: Implemented Android FastBoot over TCP by Brendan Jackman · 11 years ago
  4. 79480c8 ArmPlatformPkg: Fixed memory leak after calling GetEnvironmentVariable() by Olivier Martin · 11 years ago
  5. 785e3cf EmbeddedPkg: Added Isp1761UsbDxe to EmbeddedPkg.dsc by Olivier Martin · 11 years ago
  6. d3f9977 EmbeddedPkg/AndroidFastbootTransportUsbDxe: Implemented Android FastBoot over USB by Olivier Martin · 11 years ago
  7. dbfd80d EmbeddedPkg/Isp1761UsbDxe: Driver for the NXP ISP1761's USB peripheral controller by Olivier Martin · 11 years ago
  8. d972f80 EmbeddedPkg/UsbDevice.h: Introduced USB Device Protocol by Olivier Martin · 11 years ago
  9. f675590 EmbeddedPkg/AndroidFastboot: Introduce Android FastBoot Application by Olivier Martin · 11 years ago
  10. ddd1436 EmbeddedPkg/AndroidFastbootPlatform.h: Introduced Fastboot Platform Protocol by Olivier Martin · 11 years ago
  11. d8fd886 EmbeddedPkg/AndroidFastbootTransport.h: Introduced Android Fastboot Transport protocol by Olivier Martin · 11 years ago
  12. 35a3e76 EmbeddedPkg: Added support for AArch64 by Olivier Martin · 11 years ago
  13. c1cdcab EmbeddedPkg/PrePiLib: Fixed incorrect type casting by Andrew Fish · 11 years ago
  14. 3e8576d EmbeddedPkg/FdtLib: Updated libfdt to 1.4.0 by Olivier Martin · 11 years ago
  15. 139b577 MmcIdentification: Don't error out for SD cards by Olivier Martin · 11 years ago
  16. 9b485fd EmbeddedPkg/MmcDxe: Fix mixed EOL by Olivier Martin · 11 years ago
  17. 5c5a34d MmcDxe: Perform diagnostics specifically on the requested controller by Olivier Martin · 11 years ago
  18. b4fdedc MmcDxe: Adding eMMC support by Olivier Martin · 11 years ago
  19. 34b292f EmbeddedPkg/EmbeddedPkg.dec: Defined default values for PcdPrePiCpuMemorySize & PcdPrePiCpuIoSize by Olivier Martin · 11 years ago
  20. c8af31e MmcDxe Diagnostics: return EFI_UNSUPPORTED for Language other than english by Olivier Martin · 11 years ago
  21. 4ca3c68 EmbeddedPkg/MmcDxe: Moved all the 'Print*()' functions to MmcDebug.c by Olivier Martin · 11 years ago
  22. 8f12aa7 EmbeddedPkg/EmbeddedPkg.dsc: Fixed PCD settings by Olivier Martin · 11 years ago
  23. 9532373 EmbeddedPkg/MmcDxe: Removed redundant CMD12 calls from MMC by Olivier Martin · 11 years ago
  24. 842b02d EmbeddedPkg/MmcDxe: Update Mmc code to conform to coding standard by Olivier Martin · 11 years ago
  25. 0b342ff EmbeddedPkg/PrePiMemoryAllocationLib: Added dummy FreePages() by Olivier Martin · 12 years ago
  26. 15e277d EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype to return the set value(s) by oliviermartin · 12 years ago
  27. 16bb89c EmbeddedPkg: Remove an unused binary. by oliviermartin · 12 years ago
  28. 5ab765a EmbeddedPkg/MmcDxe: Make the driver more compliant with the UEFI specification by oliviermartin · 12 years ago
  29. 6f71161 ARM Packages: Fixed coding style and typos by oliviermartin · 12 years ago
  30. d38c35f EmbeddedPkg: Introduced a separate SerialPortExtLib library by oliviermartin · 12 years ago
  31. c9bf2a9 EmbeddedPkg/Metronome.c: Fix delay computed by WaitForTick() function. by oliviermartin · 12 years ago
  32. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  33. fc78c48 EmbeddedPkg/MmcDxe: Ensure MMC is in Identification Mode by oliviermartin · 12 years ago
  34. 7d49ced EmbeddedPkg: Introduced 'SerialPortExtLib.h' by oliviermartin · 12 years ago
  35. fa4a706 EmbeddedPkg: Added support to libfdt by oliviermartin · 12 years ago
  36. 7cb7e2a EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be complete was decreased twice. by oliviermartin · 12 years ago
  37. 260675b EmbeddedPkg/MmcDxe: Fixed typo by oliviermartin · 12 years ago
  38. 699e34a EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeeds by oliviermartin · 12 years ago
  39. 492e34a EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode() by oliviermartin · 12 years ago
  40. 0e568a7 EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCD by oliviermartin · 13 years ago
  41. 990976a EmbeddedPkg/MetronomeDxe: Replaced hardcoded Tick Period by PcdMetronomeTickPeriod by oliviermartin · 13 years ago
  42. 5817449 EmbeddedPkg/Ebl: Returned an error message when a command is not supported by oliviermartin · 13 years ago
  43. 40ab42d EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the port by oliviermartin · 13 years ago
  44. 84cf376 EDK II Packages: Added License.txt files by oliviermartin · 13 years ago
  45. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  46. 8f964e8 EmbeddedPkg/MmcDxe: Fixed XCLANG build by oliviermartin · 13 years ago
  47. 0db25cc ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, line endings) by oliviermartin · 13 years ago
  48. 48837c2 EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2 by oliviermartin · 13 years ago
  49. e7b872f EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zero by oliviermartin · 13 years ago
  50. 84c35dd EmbeddedPkg: Fix Runtime driver module type by oliviermartin · 13 years ago
  51. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  52. 5439ccd EmbeddedPkg/Ebl: Fix EBL copy file command by oliviermartin · 13 years ago
  53. 6b062a8 EmbeddedPkg/Mmc: Fixed ARMGCC build by oliviermartin · 13 years ago
  54. 6740ea7 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver by oliviermartin · 13 years ago
  55. 16d88c2 EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function by oliviermartin · 13 years ago
  56. 40842a5 EmbeddedPkg/MmcDxe: Card Presence Detect Race Condition by oliviermartin · 13 years ago
  57. 151acec ArmPkg: Fix ARMGCC build by oliviermartin · 13 years ago
  58. e093278 EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transfer by oliviermartin · 13 years ago
  59. bb0f9e9 EmbeddedPkg/MmcDxe: Fix the indexes in the response array by oliviermartin · 13 years ago
  60. 36aa561 EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD 2 High Density cards by oliviermartin · 13 years ago
  61. d8ad473 EmbeddedPkg/MmcDxe: Fix the CMD3 sequence by oliviermartin · 13 years ago
  62. 969ece7 EmbeddedPkg/MmcDxe: Improved parameters checking by oliviermartin · 13 years ago
  63. 3de9937 EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is present by oliviermartin · 13 years ago
  64. 7ca9e5a EmbeddedPkg: Fix mispellings by oliviermartin · 13 years ago
  65. a6caee6 ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() by oliviermartin · 14 years ago
  66. fb42fff ArmPlatformPkg: Fix build issues by oliviermartin · 14 years ago
  67. 7fb54d9 EmbeddedPkg: Removed unused PCD values by oliviermartin · 14 years ago
  68. d60b4c4 EmbeddedPkg/Ebl: Check if gST->ConOut has been initialized by oliviermartin · 14 years ago
  69. f6eab26 EmbeddedPkg/PrePiLib: Export HobConstructor() by oliviermartin · 14 years ago
  70. 32f718c EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPointer storage by oliviermartin · 14 years ago
  71. 6da6db1 EmbeddedPkg/PrePiLib: Remove the performance measurements from the library by oliviermartin · 14 years ago
  72. 05e48e0 EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib by oliviermartin · 14 years ago
  73. e889946 EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2) by oliviermartin · 14 years ago
  74. 5b490e7 EmbeddedPkg: Introduce PrePiMemoryAllocationLib by oliviermartin · 14 years ago
  75. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  76. e6b3b50 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call by oliviermartin · 14 years ago
  77. f65dc3b Fix bug in SerialRead returning error if no data was present. by andrewfish · 14 years ago
  78. 010bb3d EmbeddedPkg/SerialDxe: Only read Serial Port if data available by oliviermartin · 14 years ago
  79. 52721ad EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Path by oliviermartin · 14 years ago
  80. 56226bf EmbeddedPkg/SimpleTextInOutSerial: Update the cursor position by oliviermartin · 14 years ago
  81. e8e95df EmbeddedPkg/MmcDxe: Fix coding style by oliviermartin · 14 years ago
  82. b9d5fe0 EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Mode by oliviermartin · 14 years ago
  83. ce73d60 EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg by oliviermartin · 14 years ago
  84. 98790d8 EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scripts by oliviermartin · 14 years ago
  85. 20fd35d EmbeddedPkg/Ebl: Add support for env variable deletion by oliviermartin · 14 years ago
  86. fb334ef Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. by andrewfish · 14 years ago
  87. 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
  88. eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
  89. 18bd7f3 These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. by andrewfish · 14 years ago
  90. abeca79 Fix bug in LoadFv command. Don't free the buffer the file was loaded into as the DXE Core will point to it as an FV. by andrewfish · 14 years ago
  91. 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
  92. 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
  93. aaeef06 Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work with Intel (DMA is coherent no matter what you do). by andrewfish · 15 years ago
  94. 31e4a57 Fix newline at end of file issue. by andrewfish · 15 years ago
  95. 23d3998 Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link debugger into DXE core directly so you don't need a debug support. Also we are going to FIQ for debugger ctrl-c break in, so no need to hook the timer infrastructure. by andrewfish · 15 years ago
  96. 884366c Added a PCD to turn on/off probing Block IO devices to detect add/remove/change. FAT driver does not do this so if the shell does not do this you will get dir hits on an SD Card that has been removed. Default is ON. I moved this feature from device command to main command loop so it gets done after you type return before your command is processed. by andrewfish · 15 years ago
  97. 0f127da Fix gcc warning. by andrewfish · 15 years ago
  98. 6191913 Removed connect/disconnect in device command and replace with simple BlockIo readblocks to probe for media change. This relies on ReinstallProtocolInterface() calls in the BlockIo drivers to make the filesystems reload. by andrewfish · 15 years ago
  99. 208a833 Fix svn check in bug that broke CWD. Update the connect disconnect support in device command to minimize operations. by andrewfish · 15 years ago
  100. f6381f4 Remove probe for removable media from FileLib, it was getting called way too much. Now it is in the EBL shell device command. Cleanup some spacing issues in the lib code. by andrewfish · 15 years ago