[U-Boot] [RFC PATCH v2 1/6] fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
Marek Vasut
marek.vasut at gmail.com
Tue Sep 13 05:10:21 CEST 2011
On Tuesday, September 13, 2011 12:04:22 AM Simon Glass wrote:
> This adds a device tree pointer to the global data. It can be set by
> board code. A later commit will add support for embedding it in U-Boot.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> README | 11 +++++++++++
> arch/arm/include/asm/global_data.h | 1 +
> 2 files changed, 12 insertions(+), 0 deletions(-)
>
Hi,
do you actually intend to introduce some kind of a driver model to uboot ?
More information about the U-Boot
mailing list