Fixed coreboot UEFI payload boot issue on QEMU by masking off all legacy 8259 interrupt sources in PEI phase. It improves the payload robustness by removing the interrupt masking assumption required by the original UEFI payload.
Replaced the tabs with whitespaces to conform to the code standard. Maurice Ma (2): CorebootModulePkg/CbSupportPei: Mask off all legacy 8259 interrupt sources CorebootModulePkg/CbSupportPei: Relace tabs with whitespaces CorebootModulePkg/CbSupportPei/CbSupportPei.c | 367 ++++++++++++------------ CorebootModulePkg/CbSupportPei/CbSupportPei.h | 3 +- CorebootModulePkg/CbSupportPei/CbSupportPei.inf | 3 +- 3 files changed, 192 insertions(+), 181 deletions(-) mode change 100644 => 100755 CorebootModulePkg/CbSupportPei/CbSupportPei.c -- 1.8.3.1 ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel