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