- 112af42 Remove constructor from this library. This library already has SMM CPU I/O 2 in its [Depex], so any module using this library will not be dispatched until the SMM CPU I/O 2 Protocol is installed into the SMM handle database and also copied into the SMM Services Table. by mdkinney · 15 years ago
- 58b23d9 Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWriteCr0() and AsmWbinvd() calls by mdkinney · 15 years ago
- 0803854 Update DXE Core to be compatible with PI 1.2 SMM Drivers. by mdkinney · 15 years ago
- 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
- 135ec2d Update UNDI driver to expose dynamic media detect capability. by xdu2 · 15 years ago
- c777c35 Update SnpDxe to support dynamic media detect. by xdu2 · 15 years ago
- 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
- 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
- 875c883 Add support for Seeking on FV, and update the device syntax to support specifying which section of the FV file you want to operate on, previously the only option was to operate on the Raw file. by andrewfish · 15 years ago
- 6ac15f7 Support HII VOID* dynamic/dynamicEx type PCD. by klu2 · 15 years ago
- 6ddd3af Update HiiDataBase to make sure that the installed StringPackages contains the same number string ID. by lgao4 · 15 years ago
- 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
- e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
- b3b1a4c The fix is for EFI Linux capsule test case can not run. by li-elvin · 15 years ago
- 97c7478 GraphicsOutputBlt() need judge parameter by klu2 · 15 years ago
- 20ead72 Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more than one time. The fixing is search dispatched Fv database and cached unknown Fv information for all Fv in FvHob, if Fv has been identified by PeiCore, then no need install FvInfoPpi for it again. by klu2 · 15 years ago
- 6635217 Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded more than once. Only the first instance will support source level debug. by mdkinney · 15 years ago
- 0628eb2 Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. by mdkinney · 15 years ago
- b07a5b6 Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
- 736c5dd Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
- 127fd07 Fix issue with making a seek to zero on an FV file legal. by andrewfish · 15 years ago
- ea02100 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout event. by erictian · 15 years ago
- 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
- 548dda8 Support Name/Value Storage in UEFI2.1 HII driver. by lgao4 · 15 years ago
- 38ebfec Add example of Name/Value pair var store to DriverSample by lgao4 · 15 years ago
- a6d7123 Update EBL to have an optional width specifier on commands. So hexdump.4 means use a width of 4 bytes. by andrewfish · 15 years ago
- f1569a9 Only ment to add support to build and launch Ebl shell, not switch over to it. Undo the switch. by andrewfish · 15 years ago
- 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
- 9c0ce9f The VOLUME name case did not reserve enough storage in the CWD function. by andrewfish · 15 years ago
- 37e0f9a Fix issue with VOLUMN Name as an alias for device name. by andrewfish · 15 years ago
- 6640eb3 UefiCpuPkg/CpuDxe: Fix build error by jljusten · 15 years ago
- e518b40 UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coverage by jljusten · 15 years ago
- 3e6374d UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency by jljusten · 15 years ago
- fb03ca1 Per Framework SMM CIS spec, SMM Base Protocol.Communicate() is availabe in runtime. In SmmBaseOnSmmBase2Thunk driver, implementation of Communicate() uses SMM Communication Protocol. The thunk driver caches a pointer to SMM Communication Protocol. This pointer needs to be converted on Virtual Address Change Event. by rsun3 · 15 years ago
- 0cf27ce a)Save and disable CPU interrupt before calling AsmWriteIdtr(). by vanjeff · 15 years ago
- 852081f revise the debug message to add 0x in front of the HEX number for consistency by jchen20 · 15 years ago
- d7c0e60 Fix ICC build break by do data conversion. by lgao4 · 15 years ago
- 19796be Leverages SMM Status Code Protocol, instead of OemHookStatusCodeLib. by xli24 · 15 years ago
- 787ef90 Add device path DXE driver in Duet FDF file to compliant with UEFI. by klu2 · 15 years ago
- 883b666 Clean up UncachedMemoryAllocationLib to use CPU AP. by andrewfish · 15 years ago
- e83c843 Needed to fix defaulting / to be \ as it is required by EFI Simple File System. by andrewfish · 15 years ago
- 16ccac4 Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, it was inside a PCD feature flag and should have been outside of the PCD so it is in all paths. by andrewfish · 15 years ago
- 99ff63c change the GetPcd64 to FixedGetPcd64 to pass ECC by jchen20 · 15 years ago
- ea99e00 a)Save and disable CPU interrupt before calling AsmWriteIdtr(). by vanjeff · 15 years ago
- 9612f0c Add license header by klu2 · 15 years ago
- d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
- 995c594 Correct BlockSize when call ConfigToBlock API. by lgao4 · 15 years ago
- 638909f Make the Volume Name display the same name that the use needs to type. ie. replace space with _. by andrewfish · 15 years ago
- 77dfa7c Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in source code. by qhuang8 · 15 years ago
- 5b19df7 Add the missing BDS license header. by lgao4 · 15 years ago
- 853adef format uniform: move tab to blank. by erictian · 15 years ago
- 86c8520 Add EBC driver to Duet platform so that EBC option ROM can get dispatched. by niruiyu · 15 years ago
- f430c77 Roll back to ECC previous stable version. by jlin16 · 15 years ago
- 96e6b8e Update ECC predicate expression checks for brace-quoted and boolean pointer variables. by jlin16 · 15 years ago
- 58125fb Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installation debug message in PeiCore. by qhuang8 · 15 years ago
- ebfb7bb modified to pass the VS2003 build by jchen20 · 15 years ago
- 07341a3 Assume Tick value 1 as the beginning time of boot. by jgong5 · 15 years ago
- 85e385f Added CWD to EfiFileLib. Fix some X64 warnings. by andrewfish · 15 years ago
- 3ba736f Revert incompatible change: by jyao1 · 15 years ago
- 3aa4215 Update so Windows build works like Cygwin buid by andrewfish · 15 years ago
- e18fa16 modified to pass the ICC build by jchen20 · 15 years ago
- 8a90a5a revise the comments style by jchen20 · 15 years ago
- 54ea99a Enable the Load Module At fixed Address feature by jchen20 · 15 years ago
- f3198cb Update input of disasmembler to support IfThen construct. Add prototype dos script to build BeagleBoard. by andrewfish · 15 years ago
- 3b9be41 Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR enabled, and 10 in latest Corei7. by jyao1 · 15 years ago
- 1b2bf3c Add some security check. by xdu2 · 15 years ago
- f9ec2f0 Fix two incorrect PCD token number in IntelFrameworkModulePkg by qhuang8 · 15 years ago
- fef5272 More disasm work. by andrewfish · 15 years ago
- 5e24f37 Fix ICC build break by qhuang8 · 15 years ago
- 32e9da0 Fix the bug that the wrong classguid is compared. by lgao4 · 15 years ago
- d60c5b3 remove unreasonable package dependency relationship. by erictian · 15 years ago
- b5a144e Performance.c in GenericBdsLib is updated not to filter log entries that don’t contain DXE handles. by jgong5 · 15 years ago
- 087e13c Enable PEI core to differentiate PEIMs in performance log by passing PEIM file handles by jgong5 · 15 years ago
- c5c902d More updated by andrewfish · 15 years ago
- c639c2d Fix GCC warnings by andrewfish · 15 years ago
- eeb7892 Cleanup to match MdePkg cleanups. More progress on ARM disassembler. by andrewfish · 15 years ago
- 334f978 adding prompting to library header by jcarsey · 15 years ago
- c9d92df k8 fixes and moving prompting for responses into this file. by jcarsey · 15 years ago
- 91876ff remove unnecessary PCD usage by jcarsey · 15 years ago
- 55a503b Minor code refinement. by xli24 · 15 years ago
- dd29f3e For network dynamic media support: by xdu2 · 15 years ago
- e51e619 For network dynamic media detect support: invoke Snp->GetStatus() before use Snp->Mode->MediaPresent. Upon successful return of Snp->GetStatus(), the Snp->Mode->MediaPresent will be updated to indicate the latest media status. by xdu2 · 15 years ago
- c5c3e7e Add EFI_NO_MEDIA status code to network APIs. by xdu2 · 15 years ago
- b32fecd Added Thumb2 loads and stores to Disassmebler by andrewfish · 15 years ago
- cdfe0fa Remove the duplicate protocol header files in IntelFrameworkPkg. Modules that using SMM status code protocol should use MdePkg/Include/SmmStatusCode.h instead. by qhuang8 · 15 years ago
- ca142c9 Remove the unnecessary header files inclusion. by qhuang8 · 15 years ago
- c7ed09e Fix thumb2 Branch instruction in disassembler by andrewfish · 15 years ago
- d79d2cd Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing local reset vector files. by geekboy15a · 15 years ago
- bc252e8 Adding files from OvmfPkg to common location. This is so multiple packages can use pre-built reset vector code. by geekboy15a · 15 years ago
- 0bf47d3 1. add error handling in case DHCP success but boot request fail by xdu2 · 15 years ago
- 7c34497 More progress on the disassebler lib by andrewfish · 15 years ago
- 7784490 Fix some disasm issues by andrewfish · 15 years ago
- 5ee9264 wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG. by erictian · 15 years ago
- d228526 Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D. by lgao4 · 15 years ago
- 158bb28 Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has been updated to new one in UEFI2.1D. by lgao4 · 15 years ago
- d10a41e when remaining device path is not NULL, check if it's the device managed by bus driver. by erictian · 15 years ago
- f9f937d Move ARM disassembler into a library and out of the exception handler. Add a hook to call the lib from a platform specific EBL command on BeagleBoard. by andrewfish · 15 years ago
- 097bd46 Move ARM disassembler into a library. by andrewfish · 15 years ago
- cb6cb44 Minor update to fix typos and update the file to use \r\n as end of line by qhuang8 · 15 years ago
- 7e35214 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago