commit | 5002d8cc54f5be2230c4ccf60448e8720444671c | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 14 21:44:13 2015 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 21 14:02:49 2015 +0100 |
tree | 43577b31b63ab80ea404ead84ed78d10035a8e1b | |
parent | 8cec725ad502c955c2e8088ae1afb4e06ef80cef [diff] |
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>