[U-Boot] [PATCH 1/3] doc: Add new doc for file system firmware loader driver model
Chee, Tien Fong
tien.fong.chee at intel.com
Thu May 17 04:27:27 UTC 2018
On Wed, 2018-05-16 at 08:48 -0400, Tom Rini wrote:
> 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.
>
Okay, i will remove the license and changing it to rST format.
More information about the U-Boot
mailing list