From 5b973c4924d6bdf42420c26ecd9bb74b7804a4ff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Oct 2013 10:19:43 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 64 +++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) 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 @@ R S T - U + U W @@ -5652,6 +5652,68 @@ PARALLEL_MAKEINST with the description ". U + UBOOT_ENTRYPOINT + + + Specifies the entry point for the U-Boot image. + During U-Boot image creation, the + UBOOT_ENTRYPOINT variable is passed + as a command-line parameter to the + uboot-mkimage utility. + + + + For additional information, see the + UBOOT_MACHINE + and + UBOOT_LOADADDRESS + variables. + + + + + UBOOT_LOADADDRESS + + + Specifies the load address for the U-Boot image. + During U-Boot image creation, the + UBOOT_LOADADDRESS variable is passed + as a command-line parameter to the + uboot-mkimage utility. + + + + For additional information, see the + UBOOT_MACHINE + and + UBOOT_ENTRYPOINT + variables. + + + + + UBOOT_MACHINE + + + Specifies the value passed on the + make command line when building + a U-Boot image. + The value indicates the target platform configuration. + You typically set this variable from the machine + configuration file (i.e. + conf/machine/<machine_name>.conf). + + + + For additional information, see the + UBOOT_LOADADDRESS + and + UBOOT_ENTRYPOINT + variables. + + + + USER_CLASSES