From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 13 Sep 2011 05:10:21 +0200 Subject: [U-Boot] [RFC PATCH v2 1/6] fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) In-Reply-To: <1315865067-1443-2-git-send-email-sjg@chromium.org> References: <1315865067-1443-1-git-send-email-sjg@chromium.org> <1315865067-1443-2-git-send-email-sjg@chromium.org> Message-ID: <201109130510.22185.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 ?