summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)Author
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm503
2011-01-06Fix Copyright year to 2011mdkinney
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-22Update inappropriate comments.ydong10
2010-12-21Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun3
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish
2010-12-16Remove wrongly added SuperIoInit protocol.niruiyu
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian
2010-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff
2010-12-06Roll back comment change for SOR. SOR does not apply to SMM.mdkinney
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten
2010-12-01Update comments for PI 1.2 SMM support.mdkinney
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun3
2010-11-23Adds the missing return status description for HiiConfigRouting.ConfigToBlock...lgao4
2010-11-17Update the file description in IpSec.h to refer to an accurate UEFI version.qianouyang
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-11-05Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()...mdkinney
2010-11-05Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros.rsun3
2010-11-04Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers.ydong10
2010-11-02Fix PCD token value format issue.gikidy
2010-10-24Fix a cut-n-paste error in the comment for the "read keystroke" function.darylm503
2010-10-18Update UefiDriverEntryPoint library by adding BaseLib library class required ...lgao4
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang
2010-10-13MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten
2010-10-05Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec.andrewfish
2010-09-29Add ACPI4.0 header file.jyao1
2010-09-27add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is ...erictian
2010-09-14Update MODULE_TYPE to be DXE_RUNTIME_DRIVER mdkinney
2010-09-10Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney
2010-09-07ARM RVCT 3.1 compiler has issues with __packed structures containing anonymou...andrewfish
2010-08-26Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances.qhuang8
2010-08-25Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm503
2010-08-19Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h...niruiyu
2010-08-16Refine code.sfu5
2010-08-14Minor refinement on source code.qhuang8
2010-08-13Refine code.sfu5
2010-08-09Fixed K9 scan issues.hhuan13
2010-07-29Use FreePool() library API to replace gBS->FreePool() service.lgao4
2010-07-28Roll back change r10695, because new update on r10700 and r10701 handles this...lgao4
2010-07-28Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or ...lgao4
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao4