Some BIOSes access data outside of regions marked as "runtime" in their
runtime EFI functios. Allow the mapping and preservation of other
regions through a tunable.
The tunable is a bitmap specifying the regions to map. e.g bit 3 would
be set to map BootServicesCode.
Currently allowed regions are:
BootServicesCode
BootServicesData
RuntimeServicesCode
RuntimeServicesData
ACPIMemoryNVS
PR: 287422