- 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
- a3deae0 Fix the build warning of potential uninitialized variable of "SizeOfHeaders". by qhuang8 · 15 years ago
- 04bb678 MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to return different values for two situations - a. The Input string doesn’t contain the prefix length; b. The prefix length contains prefix length and the prefix length is zero. by qianouyang · 15 years ago
- 337661b Add BdsLibUserIdentify API in GenericBdsLib by gdong1 · 15 years ago
- 7d6cdbc 1. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223 byte name plus one NULL-terminator. by tye1 · 15 years ago
- d2f9134 Fix a bug in HII thunk that ThunkCallback does not support callback for a text tag with interactive flag in a Framework form. by rsun3 · 15 years ago
- fa6d3ee Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFTP, and take it as BlockSize to download. by ljin6 · 15 years ago
- 9f7d5b4 Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better. by li-elvin · 15 years ago
- 3507ab1 Update SMBIOS.h to SMBIOS 2.6.1 version. by li-elvin · 15 years ago
- a0720bb Add missing dependency expression for some library instances in MdePkg by qhuang8 · 15 years ago
- 9fddf05 Remove extra #Include by mdkinney · 15 years ago
- da85ce1 Added new file. by andrewfish · 15 years ago
- fc35d13 Update mailing list to SourceForge. by andrewfish · 15 years ago
- ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
- 3370d33 Rmove info files by andrewfish · 15 years ago
- a815afa Remove info files by andrewfish · 15 years ago
- e303288 Remove obsolete comment and drive --thumb from here. by andrewfish · 15 years ago
- cfbd0c5 Default to Cortex ARM CPU type to match UEFI specification. Drive thumb from ARCHCC flags. by andrewfish · 15 years ago
- 7e1ae73 Remove out of date comment and fix gcc warning. by andrewfish · 15 years ago
- 607a0df Adding some new libraries to experiment with size reduction. Trying not to duplicate big code chunks in SEC with stuff compressed in FV. by andrewfish · 15 years ago
- 47d5cc9 Changed name of Metronome driver. by andrewfish · 15 years ago
- bdfd135 Change name by andrewfish · 15 years ago
- 50aa03f Fix name by andrewfish · 15 years ago
- e4dbec7 Change name to remove Template by andrewfish · 15 years ago
- 76a689b Remove Template stuff and teach people with BeagleBoard by andrewfish · 15 years ago
- e70c379 Fix VS2003 cast issue by andrewfish · 15 years ago
- 33e4913 Fix VS2003 cast by andrewfish · 15 years ago
- ab2a68f Fix some VS2003 warnings by andrewfish · 15 years ago