| 9e02a6b8 | 19-Apr-2012 |
Stephen Warren <swarren@nvidia.com> |
arm: restore fdt_fixup_ethernet call to do_bootm_linux
Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized do_bootm_linux for ARM. During the re-organization, the call to fdt_fix
arm: restore fdt_fixup_ethernet call to do_bootm_linux
Commit 0a672d4 "arm: Add Prep subcommand support to bootm" re-organized do_bootm_linux for ARM. During the re-organization, the call to fdt_fixup_ethernet() was removed. I assume this was useful, so add it back.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Tom Rini <trini@ti.com>
show more ...
|
| f933e84e | 13-Feb-2012 |
Simon Glass <sjg@chromium.org> |
bootstage: arm: Add bootstage calls in board and bootm
Add calls to bootstage before and after relocation, and just before jumping to the OS.
The idea here is you can call bootstage_report() to get
bootstage: arm: Add bootstage calls in board and bootm
Add calls to bootstage before and after relocation, and just before jumping to the OS.
The idea here is you can call bootstage_report() to get a report. Additionally, if you define CONFIG_BOOTSTAGE_REPORT then a report is printed automatically by U-Boot just before jumping to the kernel.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| eea63e05 | 24-Oct-2011 |
Simon Glass <sjg@chromium.org> |
fdt: ARM: Add fdtcontroladdr to set device tree address in environment
This adds support for a new environment variable called 'fdtcontroladdr'. If defined, the hex address is used as the address of
fdt: ARM: Add fdtcontroladdr to set device tree address in environment
This adds support for a new environment variable called 'fdtcontroladdr'. If defined, the hex address is used as the address of the control fdt for U-Boot.
Note: I have not changed CONFIG_PRAM section as I already have an outstanding patch on that.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|