Heinrich Schuchardt | 0445978 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | EFI subsystem |
| 4 | ============= |
| 5 | |
| 6 | Boot services |
| 7 | ------------- |
| 8 | |
| 9 | .. kernel-doc:: lib/efi_loader/efi_boottime.c |
| 10 | :internal: |
| 11 | |
Heinrich Schuchardt | 1db561e | 2019-02-16 15:22:13 +0100 | [diff] [blame] | 12 | Image relocation |
| 13 | ~~~~~~~~~~~~~~~~ |
| 14 | |
| 15 | .. kernel-doc:: lib/efi_loader/efi_image_loader.c |
| 16 | :internal: |
| 17 | |
Heinrich Schuchardt | 0445978 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 18 | Runtime services |
| 19 | ---------------- |
| 20 | |
| 21 | .. kernel-doc:: lib/efi_loader/efi_runtime.c |
| 22 | :internal: |