diff options
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 1f1667114c..3732498873 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -400,8 +400,8 @@ | |||
| 400 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> has the | 400 | For example, the Crown Bay BSP <filename>crownbay.conf</filename> has the |
| 401 | following statements: | 401 | following statements: |
| 402 | <literallayout class='monospaced'> | 402 | <literallayout class='monospaced'> |
| 403 | include conf/machine/include/tune-atom.inc | 403 | require conf/machine/include/tune-atom.inc |
| 404 | include conf/machine/include/ia32-base.inc | 404 | require conf/machine/include/ia32-base.inc |
| 405 | </literallayout> | 405 | </literallayout> |
| 406 | </para> | 406 | </para> |
| 407 | </section> | 407 | </section> |
| @@ -739,7 +739,7 @@ | |||
| 739 | <itemizedlist> | 739 | <itemizedlist> |
| 740 | <listitem><para>A brief description about the hardware the BSP | 740 | <listitem><para>A brief description about the hardware the BSP |
| 741 | targets.</para></listitem> | 741 | targets.</para></listitem> |
| 742 | <listitem><para>A list of all the dependencies a | 742 | <listitem><para>A list of all the dependencies |
| 743 | on which a BSP layer depends. | 743 | on which a BSP layer depends. |
| 744 | These dependencies are typically a list of required layers needed | 744 | These dependencies are typically a list of required layers needed |
| 745 | to build the BSP. | 745 | to build the BSP. |
| @@ -787,14 +787,13 @@ | |||
| 787 | using the BSP layer. | 787 | using the BSP layer. |
| 788 | Multiple machine configuration files define variations of machine | 788 | Multiple machine configuration files define variations of machine |
| 789 | configurations that are supported by the BSP. | 789 | configurations that are supported by the BSP. |
| 790 | If a BSP supports more multiple machine variations, you need to | 790 | If a BSP supports multiple machine variations, you need to |
| 791 | adequately describe each variation in the BSP | 791 | adequately describe each variation in the BSP |
| 792 | <filename>README</filename> file. | 792 | <filename>README</filename> file. |
| 793 | Do not use multiple machine configuration files to describe disparate | 793 | Do not use multiple machine configuration files to describe disparate |
| 794 | hardware. | 794 | hardware. |
| 795 | Multiple machine configuration files should describe very similar targets. | 795 | If you do have very different targets, you should create separate |
| 796 | If you do have very different targets, you should create a separate | 796 | BSP layers for each target. |
| 797 | BSP. | ||
| 798 | <note>It is completely possible for a developer to structure the | 797 | <note>It is completely possible for a developer to structure the |
| 799 | working repository as a conglomeration of unrelated BSP | 798 | working repository as a conglomeration of unrelated BSP |
| 800 | files, and to possibly generate specifically targeted 'release' BSPs | 799 | files, and to possibly generate specifically targeted 'release' BSPs |
