]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm: prepare a flattened device tree for the kernel
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 14 Jan 2015 20:44:13 +0000 (21:44 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Jan 2015 13:02:49 +0000 (14:02 +0100)
commit5002d8cc54f5be2230c4ccf60448e8720444671c
tree43577b31b63ab80ea404ead84ed78d10035a8e1b
parent8cec725ad502c955c2e8088ae1afb4e06ef80cef
MIPS: bootm: prepare a flattened device tree for the kernel

Add the initial code to prepare a flattened device tree for
the kernel like relocating the FDT blob and fixing up the
/chosen and /memory nodes.

The final hand over to the kernel is not yet implemented. After
the community agreed on the MIPS boot interface for device trees,
the corresponding code will be added.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
arch/mips/lib/bootm.c