| Commit message (Expand) | Author | Age | Files | Lines |
* | CorebootPayloadPkg/CbSupportPei: Fix the memory map issue | Maurice Ma | 2016-11-17 | 1 | -0/+5 |
* | CorebootModulePkgPkg: Expose FindCbTag API from CbParseLib | gdong1 | 2016-10-27 | 2 | -1/+37 |
* | CorebootModulePkg: Fix memmap issue | gdong1 | 2016-10-26 | 4 | -111/+135 |
* | CorebootModulePkg: Add a library to parse platform specific info. | gdong1 | 2016-10-26 | 7 | -1/+135 |
* | CorebootPayloadPkg DSC: Add build option to disable deprecated APIs | Maurice Ma | 2016-10-26 | 1 | -1/+2 |
* | CorebootModulePkg/SecCore: Adding NASM files in SecCore module | Ma, Maurice | 2016-08-03 | 3 | -5/+153 |
* | CorebootModulePkg: Remove unused PCI non-enumeration drivers | Maurice Ma | 2016-05-27 | 32 | -13442/+0 |
* | CorebootModulePkg/CbSupportDxe: Text only support | Leahy, Leroy P | 2016-05-23 | 1 | -10/+11 |
* | CorebootModulePkg: Add video resolution PCD initialization | Maurice Ma | 2016-05-20 | 3 | -1/+25 |
* | CorebootModulePkg: Convert TAB to white space for CbSupportDxe driver | Maurice Ma | 2016-05-20 | 1 | -71/+71 |
* | CorebootModulePkg: Use PCD for memory type information initialization | Maurice Ma | 2016-05-18 | 3 | -22/+33 |
* | CorebootModulePkg: Remove PciSioSerialDxe and SerialDxe driver | Maurice Ma | 2016-05-17 | 11 | -4389/+0 |
* | CorebootPayloadPkg/PlatformBdsLib: Pass more serial parameters | Leahy, Leroy P | 2016-05-10 | 3 | -18/+57 |
* | CorebootPayloadPkg/PciBusNoEnumerationDxe: Skip disabled devices | Leahy, Leroy P | 2016-05-10 | 1 | -0/+9 |
* | CorebootModulePkg/PciBusNoEnumerationDxe: Remove white space | Leahy, Leroy P | 2016-05-10 | 1 | -46/+46 |
* | CorebootModulePkg/BaseSerialPortLib: Set DTR and RTS | Leahy, Leroy P | 2016-05-10 | 1 | -2/+3 |
* | CorebootModulePkg/BaseSerialPortLib16550: Remove white-space | Leahy, Leroy P | 2016-05-10 | 2 | -64/+64 |
* | CorebootModulePkg: Add BaseSerialPortLib16550 | Leahy, Leroy P | 2016-05-10 | 3 | -0/+1164 |
* | CorebootModulePkg/SerialDxe: Use PlatformHookLib | Leahy, Leroy P | 2016-05-05 | 4 | -0/+623 |
* | CorebootModulePkg/PciSioSerialDxe: Use PlatformHookLib | Leahy, Leroy P | 2016-05-05 | 7 | -0/+3766 |
* | CorebootModulePkg: Remove DuetPkg references | Leahy, Leroy P | 2016-05-02 | 36 | -0/+15249 |
* | CorebootModulePkg-CbParseLib: Fix bad reference in CbParseLib | Leahy, Leroy P | 2016-02-26 | 1 | -1/+2 |
* | CorebootModulePkg-CbParseLib: Add ACPI table verification | Leahy, Leroy P | 2016-02-26 | 1 | -0/+9 |
* | CorebootModulePkg:Removing EFI_RESOURCE_ATTRIBUTE_TESTED | Scott Duplichan | 2015-08-18 | 1 | -1/+5 |
* | CorebootModulePkg: Get power management register addresses. | Guo Dong | 2015-07-01 | 1 | -1/+24 |
* | CorebootModulePkg: Get power management register addresses. | Guo Dong | 2015-06-25 | 3 | -3/+13 |
* | CorebootModulePkg/CbSupportPei: Relace tabs with whitespaces | Maurice Ma | 2015-06-03 | 1 | -177/+177 |
* | CorebootModulePkg/CbSupportPei: Mask off all legacy 8259 interrupt sources | Maurice Ma | 2015-06-03 | 3 | -4/+15 |
* | CorebootModulePkg: Fix GCC build failure. | Guo Dong | 2015-05-27 | 2 | -2/+2 |
* | CorebootModulePkg/CbParseLib: Coding style update | Guo Dong | 2015-05-20 | 1 | -88/+159 |
* | CorebootModulePkg/CbParseLib: Fix coding issue in ACPI | Guo Dong | 2015-05-20 | 1 | -3/+3 |
* | CorebootModulePkg/CbParseLib: Remove tab and spaces | Guo Dong | 2015-05-20 | 1 | -247/+245 |
* | CorebootModulePkg/CbParseLib: Support current Coreboot IMD | Guo Dong | 2015-05-20 | 2 | -15/+58 |
* | Coreboot*Pkg/Contributions.txt: Update example email address | Jordan Justen | 2015-04-14 | 1 | -2/+2 |
* | CorebootModulePkg/CbSupportDxe: Add EFIAPI to CbDxeEntryPoint | Scott Duplichan | 2015-04-10 | 1 | -0/+1 |
* | CorebootModulePkg: DEBUG print format corrections | Scott Duplichan | 2015-04-10 | 3 | -20/+20 |
* | CorebootModulePkg: Avoid gcc compile fail caused by unrecognized pragma | Scott Duplichan | 2015-04-10 | 1 | -0/+2 |
* | CorebootModulePkg: Reformat asm constant to avoid gcc assembler fail | Scott Duplichan | 2015-04-10 | 1 | -1/+1 |
* | CorebootModulePkg: Add 'ULL' suffix to avoid gcc 4.4 compile fail | Scott Duplichan | 2015-04-10 | 1 | -1/+1 |
* | CorebootModulePkg: Change CbParseAcpiTable prototype to avoid gcc fail | Scott Duplichan | 2015-04-10 | 2 | -3/+3 |
* | CorebootModulePkg: Remove unused static functions to prevent gcc build fail | Scott Duplichan | 2015-04-10 | 1 | -10/+0 |
* | CorebootModulePkg: Fix build failure with 32-bit NOOPT target | Scott Duplichan | 2015-04-10 | 1 | -1/+1 |
* | CorebootModulePkg: Add EFIAPI to OnReadyToBoot to fix gcc compile fail | Scott Duplichan | 2015-04-10 | 1 | -2/+3 |
* | Pkg-Module: CorebootModulePkg | Maurice Ma | 2015-03-31 | 22 | -0/+2928 |
* | Pkg-Module: CorebootModulePkg | Maurice Ma | 2015-03-31 | 22 | -2928/+0 |
* | Pkg-Module: CorebootModulePkg | Maurice Ma | 2015-03-31 | 22 | -0/+2928 |
* | Pkg-Module: Add Coreboot module Package | laurie0131 | 2015-03-25 | 2 | -0/+243 |