Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

efi/libstub: Add libstub/mem.c to the documentation tree

Let the description of the efi/libstub/mem.c functions appear in the kernel
API documentation in the following chapters:

The Linux driver implementer’s API guide
Linux Firmware API
UEFI Support
UEFI stub library functions

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200221035832.144960-1-xypron.glpk@gmx.de
Link: https://lore.kernel.org/r/20200308080859.21568-9-ardb@kernel.org

authored by

Heinrich Schuchardt and committed by
Ingo Molnar
f9834f18 73f2f563

+12
+11
Documentation/driver-api/firmware/efi/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============ 4 + UEFI Support 5 + ============ 6 + 7 + UEFI stub library functions 8 + =========================== 9 + 10 + .. kernel-doc:: drivers/firmware/efi/libstub/mem.c 11 + :internal:
+1
Documentation/driver-api/firmware/index.rst
··· 6 6 7 7 introduction 8 8 core 9 + efi/index 9 10 request_firmware 10 11 other_interfaces 11 12