- eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
- 18bd7f3 These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. 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
- 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
- 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
- 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
- 31e4a57 Fix newline at end of file issue. by andrewfish · 15 years ago
- 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
- 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
- 6f6e059 Fixup Embedded Package PCD names by andrewfish · 15 years ago
- bb5127a Clean up using FIQ as ctrl-c checker so you can break in from the debugger. by andrewfish · 15 years ago
- 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
- 969eba7 Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low level interrupt code yet. I've been testing on ARM. by andrewfish · 15 years ago
- 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
- 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 3cfc857 Fix case bug. by andrewfish · 15 years ago
- 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
- 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. 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
- 875c883 Add support for Seeking on FV, and update the device syntax to support specifying which section of the FV file you want to operate on, previously the only option was to operate on the Raw file. by andrewfish · 15 years ago
- 127fd07 Fix issue with making a seek to zero on an FV file legal. 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
- 9c0ce9f The VOLUME name case did not reserve enough storage in the CWD function. by andrewfish · 15 years ago
- 37e0f9a Fix issue with VOLUMN Name as an alias for device name. by andrewfish · 15 years ago
- e83c843 Needed to fix defaulting / to be \ as it is required by EFI Simple File System. 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
- ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
- 3370d33 Rmove info files by andrewfish · 15 years ago
- a815afa Remove info files by andrewfish · 15 years ago
- 607a0df Adding some new libraries to experiment with size reduction. Trying not to duplicate big code chunks in SEC with stuff compressed in FV. by andrewfish · 15 years ago
- bdfd135 Change name by andrewfish · 15 years ago
- 50aa03f Fix name by andrewfish · 15 years ago
- e4dbec7 Change name to remove Template by andrewfish · 15 years ago
- 76a689b Remove Template stuff and teach people with BeagleBoard by andrewfish · 15 years ago
- e70c379 Fix VS2003 cast issue by andrewfish · 15 years ago
- 33e4913 Fix VS2003 cast by andrewfish · 15 years ago
- ab2a68f Fix some VS2003 warnings 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
- 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
- 09f8b4e A few more header fixes by AJFISH · 15 years ago
- cc726b9 update comments by AJFISH · 15 years ago
- 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago