[U-Boot] [PATCH 1/3] doc: Add new doc for file system firmware loader driver model
Tom Rini
trini at konsulko.com
Wed May 16 12:48:01 UTC 2018
On Wed, May 16, 2018 at 05:21:39PM +0800, tien.fong.chee at intel.com wrote:
> From: Tien Fong Chee <tien.fong.chee at intel.com>
>
> Provide information about
>
> - overview of file system firmware loader driver model
> - describe default storage device in device tree source
> - describe fie system firmware loader API
>
> Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
> ---
> doc/driver-model/fs_firmware_loader.txt | 100 +++++++++++++++++++++++++++++++
> 1 files changed, 100 insertions(+), 0 deletions(-)
> create mode 100644 doc/driver-model/fs_firmware_loader.txt
>
> diff --git a/doc/driver-model/fs_firmware_loader.txt b/doc/driver-model/fs_firmware_loader.txt
> new file mode 100644
> index 0000000..167660a
> --- /dev/null
> +++ b/doc/driver-model/fs_firmware_loader.txt
> @@ -0,0 +1,100 @@
> +/*
> + * Copyright (C) 2018 Intel Corporation <www.intel.com>
> + *
> + * SPDX-License-Identifier: GPL-2.0
> + */
As this isn't code please don't put a code header up for the first
comment block. Frankly I'd rather see an rST comment block up front
even with the rest being plain text as long term I imagine we'll move to
rST.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180516/d78e2f33/attachment.sig>
More information about the U-Boot
mailing list