- bf586ab Fix Xcode bug in template 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
- 3b66da9 Add in commented out hooks for Shell and FatPkg. by andrewfish · 15 years ago
- 2a8ecdd Fix issue where the script assumed tools are in Bin, but they are still in BinWrappers with binaries in bin dir for all architectures. Make both schemes work. by andrewfish · 15 years ago
- d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
- 948cecf Clean up MtrrLib to remove unnecessary package dependency by qhuang8 · 15 years ago
- 414bdfb Print the warning information for the image without relocation only when load it into memory. by lgao4 · 15 years ago
- 6ea8e37 Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definitions by qhuang8 · 15 years ago
- a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
- 2d36815 Fix incorrect Edk revision number in last commit by qhuang8 · 15 years ago
- c311788 Add change log for the incompatible changes in MdePkg in Edk r9817. by qhuang8 · 15 years ago
- 4777d7f Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-8 spec in MdePkg by qhuang8 · 15 years ago
- dff2673 Set correct workspace when workspace is not set. by lgao4 · 15 years ago
- 2e76dc7 Remove ASSERT() to make AllocatePool() service match PI spec. by klu2 · 15 years ago
- d27bd9e Clear EFI_SOURCE and EDK_SOURCE environment when workspace is changed. by lgao4 · 15 years ago
- ba9978c fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
- 2f73ba8 fix the typo error for the name of BootScriptSaveOnS3SaveStateThunk thunk driver by jchen20 · 15 years ago
- ac255da fix copyright and license block and fix a size issue. by jcarsey · 15 years ago
- 1e6e84c fixed license header / copyright date on all files. by jcarsey · 15 years ago
- b4d856a Fix the issue that accessing for unaligned address break IPF by klu2 · 15 years ago
- 52cbe44 Add BootScriptSaveOnS3SaveStateTunk thunk driver to Integrated S3 thunk code. . by jchen20 · 15 years ago
- 5d2311b Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type from [PcdsFeatureFlag.IA32] to [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64] by jchen20 · 15 years ago
- 00b0796 Fix typo in Monotonic Counter GUID macro name by qhuang8 · 15 years ago
- 7490e2b GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() returns NULL because it is possible for BdsLibVariableToOption() to return NULL if the boot option variable does not exist or the boot option is not active. by rsun3 · 15 years ago
- 052019e Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect the RFC1700 real value: In RFC1700, UDP value is 17 while TCP value is 6. by qhuang8 · 15 years ago
- 9b6f044 Update according to two review comments: by tye1 · 15 years ago
- 6e19836 Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE over IPv6. by tye1 · 15 years ago
- 323c8a9 Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp message. by tye1 · 15 years ago
- 9899d8b Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error message if user wants. by tye1 · 15 years ago
- a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
- e4ef003 Add StrToIp functions to NetLib. by tye1 · 15 years ago
- fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
- 341a658 Correct PeiCore not dispatch the register for shadow image without relocation. by lgao4 · 15 years ago
- f13321c SMM driver should link UefiRuntimeLib. by hhtian · 15 years ago
- e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
- 1ccdbf2 Improve coding style in MdeModulePkg. by rsun3 · 15 years ago
- cd730ec Minor code enhancement. by gikidy · 15 years ago
- 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
- d4f167a Missed a fix in the Cpu Driver. Added some more debug for Execption handling and clean up some uncached stuff. by AJFISH · 15 years ago
- f4d7c87 Seems the BiosVideo thunk does not work recently, temporary disable it. by klu2 · 15 years ago
- 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
- 79b9790 Minor update to move array into function to dead strip better on release builds by AJFISH · 15 years ago
- 235605b Updated ARM Exception handler to print out text values for CPSR register by AJFISH · 15 years ago
- 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
- bfd4a3f Update PeiLoadFilePpi produced by PeiCore to load only images with relocation into memory. by lgao4 · 15 years ago
- aa75dfe Fix some coding style issues in MdeModulePkg. by rsun3 · 15 years ago
- 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
- bde6776 Remove the duplicated definitions between Framework AcpiSupport and PI AcpiSystemDescriptionTable. by lgao4 · 15 years ago
- 89b11f0 Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 by lgao4 · 15 years ago
- 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