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