Skip to content

The Efi_runtime kernel driver module aims to provide the interfaces to use the UEFI Runtime services provide by firmware.

Notifications You must be signed in to change notification settings

Ivanhu5866/efi-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=== EFI_RUNTIME OVERVIEW ===

The Efi_runtime kernel driver module aims to provide the interfaces for 
fwts (firmware test suite) to test the UEFI Runtime services provide by firmware.

The source code link:
git://kernel.ubuntu.com/ivanhu/efi_runtime.git

=== STATUS === 

Current status: Draft

Current capabilities:
* provide the RT service interfaces:
  * GetVariable
  * SetVariable
  * GetTime
  * SetTime
  * GetWakeupTime
  * SetWakeupTime
  * GetNextVariableName

=== BUILDING and INSERT EFI_RUNTIME ===

Use following command in the Ubuntu terminal.
# make

And insert the module manually to the linux kernel.
# sudo insmod efi_runtime.ko


=== FUTURE PLANS ===

This kernel driver module will be integrated into fwts when it becomes mature.
The repository is temporary.

About

The Efi_runtime kernel driver module aims to provide the interfaces to use the UEFI Runtime services provide by firmware.

Resources

Stars

Watchers

Forks

Packages

No packages published