summaryrefslogtreecommitdiff
path: root/ShellPkg
AgeCommit message (Expand)AuthorFilesLines
2020-04-03ShellPkg: Shell package changes for RISC-V EDK2 CI.Abner Chang1-1/+2
2020-04-01ShellPkg: Fix 'ping' command Ip4 receive flow.Maciej Rabeda1-4/+5
2020-02-20ShellPkg: acpiview: Prevent infinite loop if structure length is 0Krzysztof Koch6-52/+47
2020-02-19ShellPkg: acpiview: Validate ACPI table 'Length' fieldKrzysztof Koch1-1/+19
2020-02-19ShellPkg: acpiview: Remove duplicate ACPI structure size definitionsKrzysztof Koch2-25/+5
2020-02-11ShellPkg: acpiview: DBG2: Validate global pointers before useKrzysztof Koch1-0/+43
2020-02-11ShellPkg: acpiview: GTDT: Validate global pointers before useKrzysztof Koch1-0/+37
2020-02-11ShellPkg: acpiview: IORT: Validate global pointers before useKrzysztof Koch1-0/+52
2020-02-11ShellPkg: acpiview: PPTT: Validate global pointers before useKrzysztof Koch1-0/+25
2020-02-11ShellPkg: acpiview: MADT: Validate global pointers before useKrzysztof Koch1-0/+13
2020-02-11ShellPkg: acpiview: SRAT: Validate global pointers before useKrzysztof Koch1-0/+13
2020-02-11ShellPkg: acpiview: SLIT: Validate System Locality countKrzysztof Koch1-5/+42
2020-02-11ShellPkg: acpiview: SLIT: Validate global pointer before useKrzysztof Koch1-2/+14
2020-02-11ShellPkg: acpiview: FADT: Validate global pointer before useKrzysztof Koch1-10/+11
2020-02-11ShellPkg: acpiview: RSDP: Validate global pointer before useKrzysztof Koch1-0/+12
2020-02-11ShellPkg: acpiview: Set ItemPtr to NULL for unprocessed table fieldsKrzysztof Koch1-1/+8
2020-02-11ShellPkg: Document UpdateArgcArgv returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?2-0/+3
2020-02-11ShellPkg: Document ParseCommandLineToArgs returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?2-0/+2
2020-02-11ShellPkg/UefiShellAcpiViewCommandLib: Fix FADT ParserAshish Singhal1-1/+1
2020-02-10ShellPkg/DynamicCommand: Fix various typosAntoine Coeur9-16/+16
2020-02-10ShellPkg/Application: Fix various typosAntoine Coeur16-106/+106
2020-01-15ShellPkg: acpiview: Update SRAT parser to ACPI 6.3Krzysztof Koch3-6/+252
2019-12-19ShellPkg/ShellProtocol: Return error code while fail parsing cmd-lineZhichao Gao1-1/+4
2019-12-05ShellPkg/UefiHandleParsingLib: Fix error allocate poolZhichao Gao1-4/+8
2019-12-05ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt2-2/+2
2019-12-05ShellPkg: acpiview: IORT Spec Rev D updatesSami Mujawar1-4/+9
2019-12-05ShellPkg: acpiview: Add support for parsing FACSSami Mujawar5-5/+179
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"Gao, Zhichao1-2/+2
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17Gao, Zhichao1-0/+12
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL FlexbusGao, Zhichao1-0/+8
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9Gao, Zhichao2-2/+28
2019-11-11ShellPkg: Add YAML file for CI buildsMichael D Kinney1-0/+55
2019-11-08ShellPkg/CommandLib: Use first found UC for unsupported PlatformLangMarvin H?user1-1/+5
2019-11-06ShellPkg/Shell/FileHandleWrappers.c: Add check for MemFile->BufferShenglei Zhang1-0/+7
2019-11-04ShellPkg/Ls: Return empty content for all empty foldersMarvin Haeuser1-5/+28
2019-11-04ShellPkg/Ls: Consider UEFI timezone may not be setMarvin Haeuser1-1/+1
2019-10-17ShellPkg/UefiShellDebug1CommandsLib: Update to support SmBios 3.3.0Abner Chang5-5/+100
2019-10-09ShellPkg/UefiShellLib: clarify workaround for unfixable EdkShell bugLaszlo Ersek1-2/+20
2019-10-09ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() callLaszlo Ersek1-1/+1
2019-10-09ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLELaszlo Ersek2-2/+2
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek25-33/+33
2019-10-09ShellPkg/UefiShellDriver1CommandsLib: fix parameter list typoLaszlo Ersek1-2/+2
2019-09-25ShellPkg: Unload image on EFI_SECURITY_VIOLATIONDandan Bi3-2/+29
2019-09-05ShellPkg/ShellPkg.dsc AARCH64: enable stack protectorArd Biesheuvel1-4/+1
2019-09-04ShellPkg/Pci.c: Update supported link speed to PCI5.0Gao, Zhichao1-2/+14
2019-09-03ShellPkg/CommandLib: avoid NULL derefence and memory leakHeinrich Schuchardt1-6/+14
2019-08-19ShellPkg/UefiShellDriver1CommandsLib: Make array big enoughZhichao Gao1-3/+3
2019-08-19ShellPkg/UefiShellAcpiViewCommandLib: Replace shift logical leftShenglei Zhang1-1/+1
2019-08-16ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variablesShenglei Zhang2-0/+18
2019-08-15ShellPkg/UefiShellAcpiViewCommandLib: Remove the variable "Index"Shenglei Zhang1-2/+0