Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
c352b29843007c2f70660e4023aef01e5b9ba8f5
/
ShellPkg
44890db
Refine code to make it more safely.
by ydong10
· 12 years ago
f480fdc
Fix always allocate memory issue.
by ydong10
· 12 years ago
81634bf
Fix display color error when scroll up/down the screen.
by ydong10
· 12 years ago
44c5d6b
Refine coding style.
by ydong10
· 12 years ago
99bb0f8
Fix build fail.
by ydong10
· 12 years ago
d697218
Refine the code to make it more safely.
by ydong10
· 12 years ago
3206b5e
Change Bcfg.c to use the new definition of EFI_KEY_OPTION.
by niruiyu
· 12 years ago
6a34a2e
Change Bcfg.c to use the new definition of EFI_KEY_OPTION.
by niruiyu
· 12 years ago
4ccd921
Update the "ConErr" related variable name to the new one "ErrOut".
by ydong10
· 12 years ago
36384ce
Refine get default language logic for command "drivers".
by ydong10
· 12 years ago
a7e57bd
The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly.
by ydong10
· 12 years ago
1df5c64
Fix a width count error in ClearScreen function.
by ydong10
· 12 years ago
cd0842d
Refine code to follow coding style.
by ydong10
· 12 years ago
402e4a9
Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol.
by niruiyu
· 12 years ago
c85c6de
Fix build fail for GCC
by ydong10
· 12 years ago
73c8204
Fixed issues:
by ydong10
· 12 years ago
12ea469
Roll back the change which caused build fail
by ydong10
· 12 years ago
05916c1
ShellPkg: Update string to number conversion to correctly stop at spaces if so requested.
by jcarsey
· 12 years ago
c6a7fef
Add logic to check the execution break flag before executing the next command in a script file.
by ydong10
· 12 years ago
2c46dd2
ShellPkg: update pci enumeration routine for platforms with multiple pci segments.
by jcarsey
· 13 years ago
9d8fa79
ShellPkg: Fix recursion when deleting all variables.
by ydong10
· 13 years ago
60448d9
ShellPkg: Fix en-US characters that are outside the Basic Latin character set range
by jcarsey
· 13 years ago
46cb404
ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.
by jcarsey
· 13 years ago
6398b08
ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers.
by jcarsey
· 13 years ago
41cf3e4
ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces that do not pass control key modifiers (like SimpleTextInOutSerial)
by jcarsey
· 13 years ago
64c7a74
Enable print error info when execute the application.
by ydong10
· 13 years ago
ea4fe84
Update comments in DmpStore.c to be more suitable.
by lzeng14
· 13 years ago
8d30000
Enhance code to more safely and follow coding style.
by ydong10
· 13 years ago
bff8c6f
Update copyright format
by hhtian
· 13 years ago
035da67
Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec.
by lzeng14
· 13 years ago
5559a41
ShellPkg: hide flashing cursor during startup.
by jcarsey
· 13 years ago
5513af6
ShellPkg: removed memory leak.
by jcarsey
· 13 years ago
ea4ee7a
EDK II Packages: Add Contributions.txt and License.txt files
by jljusten
· 13 years ago
06c355b
correct removal of commit 12951.
by jcarsey
· 13 years ago
187cb3d
Add SMBIOS 2.7.1 support to SmbiosView command.
by lzeng14
· 13 years ago
94020bb
Improve robustness when scanning PCI Option ROM.
by rsun3
· 13 years ago
50b43b1
ShellPkg: Fix ICC11 build failure.
by jcarsey
· 13 years ago
287b4d3
ShellPkg: Fix ICC11 build failure.
by jcarsey
· 13 years ago
74fa83f
ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or ".." directory.
by jcarsey
· 13 years ago
3bbe68a
Add Missing invocations to VA_END() for VA_START().
by rsun3
· 13 years ago
4641e70
Fix type 19 print to match SBMIOS 2.7.
by andrewfish
· 13 years ago
eefe286
ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output.
by jcarsey
· 13 years ago
94753eb
Fix clang compiler warning.
by andrewfish
· 13 years ago
8bb7441
ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen.
by jcarsey
· 13 years ago
479f85b
ShellPkg: add more parenthesis to bcfg command.
by jcarsey
· 13 years ago
f9aefb6
ShellPkg: fix redirection file parsing to allow spaces before filename.
by jcarsey
· 13 years ago
cff7bff
ShellPkg: Add support for adding optional data to the bcfg command in debug profile.
by jcarsey
· 13 years ago
49bd498
ShellPkg: parameters with spaces need quotes.
by jcarsey
· 13 years ago
e1d996b
ShellPkg: Add support for adding optional data to the bcfg command.
by jcarsey
· 13 years ago
28d9031
ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1.
by jcarsey
· 13 years ago
a32980d
ShellPkg: Fix rm CWD protection to be better at catching similarly named directories.
by jcarsey
· 13 years ago
ecfd71a
ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prevent immediate release of the pause.
by jcarsey
· 13 years ago
a7224ee
ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate the condition when found.
by jcarsey
· 13 years ago
f0b0e73
ShellPkg: Propagate verbose flag down so it can be used in all DH command use cases.
by jcarsey
· 13 years ago
f4f3c6b
ShellPkg: Add dump information for PCI Root Bridge IO protocol.
by jcarsey
· 13 years ago
dee3431
ShellPkg: Add protocols / protocol GUIDs to display and input mapping.
by jcarsey
· 13 years ago
344b16e
ShellPkg: fix copyright date.
by jcarsey
· 13 years ago
b471606
ShellPkg: fix For command parsing list of values.
by jcarsey
· 13 years ago
d8fdd52
ShellPkg: Fix swapping of reset behavior.
by jcarsey
· 13 years ago
8fcf74a
ShellPkg: print error when column index is out of range instead of ASSERT.
by jcarsey
· 13 years ago
1921657
ShellPkg: fix Pipe usage verification.
by jcarsey
· 13 years ago
b714ecb
ShellPkg: Updated version number.
by geekboy15a
· 13 years ago
8f04ca1
ShellPkg: Fix "-b" usage with timezone command.
by jcarsey
· 13 years ago
2e5c97e
ShellPkg: Fix handling of empty files in Hexedit
by jcarsey
· 13 years ago
0d11446
ShellPkg: Updates the printing of echo for script commands to after the @ checking.
by jcarsey
· 13 years ago
73c83c6
ShellPkg: Correct incorrect use of sizeof to use macro for EFI_FILE_INFO size.
by jcarsey
· 13 years ago
2d3759d
ShellPkg: Update the ‘for’ command to check number length correctly with trailing spaces.
by jcarsey
· 13 years ago
37d5c6e
Update comment for function header.
by ydong10
· 13 years ago
b0934ac
ShellPkg: Update comments for functions to clarify buffer origin.
by darylm503
· 13 years ago
031acf6
Shellpkg: Add support for filenames with spaces.
by jcarsey
· 13 years ago
d16efca
Shellpkg: Add support for filenames with spaces.
by jcarsey
· 13 years ago
3372840
ShellPkg: swap warm and cold to get the default correct for Reset command.
by jcarsey
· 13 years ago
96962f0
Fix a typo when check the return value
by ydong10
· 13 years ago
d6c06dd
Fix a code typo. Signed-off-by: ydong10
by ydong10
· 13 years ago
c8c2259
ShellPkg: Add checking for memory allocation and pointer returns from functions.
by jcarsey
· 13 years ago
532691c
ShellPkg: Add checking for memory allocation and pointer returns from functions.
by jcarsey
· 13 years ago
cf6a8f1
ShellPkg: Set CRC value whenever changing a system table.
by jcarsey
· 13 years ago
7a95efd
SShellPkg: updating order of cast and addressing of a pointer (2 identical places).
by jcarsey
· 13 years ago
0c1950b
Check the pointer before use it to avoid potential access violation.
by ydong10
· 13 years ago
4d10ab7
ShellPkg: Add checks for NULL pointers.
by jcarsey
· 13 years ago
ecae511
ShellPkg: Add checks for NULL pointers.
by jcarsey
· 13 years ago
beab0fc
ShellPkg: Verify memory allocations without ASSERT.
by jcarsey
· 13 years ago
02a758c
Add pointer check for NULL before dereference it.
by sfu5
· 13 years ago
bca163f
Clean up the private GUID definition in module Level.
by lgao4
· 13 years ago
eca218a
ShellPkg: Verify DevicePathToText was successful before using the resultant pointer.
by jcarsey
· 13 years ago
1fc3749
ShellPkg: fix support for "\" (or "\.") meaning root of drive.
by jcarsey
· 13 years ago
f62f07e
Refine code to follow coding style.
by ydong10
· 13 years ago
7929788
ShellPkg: Update revision info.
by jcarsey
· 13 years ago
f912597
ShellPkg: Fix concatenation on full device paths.
by jcarsey
· 13 years ago
b6b22b1
ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform.
by jcarsey
· 13 years ago
0f87f73
ShellPkg: Add missing function descriptor comment.
by jcarsey
· 13 years ago
6a5aa4d
ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable.
by jcarsey
· 13 years ago
a0cd353
ShellPkg: allow for mm command to properly write PCIe in non-interactive mode.
by jcarsey
· 13 years ago
4ff7e37
Refine comments and two code style.
by ydong10
· 13 years ago
5d46f17
ShellPkg: fix ShellPrint-functions to allow for escape character to prevent attribute changes.
by jcarsey
· 13 years ago
d159ab9
ShellPkg: fix build error when converting INTN to INT32.
by jcarsey
· 13 years ago
382e78c
ShellPkg: bug fix for edit search/replace function
by jcarsey
· 13 years ago
848997b
This adds support for @ prefixed commands in script files.
by jcarsey
· 13 years ago
573d7e4
remove CatSPrint from ShellPkg.
by jcarsey
· 13 years ago
1e2b43f
ShellPkg: Added the Ctrl based hot key for hexedit
by jcarsey
· 13 years ago
Next »