]> git.baikalelectronics.ru Git - kernel.git/commit
x86/efi: Move all workarounds to a separate file quirks.c
authorSaurabh Tangri <saurabh.tangri@intel.com>
Mon, 2 Jun 2014 12:18:35 +0000 (05:18 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 19 Jun 2014 10:14:33 +0000 (11:14 +0100)
commit65de2d24070374b1282a7de65ecded6b7584f5e0
tree7204b7099708ec4f0f25faac6ac01797c141ff28
parent29230ba12c9ebdc4bb6e22babcaec9dfa3d76ff4
x86/efi: Move all workarounds to a separate file quirks.c

Currently, it's difficult to find all the workarounds that are
applied when running on EFI, because they're littered throughout
various code paths. This change moves all of them into a separate
file with the hope that it will be come the single location for all
our well documented quirks.

Signed-off-by: Saurabh Tangri <saurabh.tangri@intel.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/include/asm/efi.h
arch/x86/platform/efi/Makefile
arch/x86/platform/efi/efi.c
arch/x86/platform/efi/quirks.c [new file with mode: 0644]