All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/29] Docs - BSP Guide Updates for changes to the BSP template
@ 2010-12-20 20:17 Scott Rifenbark
  2010-12-15  0:45 ` [PATCH 01/29] documentation/bsp-guide/bsp.xml: Changed meta naming convention Scott Rifenbark
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: Scott Rifenbark @ 2010-12-20 20:17 UTC (permalink / raw)
  To: poky

This group of commits represents the work done to the BSP Guide with Tom Z.
and Saul W.  I have updated the template to match a more generic standard
that is based on the crownbay BSP that Tom has created.  The rest of the 
work reflects re-writing the individual sections to match changes in the template.
There were several iterations to the work between Tom and I.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: srifenbark/bsp-work
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/bsp-work

Thanks,
    Scott Rifenbark <scott.m.rifenbark@intel.com>
---


Scott Rifenbark (29):
  documentation/bsp-guide/bsp.xml:  Changed meta naming convention
  documentation/bsp-guide/bsp.xml:  Added note qualifying BSP file
    structure.
  documentation/bsp-guide/bsp.xml:  Fixed typo
  documentation/bsp-guide/bsp.xml:  Added information about /binary
  documentation/bsp-guide/bsp.xml:  Created better BSP example base
    names
  documentation/bsp-guide/bsp.xml:  Inserted text before the file
    structure example
  documentation/bsp-guide/bsp.xml:  Updated common form for file
    structure.
  documentation/bsp-work/bsp.xml:  Added crownbay BSP example to
    section 1.1.
  documentation/bsp-guide/bsp.xml:  Updated the introductary paragraph
    to the sections.
  documentation/bsp-guide/bsp.xml:  Added new "License Files" section.
  documentation/bsp-guide/bsp.xml:  Added the README section.
  documentation/bsp-guide/bsp.xml:  Updated the Pre-built User Binaries
    section.
  documenation/bsp-guide/bsp.xml:  Updated the Layer Configuration File
    section.
  documentation/bsp-guide/bsp.xml:  Updated the Hardware Configuration
    Options section
  documentation/bsp-guide/bsp.xml:  Added a Miscellaneous Recipe Files
    section
  documentation/bsp-guide/bsp.xml:  Removed the recipes-bsp/formfactor
    directory from the common structure.
  documentation/bsp-guide/bsp.xml: Added a Display Support Files
    section.
  documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration
    section.
  documentation/bsp-guide/bsp.xml:  Commented out three sections.
  documentation/bsp-guide/bsp.xml:  Changed numbering scheme.
  documentation/bsp-guide/bsp.xml: Updated Layer Configuration File
    Section
  documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files
    section
  documentation/bsp-guide/bsp.xml:  Updated Display Support Files
    section.
  documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration
    section.
  documentation/bsp-guide/bsp.xml: Added reference to Kernel
    documentation.
  documentation/bsp-guide/bsp.xml:  Updated the Linux Kernel
    Configuration section
  documentation/bsp-guide/bsp.xml:  replaced the append file line in
    the template
  documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration
    section.
  documentation/bsp-guide/bsp.xml:  Spell checked the file.

 documentation/bsp-guide/bsp.xml |  324 ++++++++++++++++++++++++++++++---------
 1 files changed, 250 insertions(+), 74 deletions(-)



^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2010-12-21 12:52 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 20:17 [PATCH 00/29] Docs - BSP Guide Updates for changes to the BSP template Scott Rifenbark
2010-12-15  0:45 ` [PATCH 01/29] documentation/bsp-guide/bsp.xml: Changed meta naming convention Scott Rifenbark
2010-12-15  0:54 ` [PATCH 02/29] documentation/bsp-guide/bsp.xml: Added note qualifying BSP file structure Scott Rifenbark
2010-12-15  0:56 ` [PATCH 03/29] documentation/bsp-guide/bsp.xml: Fixed typo Scott Rifenbark
2010-12-15  1:03 ` [PATCH 04/29] documentation/bsp-guide/bsp.xml: Added information about /binary Scott Rifenbark
2010-12-15  1:08 ` [PATCH 05/29] documentation/bsp-guide/bsp.xml: Created better BSP example base names Scott Rifenbark
2010-12-15 17:28 ` [PATCH 06/29] documentation/bsp-guide/bsp.xml: Inserted text before the file structure example Scott Rifenbark
2010-12-15 20:31 ` [PATCH 07/29] documentation/bsp-guide/bsp.xml: Updated common form for file structure Scott Rifenbark
2010-12-15 20:46 ` [PATCH 08/29] documentation/bsp-work/bsp.xml: Added crownbay BSP example to section 1.1 Scott Rifenbark
2010-12-15 20:56 ` [PATCH 09/29] documentation/bsp-guide/bsp.xml: Updated the introductary paragraph to the sections Scott Rifenbark
2010-12-15 21:11 ` [PATCH 10/29] documentation/bsp-guide/bsp.xml: Added new "License Files" section Scott Rifenbark
2010-12-15 21:19 ` [PATCH 11/29] documentation/bsp-guide/bsp.xml: Added the README section Scott Rifenbark
2010-12-15 21:26 ` [PATCH 12/29] documentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section Scott Rifenbark
2010-12-15 21:40 ` [PATCH 13/29] documenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section Scott Rifenbark
2010-12-15 22:00 ` [PATCH 14/29] documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options section Scott Rifenbark
2010-12-15 22:13 ` [PATCH 15/29] documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files section Scott Rifenbark
2010-12-15 22:15 ` [PATCH 16/29] documentation/bsp-guide/bsp.xml: Removed the recipes-bsp/formfactor directory from the common structure Scott Rifenbark
2010-12-15 22:25 ` [PATCH 17/29] documentation/bsp-guide/bsp.xml: Added a Display Support Files section Scott Rifenbark
2010-12-15 22:29 ` [PATCH 18/29] documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section Scott Rifenbark
2010-12-15 22:31 ` [PATCH 19/29] documentation/bsp-guide/bsp.xml: Commented out three sections Scott Rifenbark
2010-12-15 22:37 ` [PATCH 20/29] documentation/bsp-guide/bsp.xml: Changed numbering scheme Scott Rifenbark
2010-12-16 21:39 ` [PATCH 21/29] documentation/bsp-guide/bsp.xml: Updated Layer Configuration File Section Scott Rifenbark
2010-12-16 21:54 ` [PATCH 22/29] documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files section Scott Rifenbark
2010-12-16 21:58 ` [PATCH 23/29] documentation/bsp-guide/bsp.xml: Updated Display Support " Scott Rifenbark
2010-12-17 16:30 ` [PATCH 24/29] documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section Scott Rifenbark
2010-12-17 16:52 ` [PATCH 25/29] documentation/bsp-guide/bsp.xml: Added reference to Kernel documentation Scott Rifenbark
2010-12-17 22:53 ` [PATCH 26/29] documentation/bsp-guide/bsp.xml: Updated the Linux Kernel Configuration section Scott Rifenbark
2010-12-18  0:29 ` [PATCH 27/29] documentation/bsp-guide/bsp.xml: replaced the append file line in the template Scott Rifenbark
2010-12-18  0:53 ` [PATCH 28/29] documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section Scott Rifenbark
2010-12-18  0:59 ` [PATCH 29/29] documentation/bsp-guide/bsp.xml: Spell checked the file Scott Rifenbark
2010-12-21  7:28 ` [PATCH 00/29] Docs - BSP Guide Updates for changes to the BSP template Saul Wold
2010-12-21 12:51 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.