- aed8e2e OvmfPkg README: Group network information together by jljusten · 14 years ago
- 5a9745b OvmfPkg: Add build32.sh and build64.sh scripts by jljusten · 14 years ago
- 4a567c9 1. Add new API supports for PEM & X509 key retrieving & verification; by qlong · 14 years ago
- 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
- 9ae0edb 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL. by gdong1 · 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
- abef1c7 Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEVICE_PATH by building child device path before using any of the Serial I/O Protocol services. by mdkinney · 14 years ago
- c352252 Show PEIM GUID in PERF log. by lgao4 · 14 years ago
- e24adb1 Enable number input for numeric, date and time opcode by ydong10 · 14 years ago
- a06638e Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull. It will ASSERT() due to the recent addition of a CONSTRUCTOR to BaseDebugLibSerialPort that calls SerialPortInitialize(). by mdkinney · 14 years ago
- 8e456a7 Add mapping for PlatformHookLib to [LibraryClasses] section by mdkinney · 14 years ago
- 64b2d0e Update Ipsecconfig application. by qianouyang · 14 years ago
- e0ee9d9 Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver/PCI host bridge drivers/LPC/VGA device drivers. by rsun3 · 14 years ago
- e25fb2c Add missing @param to function header comment. by mdkinney · 14 years ago
- 4eed2db Fix CYG GCC build fail on retf. by jyao1 · 14 years ago
- ef291d0 Replace @@ symbol since GCC does not recognize it. by jyao1 · 14 years ago
- 6dd67b6 Fix GCC build failure. by jyao1 · 14 years ago
- a81b140 Remove ASSERT here for the zero attributes means deleting preexisting variable. by gdong1 · 14 years ago
- 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
- 84909ad 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. by xdu2 · 14 years ago
- e2100bf 1. Support inconsistent if opcode used in string/password opcode. by ydong10 · 14 years ago
- 7b546f7 1. support numeric item +/- action generate callback by ydong10 · 14 years ago
- 47cc063 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- 9541193 Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core package currently. by gdong1 · 14 years ago
- 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
- 9c3d10b Update inappropriate comments. fine code to make code run more safely. by ydong10 · 14 years ago
- 5456306 Fix a potential bug that SetVariable is invoked for NV variable prior to the installation of EFI_VARIABLE_WRITE_ARCH_PROTOCOL. by gdong1 · 14 years ago
- d766b22 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- 23228db Document the inconsistency of EFI_SMM_CPU_SAVE_STATE between the EDK2 code base and the Framework SMM CIS 0.91 spec. by rsun3 · 14 years ago
- 6ac6f98 Update definition of EFI_SMM_CPU_SAVE_STATE to exclude Itanium save state. Note this is an inconsistency with the Framework SMM CIS spec. by rsun3 · 14 years ago
- 36e8c95 Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2 Protocol.Register() from IN, CONST to IN, OUT. This is for support for the case where SwSmiInputValue is set to -1, a unique value will be returned in the RegisterContext structure. by rsun3 · 14 years ago
- f2ad949 Fix ICC build issues by mdkinney · 14 years ago
- 467d15a Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends on new library class called PlatformHookLib to perform platform specific initialization of the UART. by mdkinney · 14 years ago
- ccc96db Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in the SerialPortLib to make sure the serial port hardware is in the proper state for use. by mdkinney · 14 years ago
- b35a5f7 Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiPcdLib and reduces the number of CONSTRUCTORs that have to be run for most DXE modules. by mdkinney · 14 years ago
- 5bd2d2c Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues. by mdkinney · 14 years ago
- 5b98704 Fix DxeHobLib to also support a module type of SMM_CORE. by mdkinney · 14 years ago
- e06752b Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib. by mdkinney · 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
- 304a39b Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. by rsun3 · 14 years ago
- bcec20d Add support for ARM MOVW/MOVT instructions that were added in the latest PE/COFF specification. Currently they are not hooked in as we need to wait for the tools to get updated. Tools are needed to convert ELF to PE/COFF and to refixup FVs. by andrewfish · 14 years ago
- 70b356a Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR. by tye1 · 14 years ago
- 0a13c99 Remove wrongly added SuperIoInit protocol. by niruiyu · 14 years ago
- 445404a Fix ARM link issue. by andrewfish · 14 years ago
- 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
- 7d95240 Fix semihosting on gcc. We need to save lr as svc instruction will change it. by andrewfish · 14 years ago
- 32732a3 Update inappropriate comments. by gdong1 · 14 years ago
- 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
- d962902 Add support for semihosting with GCC. Still needs more testing. by andrewfish · 14 years ago
- e7cb469 Fix issue with CodeSourcery gcc requiring assembly functions to have a .type define inorder to support interworking (calling from thumb(C code) to ARM code (hadn written assembly). We had to add a macro as the .type directive is not supported, or needed, by Xcode. All ARM .S files need to be updated. by andrewfish · 14 years ago
- 5792e32 Fix build break on Apple Xcode, caused by fixing normal gcc build break. by andrewfish · 14 years ago
- 7afa5ea Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM, because these attributes are only for PCI IO, while not supported by PCI Root Bridge IO. by rsun3 · 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
- 204df56 Add the SuperIoInit protocol to MdePkg. by niruiyu · 14 years ago
- 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
- 4e36d6f update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
- cbbd284 update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
- 4ed4e19 Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM attribute of PCI IO. Per UEFI spec, this attribute is used to determine if the ROM image is from the ROM BAR or from a platform specific location. by rsun3 · 14 years ago
- f92d103 Update FrameworkSpecConformance.txt after adding new datahub definitions for SMBIOS Type 4. by li-elvin · 14 years ago
- e90f276 Remove the unnecessary package from VariableSmmRuntimeDxe.inf. by gdong1 · 14 years ago
- 5c7fa42 Add typecast to remove warning with ICC. VariableSmm.inf: Remove SmmLib by gdong1 · 14 years ago
- 5c54e90 MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchain by jljusten · 14 years ago
- 1b7edf0 update copyright format by hhtian · 14 years ago
- d08fadb update copyright format by hhtian · 14 years ago
- d046087 fix potential memory access violation by ydong10 · 14 years ago
- 8a2d499 Add SMM Variable implementation. by gdong1 · 14 years ago
- d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
- 54acdc7 Add missing data record for Type 4. by li-elvin · 14 years ago
- 5a0c039 Add missing fields of Type 4 conversion. by li-elvin · 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
- 9ac0640 EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRouting.ConfigToBlock(). by lgao4 · 14 years ago
- 0b29a17 Add missing Handle parameter for UninstallMultipleProtocolInterfaces(). by xdu2 · 14 years ago
- 2349cf6 Refine code to make code run more safely. by ydong10 · 14 years ago
- 9675671 when SMM Communication Protocol.Communicate() is called from within SMM, SMRAM is accessible so it is not necessary to check the SMRAM open/lock state via SMM ACCESS Protocol. by rsun3 · 14 years ago
- 969ebd2 update the comments. by ydong10 · 14 years ago
- 3ddc4cf update the comments. by ydong10 · 14 years ago
- e07404f Co-work with patch V11137 to refine the Hii menu. by ydong10 · 14 years ago
- c7f204d Co-work with patch V11137 to refine the Hii menu. 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
- 785e597 Move away from 0x40 block size (worked around a DXE core bug assuming the FV header fit in a block) of the FV to 1 byte. This makes more sense as the FV is shadowed from FLASH into RAM by HW so it is never on top of a real block device. by andrewfish · 14 years ago
- 55b902c add progress code definitions defined in Framework Specification. by vanjeff · 14 years ago
- 06128e8 add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOVERY_BEGIN to express they are different with the current PI specification 1.2. by vanjeff · 14 years ago
- f00864f updated progress code definitions to match PI Spec 1.2. by vanjeff · 14 years ago
- aaf779a Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. by hhuan13 · 14 years ago
- fe29507 Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON registers to speed things up. This means we need to save state so we don't blow up a CopyMem. by andrewfish · 14 years ago
- 6638a86 Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point. by andrewfish · 14 years ago
- 4038c1f Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file. by mdkinney · 14 years ago
- fa542a1 1) Change location of DEBUG() macro that prints the name of the FFS file being evaluated by the DXE Dispatcher to eliminate a duplicate print. by mdkinney · 14 years ago
- d040b8f Roll back comment change for SOR. SOR does not apply to SMM. by mdkinney · 14 years ago
- c154b99 fixes for NULL verification. by jcarsey · 14 years ago
- eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
- 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
- 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
- dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
- 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
- e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
- 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
- 6a55eea Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros to log the evaluation of all dependency expressions. by mdkinney · 14 years ago
- 852b634 Fixed a bug for OPTION_NII(62) defined in RFC 5970. by hhuan13 · 14 years ago