- 35a3e76 EmbeddedPkg: Added support for AArch64 by Olivier Martin · 11 years ago
- 27995cd ArmPkg: Tidy assembler code by Olivier Martin · 11 years ago
- f6c5a29 ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions. by Olivier Martin · 11 years ago
- 992a1f8 ArmPkg/ArmLib: Fix compilation error with -O3 switch by Olivier Martin · 11 years ago
- f024779 ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64 by Olivier Martin · 11 years ago
- eaa84fd ArmPkg: Replace single dead loop. by Olivier Martin · 11 years ago
- 0ff0e41 ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmLib.h by Olivier Martin · 11 years ago
- f716d7b Convert the value from 'int' to 'CHAR16' to match the type of variable in ShellProtocol.c. by Shumin Qiu · 11 years ago
- b9b77ab ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAlias by Brendan Jackman · 11 years ago
- b572d3f When exit from GetFullStringFromHiiFormPackages function, should update the PointerProgress parameter if necessary. by Eric Dong · 11 years ago
- e8c737a ShellPkg: Add missing header files by Jaben Carsey · 11 years ago
- e840822 ShellBinPkg: ARM binaries update based on 15257. by Olivier Martin · 11 years ago
- 3a8406a Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL before used. by Shumin Qiu · 11 years ago
- e27ecde Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in AdapterInformation. by Ari Zigler · 11 years ago
- e794f18 ShellBinPkg: binary update based on 15257. by Jaben Carsey · 11 years ago
- 0a6f286 ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macros by Olivier Martin · 11 years ago
- 51ad04c ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit version by Olivier Martin · 11 years ago
- b83a92b ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT. by Garrett Kirkendall · 11 years ago
- 1f9c860 edksetup.bat: Fixed corrupts CYGWIN_HOME by Olivier Martin · 11 years ago
- 7ef23d9 BaseTools: Rectify use of @ in .BAT files. by Olivier Martin · 11 years ago
- c1cdcab EmbeddedPkg/PrePiLib: Fixed incorrect type casting by Andrew Fish · 11 years ago
- 70f1d5e Check the Config access protocol before use it. by Eric Dong · 11 years ago
- 929fb3b ShellPkg: Update "ls" command to better handle "-r" parameter by Jaben Carsey · 11 years ago
- ebdddda ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxe by Olivier Martin · 11 years ago
- b082496 ArmPlatformPkg/ArmRealViewEbPkg: Added MMC support by Olivier Martin · 11 years ago
- 27c304f Update configrequest string at runtime for dynamic created question. by Eric Dong · 11 years ago
- a6c0ad8 Update the ValueChanged flag before call CHANGED callback type. by Eric Dong · 11 years ago
- da5ae56 Add flag to make UEFI run from DRAM or FLASH for FVPs by Olivier Martin · 11 years ago
- b1239a2 Set the Reset flag if user select one statement which has reset attribute and not has storage. by Eric Dong · 11 years ago
- e4c83a4 Fixed the issue in ExitBootServices() implementation to avoid the potential boot service usage after () after gCpu->DisableInterrupt (). by Gao, Liming · 11 years ago
- d5b5440 ShellPkg: refactor elimination of non-replaced environment variables by Jaben Carsey · 11 years ago
- e6f3ed4 ARM Packages: CRLF fixup by Leif Lindholm · 11 years ago
- 9401d6f ArmPkg/ArmLib: Added ArmReadMidr() by Olivier Martin · 11 years ago
- 226d557 ArmPkg/BdsLib: Removed unused MachineType argument (AArch64) by Olivier Martin · 11 years ago
- abc0e10 ArmPkg: Removed unused header 'BdsUnixLib.h' by Olivier Martin · 11 years ago
- 3e8576d EmbeddedPkg/FdtLib: Updated libfdt to 1.4.0 by Olivier Martin · 11 years ago
- e30acb4 ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleans by Olivier Martin · 11 years ago
- e645bd8 MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum' by Olivier Martin · 11 years ago
- 336c8e1 Keep highlight on the current highlight menu if form auto exit, not exit by user input. by Eric Dong · 11 years ago
- 2080f67 Add more check for PE COFF SizeOfHeader field. by jyao1 · 11 years ago
- 5dc6ab1 Set the free buffer pointer to NULL to avoid later free again. by Eric Dong · 11 years ago
- f3a14a0 Add code to check the return status for ShellReadFile and ShellWriteFile when execute the 'cp' command. by Shumin Qiu · 11 years ago
- a7563b0 Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is NULL before used. by Shumin Qiu · 11 years ago
- 892eccc Update the logic, only check the value change status for user input action, not detect the change caused by Hii driver change through SetBrowserData function. by Eric Dong · 11 years ago
- c8d54a6 Adjust date/time opcode before use it. by Eric Dong · 11 years ago
- f07ccd0 Fix several typo issues. by Elvin Li · 11 years ago
- fc4c7b3 ShellPkg: Fix changing to file system with 2 colons like "fs0::" by Jaben Carsey · 11 years ago
- ba71f79 ShellPkg: Fix uninitialized Variable error by Jaben Carsey · 11 years ago
- fe6c94d ShellPkg: InternalShellExecuteDevicePath: avoid memory leaks by Brendan Jackman · 11 years ago
- 3e2b20a ShellPkg: Make Argv[0] the full file path of the command by Brendan Jackman · 11 years ago
- da92bf8 ShellPkg: Error out when ProcessCommandLine fails by Brendan Jackman · 11 years ago
- 0477054 ShellPkg: Fixed Memory leak in UefiMain() by Brendan Jackman · 11 years ago
- 23385d6 ShellPkg: Manually parse parameters by Brendan Jackman · 11 years ago
- 1eb5cf9 ShellPkg: Prevent "set" command from updating %lasterror% by Jaben Carsey · 11 years ago
- 8a718ba MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB Device advertises in its USB configuration. by Star Zeng · 11 years ago
- 3038da1 Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupported(). by Tian, Feng · 11 years ago
- b80eed7 Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey(). by Elvin Li · 11 years ago
- 52f8e37 MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION, then parse sense data to decide which actions need to be done. by Tian, Feng · 11 years ago
- 489c314 OvmfPkg: QemuBootOrder: initialize IsFinal variable to make MSVC happy by Mauro Faccenda · 11 years ago
- 620b682 OvmfPkg/PlatformPei: Remove duplicate Xen memory map debug message by Jordan Justen · 11 years ago
- 5b05611 ShellPkg: patch to the "for" command when used with "in" iterating files in a folder. (for %x in *.txt). The result values (%x) have misplaced quotation marks and some spaces. by Leandro G. Biss Becker · 11 years ago
- 3f3659e ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changes by Olivier Martin · 11 years ago
- 139b577 MmcIdentification: Don't error out for SD cards by Olivier Martin · 11 years ago
- 80ae629 ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFI by Olivier Martin · 11 years ago
- 4e57d6d ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GB by Olivier Martin · 11 years ago
- 2818c15 OvmfPkg/PlatformPei: Add RAM for Xen in InitializeRamRegions by Jordan Justen · 11 years ago
- c034906 OvmfPkg/PlatformPei: Add InitializeRamRegions function by Jordan Justen · 11 years ago
- 4b455f7 OvmfPkg/PlatformPei: Merge Xen support into MemMapInitialization by Jordan Justen · 11 years ago
- c191a58 OvmfPkg/PlatformPei: Set PcdPciDisableBusEnumeration in InitializeXen by Jordan Justen · 11 years ago
- 18f31ad OvmfPkg/PlatformPei: Add XenPublishRamRegions by Jordan Justen · 11 years ago
- b98b494 OvmfPkg/PlatformPei: Hide Xen Leaf details by Jordan Justen · 11 years ago
- b621bb0 OvmfPkg/PlatformPei: Add mXen boolean to indicate Xen is running by Jordan Justen · 11 years ago
- 1bb6bfa edksetup.sh: Fix typo and return code by Leif Lindholm · 11 years ago
- ef9086c edksetup.sh: Code style by Jordan Justen · 11 years ago
- 8d25bed OvmfPkg/PlatformPei: Don't allocate ACPI NVS memory by Jordan Justen · 11 years ago
- c3cf8da OvmfPkg: QemuBootOrder: handle QEMU's "-boot strict=on" option by Laszlo Ersek · 11 years ago
- 869b17c OvmfPkg/PlatformPei: Move BootMode detection before mem-init by Jordan Justen · 11 years ago
- f76e9eb OvmfPkg/PlatformPei: Call PublishPeiMemory in one place by Jordan Justen · 11 years ago
- c2fcbc8 Add description information for the GUID and Library class defined in DEC file by Dong Guo · 11 years ago
- 74b7ec5 Fix ResetVectorVtf0.asm comment typo by Chen Fan · 11 years ago
- 729220e Handle command line parameter "-? -h --help" and any other. by Parmeshwr Prasad · 11 years ago
- 71c49ea Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' in 'Shell.c'. by Shumin Qiu · 11 years ago
- 7bc3ec3 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProtocol.h' and 'Ls.c'. 2. Remove the initialization of variable 'CalleeExitStatus' in function 'RunScriptFileHandle' of 'Shell.c' from its declarartion. by Shumin Qiu · 11 years ago
- 5c1e62f Fix CRLF format by Tian, Hot · 11 years ago
- f51461c Sync BaseTool trunk (version r2649) into EDKII BaseTools. by Gao, Liming · 11 years ago
- 7771be9 Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in AdapterInformation. by Shumin Qiu · 11 years ago
- 6924dbd Rollback the change 15178. by Gao, Liming · 11 years ago
- 506560e MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. by Star Zeng · 11 years ago
- 6ddc2ff ShellPkg/ShellProtocol.c: Don't put consective "\"s in file paths by Brendan Jackman · 11 years ago
- 3877d0f ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell by Brendan Jackman · 11 years ago
- 7087931 ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg by Brendan Jackman · 11 years ago
- d9c7741 ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevicePath by Brendan Jackman · 11 years ago
- 5223c12 ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.Execute by Brendan Jackman · 11 years ago
- fed3be9 ShellPkg: Refactor Print logic out of main loop function by Jaben Carsey · 11 years ago
- b0c975b Update Module BaseName to avoid the same name. Remove the unused extern C name. by Gao, Liming · 11 years ago
- 7017c26 ArmPkg/ArmLib: Fix AARCH64 page table entry filling overrun by Garrett Kirkendall · 11 years ago
- ace2876 Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
- 201edad Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
- ca4e58d Fix following problems about VLAN driver: by Fu Siyuan · 11 years ago
- f20fc99 Re-execute the failed SCSI command if iSCSI driver could reinstates the session successfully. by Fu Siyuan · 11 years ago