From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 17 May 2018 04:27:27 +0000 Subject: [U-Boot] [PATCH 1/3] doc: Add new doc for file system firmware loader driver model In-Reply-To: <20180516124801.GW3424@bill-the-cat.ec.rr.com> References: <1526462501-9586-1-git-send-email-tien.fong.chee@intel.com> <1526462501-9586-2-git-send-email-tien.fong.chee@intel.com> <20180516124801.GW3424@bill-the-cat.ec.rr.com> Message-ID: <1526531246.10055.2.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 > > > > 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 > > --- > >  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 > > + * > > + * 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.