diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-01 10:19:43 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:55 +0100 |
| commit | 5b973c4924d6bdf42420c26ecd9bb74b7804a4ff (patch) | |
| tree | 0cc7e485d9042b13c69ea624dfb43a88807bfa5b /documentation | |
| parent | bdede3b8fc2da7c58e57583388cabf14442f7bfd (diff) | |
| download | poky-5b973c4924d6bdf42420c26ecd9bb74b7804a4ff.tar.gz | |
ref-manual: Added U-Boot variables
Fixes [YOCTO #5295]
Added three new variables to the glossary: UBOOT_MACHINE,
UBOOT_ENTRYPOINT, and UBOOT_LOADADDRESS.
(From yocto-docs rev: 48d52dfd4c395cdfeb95878cbd7f128adba8e398)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 64 |
1 files changed, 63 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index da04d03608..b3a9f8577c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | <link linkend='var-RCONFLICTS'>R</link> | 36 | <link linkend='var-RCONFLICTS'>R</link> |
| 37 | <link linkend='var-S'>S</link> | 37 | <link linkend='var-S'>S</link> |
| 38 | <link linkend='var-T'>T</link> | 38 | <link linkend='var-T'>T</link> |
| 39 | <link linkend='var-USER_CLASSES'>U</link> | 39 | <link linkend='var-UBOOT_ENTRYPOINT'>U</link> |
| 40 | <!-- <link linkend='var-glossary-v'>V</link> --> | 40 | <!-- <link linkend='var-glossary-v'>V</link> --> |
| 41 | <link linkend='var-WARN_QA'>W</link> | 41 | <link linkend='var-WARN_QA'>W</link> |
| 42 | <!-- <link linkend='var-glossary-x'>X</link> --> | 42 | <!-- <link linkend='var-glossary-x'>X</link> --> |
| @@ -5652,6 +5652,68 @@ PARALLEL_MAKEINST with the description ". | |||
| 5652 | 5652 | ||
| 5653 | <glossdiv id='var-glossary-u'><title>U</title> | 5653 | <glossdiv id='var-glossary-u'><title>U</title> |
| 5654 | 5654 | ||
| 5655 | <glossentry id='var-UBOOT_ENTRYPOINT'><glossterm>UBOOT_ENTRYPOINT</glossterm> | ||
| 5656 | <glossdef> | ||
| 5657 | <para> | ||
| 5658 | Specifies the entry point for the U-Boot image. | ||
| 5659 | During U-Boot image creation, the | ||
| 5660 | <filename>UBOOT_ENTRYPOINT</filename> variable is passed | ||
| 5661 | as a command-line parameter to the | ||
| 5662 | <filename>uboot-mkimage</filename> utility. | ||
| 5663 | </para> | ||
| 5664 | |||
| 5665 | <para> | ||
| 5666 | For additional information, see the | ||
| 5667 | <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link> | ||
| 5668 | and | ||
| 5669 | <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link> | ||
| 5670 | variables. | ||
| 5671 | </para> | ||
| 5672 | </glossdef> | ||
| 5673 | </glossentry> | ||
| 5674 | |||
| 5675 | <glossentry id='var-UBOOT_LOADADDRESS'><glossterm>UBOOT_LOADADDRESS</glossterm> | ||
| 5676 | <glossdef> | ||
| 5677 | <para> | ||
| 5678 | Specifies the load address for the U-Boot image. | ||
| 5679 | During U-Boot image creation, the | ||
| 5680 | <filename>UBOOT_LOADADDRESS</filename> variable is passed | ||
| 5681 | as a command-line parameter to the | ||
| 5682 | <filename>uboot-mkimage</filename> utility. | ||
| 5683 | </para> | ||
| 5684 | |||
| 5685 | <para> | ||
| 5686 | For additional information, see the | ||
| 5687 | <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link> | ||
| 5688 | and | ||
| 5689 | <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link> | ||
| 5690 | variables. | ||
| 5691 | </para> | ||
| 5692 | </glossdef> | ||
| 5693 | </glossentry> | ||
| 5694 | |||
| 5695 | <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm> | ||
| 5696 | <glossdef> | ||
| 5697 | <para> | ||
| 5698 | Specifies the value passed on the | ||
| 5699 | <filename>make</filename> command line when building | ||
| 5700 | a U-Boot image. | ||
| 5701 | The value indicates the target platform configuration. | ||
| 5702 | You typically set this variable from the machine | ||
| 5703 | configuration file (i.e. | ||
| 5704 | <filename>conf/machine/<machine_name>.conf</filename>). | ||
| 5705 | </para> | ||
| 5706 | |||
| 5707 | <para> | ||
| 5708 | For additional information, see the | ||
| 5709 | <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link> | ||
| 5710 | and | ||
| 5711 | <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link> | ||
| 5712 | variables. | ||
| 5713 | </para> | ||
| 5714 | </glossdef> | ||
| 5715 | </glossentry> | ||
| 5716 | |||
| 5655 | <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES</glossterm> | 5717 | <glossentry id='var-USER_CLASSES'><glossterm>USER_CLASSES</glossterm> |
| 5656 | <glossdef> | 5718 | <glossdef> |
| 5657 | <para> | 5719 | <para> |
