aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Collapse)AuthorFilesLines
2011-05-09x86, efi: Consolidate EFI nx controlMatthew Garrett2-28/+21
The core EFI code and 64-bit EFI code currently have independent implementations of code for setting memory regions as executable or not. Let's consolidate them. Signed-off-by: Matthew Garrett <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
2011-05-09x86, efi: Remove virtual-mode SetVirtualAddressMap callMatthew Garrett1-12/+1
The spec says that SetVirtualAddressMap doesn't work once you're in virtual mode, so there's no point in having infrastructure for calling it from there. Signed-off-by: Matthew Garrett <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
2010-10-27x86: Move efi to platformThomas Gleixner6-0/+1079
Signed-off-by: Thomas Gleixner <[email protected]> Cc: Huang Ying <[email protected]>