Age | Commit message (Expand) | Author |
2010-09-09 | These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. | andrewfish |
2010-08-12 | Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ... | andrewfish |
2010-07-23 | Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ... | andrewfish |
2010-05-28 | NullDmaLib:DmaMap() function needs to return valid DeviceAddress. | andrewfish |
2010-05-28 | Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w... | andrewfish |
2010-05-18 | Fix newline at end of file issue. | andrewfish |
2010-05-18 | Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ... | andrewfish |
2010-05-11 | Added a PCD to turn on/off probing Block IO devices to detect add/remove/chan... | andrewfish |
2010-05-08 | Fix gcc warning. | andrewfish |
2010-05-08 | Removed connect/disconnect in device command and replace with simple BlockIo ... | andrewfish |
2010-05-07 | Fix svn check in bug that broke CWD. Update the connect disconnect support in... | andrewfish |
2010-05-04 | Remove probe for removable media from FileLib, it was getting called way too ... | andrewfish |
2010-04-30 | Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad... | andrewfish |
2010-04-29 | Update the copyright notice format | hhtian |
2010-04-21 | Fixup Embedded Package PCD names | andrewfish |
2010-04-21 | Clean up using FIQ as ctrl-c checker so you can break in from the debugger. | andrewfish |
2010-04-13 | Add supported for performance libraries. | andrewfish |
2010-04-03 | Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low le... | andrewfish |
2010-04-03 | Add Current working directory support to the library | andrewfish |
2010-02-25 | Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. R... | andrewfish |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten |
2010-02-17 | Fix case bug. | andrewfish |
2010-02-16 | Fix typo in mfill command | andrewfish |
2010-02-15 | Cleanup SerailIO drivers to have a device path and use PCD settings for vario... | andrewfish |
2010-02-12 | Fix help command scroll issue. Also add FV space used, and free space to dir ... | andrewfish |
2010-02-12 | Change UI for dir of FV to make it less confusing. | andrewfish |
2010-02-11 | Add support for Seeking on FV, and update the device syntax to support specif... | andrewfish |
2010-02-11 | Fix issue with making a seek to zero on an FV file legal. | andrewfish |
2010-02-10 | Update EBL to have an optional width specifier on commands. So hexdump.4 mean... | andrewfish |
2010-02-10 | Remove dead command and clean up some coding style stuff. | andrewfish |
2010-02-10 | The VOLUME name case did not reserve enough storage in the CWD function. | andrewfish |
2010-02-10 | Fix issue with VOLUMN Name as an alias for device name. | andrewfish |
2010-02-10 | Needed to fix defaulting / to be \ as it is required by EFI Simple File System. | andrewfish |
2010-02-10 | Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, i... | andrewfish |
2010-02-09 | Make the Volume Name display the same name that the use needs to type. ie. re... | andrewfish |
2010-02-07 | Added CWD to EfiFileLib. Fix some X64 warnings. | andrewfish |
2010-01-31 | Update mailing list to SourceForge. | andrewfish |
2010-01-31 | Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently... | andrewfish |
2010-01-31 | Rmove info files | andrewfish |
2010-01-31 | Remove info files | andrewfish |
2010-01-30 | Adding some new libraries to experiment with size reduction. Trying not to du... | andrewfish |
2010-01-30 | Change name | andrewfish |
2010-01-30 | Fix name | andrewfish |
2010-01-30 | Change name to remove Template | andrewfish |
2010-01-30 | Remove Template stuff and teach people with BeagleBoard | andrewfish |
2010-01-30 | Fix VS2003 cast issue | andrewfish |
2010-01-30 | Fix VS2003 cast | andrewfish |
2010-01-30 | Fix some VS2003 warnings | andrewfish |
2010-01-27 | Added a library for the default exception handler and started to add a dissas... | andrewfish |
2010-01-17 | Fix RVCT compiler warnings, and a bug in the GdbStub | AJFISH |