Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/sos-3.10
/
EmbeddedPkg
/
Ebl
50c6a4d
EmbeddedPkg: Add EFIAPI to several Ebl functions
by Thomas Palmer
· 9 years ago
91c38d4
ARM Packages: Replace tabs by spaces for indentation
by Ronald Cron
· 10 years ago
3402aac
ARM Packages: Removed trailing spaces
by Ronald Cron
· 10 years ago
b0fdce9
ARM Packages: Fixed missing braces (the warning was disabled by GCC)
by Olivier Martin
· 11 years ago
1e57a46
ARM Packages: Fixed line endings
by oliviermartin
· 12 years ago
5817449
EmbeddedPkg/Ebl: Returned an error message when a command is not supported
by oliviermartin
· 13 years ago
11c20f4
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
by oliviermartin
· 13 years ago
5439ccd
EmbeddedPkg/Ebl: Fix EBL copy file command
by oliviermartin
· 13 years ago
7ca9e5a
EmbeddedPkg: Fix mispellings
by oliviermartin
· 13 years ago
a6caee6
ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction()
by oliviermartin
· 14 years ago
d60b4c4
EmbeddedPkg/Ebl: Check if gST->ConOut has been initialized
by oliviermartin
· 14 years ago
e6b3b50
EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call
by oliviermartin
· 14 years ago
20fd35d
EmbeddedPkg/Ebl: Add support for env variable deletion
by oliviermartin
· 14 years ago
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
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
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
0f127da
Fix gcc warning.
by andrewfish
· 15 years ago
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
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
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
0a0951e
Update FileLib to use pointer to BlockIo->Media and not a cached copy also add some code in the library init that allows removable media devices to be probed to see if a media change has happened.
by andrewfish
· 15 years ago
60274cc
Update the copyright notice format
by hhtian
· 15 years ago
56015d8
Fix typo in mfill command
by andrewfish
· 15 years ago
60428d0
Fix help command scroll issue. Also add FV space used, and free space to dir command.
by andrewfish
· 15 years ago
3575301
Change UI for dir of FV to make it less confusing.
by andrewfish
· 15 years ago
a6d7123
Update EBL to have an optional width specifier on commands. So hexdump.4 means use a width of 4 bytes.
by andrewfish
· 15 years ago
0534bb8
Remove dead command and clean up some coding style stuff.
by andrewfish
· 15 years ago
16ccac4
Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, it was inside a PCD feature flag and should have been outside of the PCD so it is in all paths.
by andrewfish
· 15 years ago
638909f
Make the Volume Name display the same name that the use needs to type. ie. replace space with _.
by andrewfish
· 15 years ago
85e385f
Added CWD to EfiFileLib. Fix some X64 warnings.
by andrewfish
· 15 years ago
fc35d13
Update mailing list to SourceForge.
by andrewfish
· 15 years ago
e70c379
Fix VS2003 cast issue
by andrewfish
· 15 years ago
6f72e28
Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it.
by andrewfish
· 15 years ago
09f8b4e
A few more header fixes
by AJFISH
· 15 years ago
2ef2b01
Adding support for BeagleBoard.
by AJFISH
· 15 years ago