[U-Boot] [PATCH 20/20] tegra: config: nyan-big: Add options required by Chrome OS boot

Stephen Warren swarren at wwwdotorg.org
Thu Feb 26 00:31:50 CET 2015


On 02/17/2015 03:29 PM, Simon Glass wrote:
> We need to match the device tree in the FIT with the U-Boot model so we
> can automatically select the right device tree. Also adjust the load address
> so that the device tree is not in the way when a zImage kernel tries to
> extract itself.

We don't tend to use LOADADDR in any of the default boot scripts any 
more. Rather, we explicitly load files to a "semantic" location 
indicated by one of the following variables in tegra124-common.h:

#define MEM_LAYOUT_ENV_SETTINGS \
         "scriptaddr=0x90000000\0" \
         "pxefile_addr_r=0x90100000\0" \
         "kernel_addr_r=0x81000000\0" \
         "fdt_addr_r=0x82000000\0" \
         "ramdisk_addr_r=0x82100000\0"

Perhaps the ChromeOS boot scripts could be adjusted to use one/some of 
those variables?

If the value of CONFIG_LOADADDR isn't appropriate, perhaps we should fix 
it for all Tegra SoCs/boards?


More information about the U-Boot mailing list