- 311004b Fix ICC build break Fix some typos by qhuang8 · 15 years ago
- 44fdeb3 Fix ICC build break by qhuang8 · 15 years ago
- cded621 Add type-cast to fix build break for IA32 arch by qhuang8 · 15 years ago
- 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
- 1096a48 Update scripts to point to edk2 BaseTools now fixes have been checked in by AJFISH · 15 years ago
- 42db19a Fix gcc warning by AJFISH · 15 years ago
- e643315 Add generic CpuIoPei module that produces the CPU I/O PPU using the services of the MdePkg IoLib by mdkinney · 15 years ago
- 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
- 7c1c4dc Clean up format of comments by mdkinney · 15 years ago
- 3ea1d3e Update CpuIo2Dxe to also support IPF by mdkinney · 15 years ago
- 7a7f916 Clean up file header comments to match CPU I/O Protocol .h file. by mdkinney · 15 years ago
- 0b70a69 Clean up comments by mdkinney · 15 years ago
- 9e926b6 by jcarsey · 15 years ago
- bc230a2 Clean up function header comments to match SMM CPU I/O 2 Protocol definition in the MdePkg. by mdkinney · 15 years ago
- 2253525 Remove duplicate typedef of EFI_SMM_CPU_IO_INTERFACE by mdkinney · 15 years ago
- 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
- dbc225c Update Width check for < 0. by mdkinney · 15 years ago
- 149fb6d According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined that the size of the data being set was by klu2 · 15 years ago
- 62e797a Fix GCC build bug and add a debug library to dump load and unload commands into the RVI debugger window. by AJFISH · 15 years ago
- c11fa40 Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib API to get the PCD. by rsun3 · 15 years ago
- 9c1d98d Fix parameter checking for CPU I/O 2 Protocol on NT32 platform. by xli24 · 15 years ago
- 7e28c19 add france language support on DeviceManager of BDS. by eric_tian · 15 years ago
- a8a863a add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
- e986760 Ensure there is only one instance of Status Code PPI in system. by xli24 · 15 years ago
- 18207db add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
- c7a5da7 fixed one bug that old rsp was calculate incorrectly. by vanjeff · 15 years ago
- b1a803d Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document. by rsun3 · 15 years ago
- 8c6d73f Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document. by rsun3 · 15 years ago
- 1c738c8 When found the file according to given file name guid, PeiFfs2FvPpiFindFileByName() should break the searching loop and return success. by klu2 · 15 years ago
- 08a2901 Fix file header by mdkinney · 15 years ago
- 758fd81 Fix formatting by mdkinney · 15 years ago
- 80ae2a5 Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol by mdkinney · 15 years ago
- a5c3c54 Fix Boot Option appear twice while add a new boot option in some specific steps. by gikidy · 15 years ago
- 173eeac Add module that produces the SMM CPU I/O 2 Protocol by mdkinney · 15 years ago
- 88ab69a Put Framework SMM CPU I/O Protocol into its own .h file and add the GUID for this protocol to the DEC file. by mdkinney · 15 years ago
- 8fc71de Change SMM CPU I/O to SMM CPU I/O 2 by mdkinney · 15 years ago
- f659880 Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. by AJFISH · 15 years ago
- 66b631f Remove extra reference to SmmCpuIo.h Minor clean ups to INF by mdkinney · 15 years ago
- f4391d6 Update INF file to properly declare which PCDs must be Fixed, and update PCD usage that does not require the FixedPcdGetxx() access method. by mdkinney · 15 years ago
- 1427885 Cleanup INF file for PEI Core by mdkinney · 15 years ago
- f486871 Clean up INF. Remove dependency on CPU I/O 2 Protocol and the IntelFrameworkPkg. The dependency will be inherited in the IoLib used uses the CPU I/O 2 Protocol. by mdkinney · 15 years ago
- b149a61 Update Copyright date by mdkinney · 15 years ago
- fa7df1d Clean up MetronomeDxe INF file. This module uses the IoLib, so the dependency on the CPU I/O Protocol can be removed from this INF file. If the IoLib that layers on top of a CPU I/O Protocol is used, then the dependency will be inherited from the lib. by mdkinney · 15 years ago
- 22d1195 add blank line by jcarsey · 15 years ago
- 969c783 adding new parameter to search and replace function to allow for easy skipping of items preceded by ^ by jcarsey · 15 years ago
- 965626c Adding a Debug version of the UncachedMemoryAllocationLib that will make the PCI DMA address not match the CPU C address for a DMA buffer. The PCI DMA address will generate a page fault if accessed from the CPU. This should make it easy to debug EFI DMA code to make sure it is following the correct rules for which pointer to use. by AJFISH · 15 years ago
- 0c16f34 Minor code enhancement. by xli24 · 15 years ago
- 09f8b4e A few more header fixes by AJFISH · 15 years ago
- a957d4a More headers cleanup. by AJFISH · 15 years ago
- aeb6153 Working on adding paging to the CpuDxe driver so it can update cachablity. At this point it is coded, but untested. So this file is not yet hooked into the driver. by AJFISH · 15 years ago
- d54744c by jcarsey · 15 years ago
- 70575d1 One more header fix by AJFISH · 15 years ago
- 8bbf0f0 Fix some more headers. Add some missing library classes in .dec file and update .dsc to default to cortex ARM cpu type. by AJFISH · 15 years ago
- f45ce9d Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added a protocol to enable debugging of DMA issues. DxeCpu driver will produce and the UncachedMemoryAllocationLib can consume. by AJFISH · 15 years ago
- c2b5ca8 Need to add some extra functions to the libraries to support paging in the CpuDxe driver (still working on that). Also looks like some of the .INF file hade the token used to search replace the copyright headers and not the headers so I updated that. by AJFISH · 15 years ago
- 06dc4de Add some missing 64-bit math functions for gcc by AJFISH · 15 years ago
- 9515729 Fix the warning: Line 389, the Index of mMonthName may be -1. by tye · 15 years ago
- 49b3b3a Don't calculate the directory size and the caller of EFI_FILE protocol can calculate that for better UI. by qhuang8 · 15 years ago
- 6bacae7 ShellPkg: Rename PcdShellLibMaxPrintBufferSize to PcdShellPrintBufferSize by jljusten · 15 years ago
- da166a5 Minor code enhancement. by xli24 · 15 years ago
- b3011f4 updating comments mostly. also added some new lib functions. by jcarsey · 15 years ago
- 70b6899 Add ASSERT () to make sure the array is accessed within the limit. by tye · 15 years ago
- 77a7251 Remove unnecessary colon for @note tag. by xli24 · 15 years ago
- 67f7e37 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDp by davidhuang · 15 years ago
- d548f0a 1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its validation. by davidhuang · 15 years ago
- 8fe69f1 disable ICC compiler warning #593: variable was set but never used. by eric_tian · 15 years ago
- 6e0d639 update copyright to 2010 by lgao4 · 15 years ago
- 152f6a0 Make EdkCompatibilityPkg pass IPF build with WINDKK tool chain. by lgao4 · 15 years ago
- 1b2927d Fix typo in comment. by AJFISH · 15 years ago
- d213712 Fixed a bug in the HardwareInterrupt handler that would blow the stack if you reenable interrupts in the TimerHandler. It should be noted this happens as the TimerHandler raises and restores TPL for the timer tick used by the DXE Core. There was some work around code in the CPU driver to prevent interrupts from being enabled while handling exceptions. This has been removed. by AJFISH · 15 years ago
- 2127579 Fixed incorrect syntax for immediate HEX value. by geekboy15a · 15 years ago
- 3d49c10 Removed use of pre-initialized global data in this file as it was causing problems with UNIXGCC tool chain. by geekboy15a · 15 years ago
- bbd8fad Fix stray charcter in comment. by AJFISH · 15 years ago
- 8a4d81e Adding support for a single stack, GCC check in will follow by AJFISH · 15 years ago
- 05d612f Remove bad comment by AJFISH · 15 years ago
- db5c4f9 Update to support a single stack. GCC update will follow. by AJFISH · 15 years ago
- cc726b9 update comments by AJFISH · 15 years ago
- c22b6cd 1)Remove “Back to Previous Page'”, since it cannot go back to “Device Manager page. by vanjeff · 15 years ago
- 1ace000 Minor code enhancement. by xli24 · 15 years ago
- e285199 refine the code and add more security check. by vanjeff · 15 years ago
- 33338af Remove dependency on PCI Root Bridge I/O Protocol. This library should only layer on top of the CPU I/O Protocol. by mdkinney · 15 years ago
- 17d2c9a Coding style fix. by rsun3 · 15 years ago
- 7516c41 Correct copyright year to 2010 by lgao4 · 15 years ago
- e55e1d1 Correct copyright year to 2010 by lgao4 · 15 years ago
- 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
- ce9b1e3 Minor code enhancement. by xli24 · 15 years ago
- 75a635a Minor code enhancement. by xli24 · 15 years ago
- 4024517 Enable SetupBrowser to support multiple form class guid. by lgao4 · 15 years ago
- cb0a429 OVMF SEC: Fix VS2005 compiler warnings by jljusten · 15 years ago
- f76edcf Fix bugs in SmmBaseHelper driver. by rsun3 · 15 years ago
- 76bc52e Fix build break by mdkinney · 15 years ago
- 141815f OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT) by jljusten · 15 years ago
- d22d1f5 OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptors by jljusten · 15 years ago
- e8d1b8d OVMF Status Codes: Disable serial output, enable memory output by jljusten · 15 years ago
- 0bc7e56 OVMF: Define MDEPKG_NDEBUG to disable all debug code by default by jljusten · 15 years ago
- c1c2669 OVMF: Update OVMF FD/FV build to minimize ROM size by jljusten · 15 years ago
- 8cf01ca OVMF: Use optimized BaseMemoryLib libraries by jljusten · 15 years ago
- b474ed4 MdeModulePkg AcpiTableDxe: Fix compiler warning by jljusten · 15 years ago
- af03df8 IntelFrameworkModulePkg: SerialStatusCode output was incorrect by jljusten · 15 years ago
- 451e64b OVMF: Add SEC ExtractGuidedSection implementation by jljusten · 15 years ago