
On Tue, Jun 07, 2016 at 08:47:38PM -0600, Simon Glass wrote:
This series provides a way to compile in the contents of a device tree as C code into U-Boot. It is intended to deal with extremely tight environments where there is not enough space for the ~3KB device tree code overhead. Examples include SPL where there is only 16KB of available RAM yet a full MMC stack is required.
To provide a reasonable test environment, SPL support is added to sandbox, through a new 'sandbox_spl' target. A new tool 'dtoc' converts device tree data to C code (and structure definitions).
More work is needed before this feature is ready for use, but this series contains enough to attract initial comments and testing.
Sorry for the late reply, thanks for doing all of this. In so far as there's non-sandbox changes, it all looks good here. Is there a rockchip platform or similar that you can also convert here? Thanks!