- 091bb71 InstallOpROM in CSM driver could be enhanced to start video when RomImage is passed in directly. by li-elvin · 13 years ago
- befbc4f Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in CSM module. by li-elvin · 13 years ago
- 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 0e9b25c Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
- 16adc27 Add RomImage pointer NULL check. by li-elvin · 13 years ago
- a1f7e1e The ParentDevicePath is not initialized when error happened and went to Done. So the ParentDevicePath is moved to the beginning of Start (). by li-elvin · 13 years ago
- 378175d Add PCD for 1G page table by jyao1 · 13 years ago
- 54d3b84 Correct 1G page table generation. by jyao1 · 13 years ago
- e24fc10 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
- a1cfbf8 Update the BDS UI to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
- 0d0bbc9 Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc/SysRq are both pressed, when Ctrl and Pause/Break are both pressed. by niruiyu · 13 years ago
- 02317fc Remove useless pointer check. by ydong10 · 13 years ago
- 83a5219 Fix build error. by jyao1 · 13 years ago
- c56b656 Use CPU_HOB to detect max address support from platform, and added 1G page table support. by jyao1 · 13 years ago
- 8a30d78 Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. PS2 keyboard driver should consume all bytes of scan code for PAUSE key. by vanjeff · 13 years ago
- a3b4eb2 Check the pointer before use it. by ydong10 · 13 years ago
- cf7958f IntelFrameworkModulePkg: Add DxeCapsuleLib by jljusten · 13 years ago
- 5025be3 Add error debug information for capsule processing in Bds. by li-elvin · 13 years ago
- b2824a8 IntelFrameworkModulePkg: Add UpdateDriverDxe driver by jljusten · 13 years ago
- c2df8e1 IntelFrameworkModulePkg: Add FwVolDxe driver by jljusten · 13 years ago
- 1b5592b Check the pointer before use it. by ydong10 · 13 years ago
- 13d4af6 IntelFrameworkModulePkg: Add AcpiS3SaveDxe driver by jljusten · 13 years ago
- f767f99 Update CSM module to provide the general solution when the Timer Arch Protocol is not 8254 timer. CSM module should set 8254 timer to 54ms for the execution in real mode. by li-elvin · 13 years ago
- 88d20ad MdeModulePkg, IntelFramworkModulePkg: Add S3 PCDs by jljusten · 13 years ago
- 8a96515 IntelFrameworkModulePkg: Add AcpiSupportDxe driver by jljusten · 13 years ago
- 79b7a6a IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status code for OS Loader Load and OS Loader Start. by xdu2 · 13 years ago
- f6c014f Add a PcdPs2KbdExtendedVerification to let user to choose whether extend reset for keyboard driver in start (). Add more debug information in the driver. by li-elvin · 13 years ago
- ef94958 Raise TPL to prevent the BlockIo instance for USB device is removed during the locating the instance and using it. by niruiyu · 13 years ago
- 47a43df Remove the code added originally to restore 8254 timer to 54ms. by li-elvin · 13 years ago
- 7dad86f Print PCI Interrupt Line/Interrupt Pin registers before booting legacy OS. by niruiyu · 13 years ago
- c5493c5 Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Function 42H returning data boundary error (09H). by li-elvin · 13 years ago
- 3c28a72 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
- af00cab Put free the buffer GraphicsOutput.Mode in correct place. by li-elvin · 13 years ago
- 1261fe2 Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for better modularity: IntelFrameworkModulePkg\Include\Guid\AcpiVariableCompatibility.h, by rsun3 · 13 years ago
- 664e368 IntelFrameworkModulePkg: Add ExitPmAuth protocol definition by jljusten · 13 years ago
- 0c9f676 Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
- a97a859 Enhance BDS to avoid the additional reset when the platform pre-allocated memory is large enough. by niruiyu · 14 years ago
- c2d9a4d Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
- 889a4bc Fix the BDS to show UEFI hard drive boot option as "EFI Hard Drive" instead of "EFI DVD/CDROM" by niruiyu · 14 years ago
- 9972247 Add the support for Boot Option with all 0xff USB class Device Path. by qianouyang · 14 years ago
- 92d4b03 IntelFrameworkModulePkg: Add PalLib library class mapping by jljusten · 14 years ago
- 5817d50 IntelFrameworkModulePkg: Fix clang compielr warning. by andrewfish · 14 years ago
- bcecde1 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers by jljusten · 14 years ago
- 070fba6 IntelFrameworkModulePkg: Add Guid/AcpiVariable.h by jljusten · 14 years ago
- f6bd066 Refine code to follow coding style. by ydong10 · 14 years ago
- d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago
- f6079c7 IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition by jljusten · 14 years ago
- 63b3061 Add return status check for SetVariable. by niruiyu · 14 years ago
- 701e17e Update the comments to describe the purpose of Removable array. by niruiyu · 14 years ago
- 35bc0e9 Originally BDS only creates boot options for removable media, the patch creates boot options for fixed media as well. by niruiyu · 14 years ago
- 4bb5fd6 Add more status code in drivers. by li-elvin · 14 years ago
- d88f86f Refine all R9 call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
- e812318 Update PS/2 keyboard driver to return scan code for Pause key. by vanjeff · 14 years ago
- 4784d66 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
- abfbafd Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of Ps2KeyboardDxe/Ps2MouseDxe/Ps2MouseAbsolutePointer driver so that PS/2 keyboard and mouse can be used with legacy option ROMs after all EFI drivers have been disconnected. by li-elvin · 14 years ago
- 5d7ca12 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
- d394581 The hotkey callback in BDS module should defer loading the boot option until the TPL drops to TPL_APPLICATION after the keyboard driver is enhanced to call hotkey callback in timer handler whose TPL is higher than TPL_APPLICATION. by niruiyu · 14 years ago
- c220787 Fix the PS2 keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
- b70a580 Add assertion check for TmpString against NULL. by niruiyu · 14 years ago
- 2fde83b > When GetHealthStatus() returns NULL FormHiiHandle, DeviceManager shouldn't call SendForm to show the configuration form. by niruiyu · 14 years ago
- be1b161 Update inf file to follow spec. by ydong10 · 14 years ago
- d9a743c Enhance inf to follow spec. by ydong10 · 14 years ago
- c77b88d Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 6617d83 Fix the bug that BDS assumes any boot option resides in the FV is Shell which causes that the non-Shell FV boot option is removed by GenericBdsLib. by niruiyu · 14 years ago
- c1e2b15 1.Refine all the goto and action opcode. When the menu link to the sub form, use the goto opcode and show the arrow. Others use the action opcode. by ydong10 · 14 years ago
- 8e491a8 Enhance BMM to support changing FlowControl setting in Front Page. by ydong10 · 14 years ago
- 7373d15 Add the missing up/down arrow in UNI string. by lgao4 · 14 years ago
- d6bf79a Add assertion after memory allocation. by niruiyu · 14 years ago
- be88744 Add back the BdsDeleteBootOption to pass build. by niruiyu · 14 years ago
- 22d1f97 BDS enhancement: enumerate & show all legacy boot options in Boot Manager so that user is able to boot any devices in the same type in Boot Manager without changing the legacy dev order. by niruiyu · 14 years ago
- b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
- 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
- b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
- 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
- ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
- 9969fde Update the Timeout used for Write() operations to consider the case where the Tx FIFO is full on entry to Write(). by mdkinney · 14 years ago
- 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
- 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
- 12b7f50 Removes the assumption in Supported() and Start() routine that the EFI_SIO_PROTOCOL is installed in the immediate child handle of the PCI controller. Multiple SIO platform could have an additional layer between the PCI controller and the EFI_SIO_PROTOCOL instance. by niruiyu · 14 years ago
- 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
- 3a0e054 Fix the IsaIo driver to not create ISA resource item when the ACPI resource returned from EFI_SIO_PROTOCOL::GetResources() is 0. by niruiyu · 14 years ago
- d046087 fix potential memory access violation by ydong10 · 14 years ago
- d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
- e519401 Enhance IdeBusDxe to check the class code for IDE mode only. by lzeng14 · 14 years ago
- 5091b47 Change the file guid value to avoid conflict as another file. by ydong10 · 14 years ago
- 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
- d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
- b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
- 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
- 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
- 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
- 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
- cd73414 Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported. by vanjeff · 14 years ago
- fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
- d2720e0 Fix bug in DataHub where it would skip the first record in a set when a filter is being used. Also add comments and update source code logic to make it easier to understand and maintain. by mdkinney · 14 years ago
- d69bf66 Fix the corner case when there is only "\0\0" appended and the Index is 1. Return missing string instead of empty string. by niruiyu · 14 years ago
- b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
- 7bee5a7 Add additional reset when Memory Type Information settings change. by niruiyu · 14 years ago
- dd9a7d5 Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SMM_DRIVER module types by mdkinney · 14 years ago
- 2ca7eca Fix a bug in GetOptionalStringByIndex() that doesn't handle the case when Index == 0. by niruiyu · 14 years ago