-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
efi: Export more EFI table variables to sysfs
Export fw_vendor, runtime and config table physical addresses to /sys/firmware/efi/{fw_vendor,runtime,config_table} because kexec kernels need them. From EFI spec these 3 variables will be updated to virtual address after entering virtual mode. But kernel startup code will need the physical address. Signed-off-by: Dave Young <dyoung@redhat.com> Tested-by: Toshi Kani <toshi.kani@hp.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
- Loading branch information
Dave Young
authored and
Matt Fleming
committed
Dec 21, 2013
1 parent
481f75c
commit a0998eb
Showing
4 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What: /sys/firmware/efi/fw_vendor | ||
Date: December 2013 | ||
Contact: Dave Young <dyoung@redhat.com> | ||
Description: It shows the physical address of firmware vendor field in the | ||
EFI system table. | ||
Users: Kexec | ||
|
||
What: /sys/firmware/efi/runtime | ||
Date: December 2013 | ||
Contact: Dave Young <dyoung@redhat.com> | ||
Description: It shows the physical address of runtime service table entry in | ||
the EFI system table. | ||
Users: Kexec | ||
|
||
What: /sys/firmware/efi/config_table | ||
Date: December 2013 | ||
Contact: Dave Young <dyoung@redhat.com> | ||
Description: It shows the physical address of config table entry in the EFI | ||
system table. | ||
Users: Kexec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters