grub/grub-core/commands/efi
Jesús Diéguez Fernández a728cd4d1d msr: Add new MSR modules (rdmsr/wrmsr)
In order to be able to read from and write to model-specific registers,
two new modules are added. They are i386 specific, as the cpuid module.

rdmsr module registers the command rdmsr that allows reading from a MSR.
wrmsr module registers the command wrmsr that allows writing to a MSR.

wrmsr module is disabled if UEFI secure boot is enabled.

Please note that on SMP systems, interacting with a MSR that has a scope
per hardware thread, implies that the value only applies to the
particular cpu/core/thread that ran the command.

Also, if you specify a reserved or unimplemented MSR address, it will
cause a general protection exception (which is not currently being
handled) and the system will reboot.

Signed-off-by: Jesús Diéguez Fernández <jesusdf@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-09-21 16:52:54 -04:00
..
efifwsetup.c * grub-core/Makefile.core.def (efifwsetup): New module. 2012-09-08 09:40:24 +02:00
fixvideo.c Remove nested functions from PCI iterators. 2013-01-13 01:10:41 +00:00
getenv.c Fix hex representation of binary variable contents 2016-01-07 15:31:36 -08:00
loadbios.c verifiers: File type for fine-grained signature-verification controlling 2020-09-21 13:29:05 -04:00
lsefi.c Fix a segfault in lsefi 2020-09-21 11:32:45 -04:00
lsefimmap.c lsefimmap: support persistent memory and other UEFI 2.5 features 2015-12-17 21:00:44 +03:00
lsefisystab.c Add smbios command 2016-01-06 12:46:22 -08:00
lssal.c * grub-core/commands/efi/lssal.c: Fix terminating condition. 2013-12-11 15:59:12 +01:00
shim_lock.c msr: Add new MSR modules (rdmsr/wrmsr) 2020-09-21 16:52:54 -04:00
smbios.c Add smbios command 2016-01-06 12:46:22 -08:00
tpm.c tpm: Fix bug in GRUB2 TPM module 2020-09-21 16:43:54 -04:00