[U-Boot] [PATCH v3 59/62] x86: link: Set up device tree for SPL
Bin Meng
bmeng.cn at gmail.com
Tue Feb 7 05:18:32 UTC 2017
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass <sjg at chromium.org> wrote:
> Add the correct pre-relocation tag so that the required device tree nodes
> are present in the SPL device tree.
>
> On x86 it doesn't make a lot of sense to have a separate SPL device tree.
> Since everything is in the same ROM we might as well just use the main
> device tree in both SPL and U-Boot proper. But we haven't implemented that,
> so this is a good first step.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3:
> - Expand pre-reloc malloc() size in this patch to prevent boot failure
>
> Changes in v2: None
>
> arch/x86/dts/chromebook_link.dts | 15 ++++++++++++++-
> configs/chromebook_link_defconfig | 4 ++--
> 2 files changed, 16 insertions(+), 3 deletions(-)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list