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