mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
6b03cd107e
With 'make htmldocs' we can generate a documentation if the function comments follow the DocBook conventions. This patch adjusts the comments for EFI boot services and provides the DocBook template for the EFI subsystem. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
17 lines
385 B
XML
17 lines
385 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
|
|
|
|
<book id="UBootEFI">
|
|
<bookinfo>
|
|
<title>The U-Boot EFI subsystem</title>
|
|
</bookinfo>
|
|
|
|
<toc></toc>
|
|
|
|
<chapter id="BootServices">
|
|
<title>Boot services</title>
|
|
!Ilib/efi_loader/efi_boottime.c
|
|
</chapter>
|
|
|
|
</book>
|