From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Date: Wed, 14 Sep 2011 09:47:22 -0400 Subject: [U-Boot] [RFC PATCH v2 2/6] fdt: Add support for embedded device tree (CONFIG_OF_EMBED) In-Reply-To: References: <1315865067-1443-1-git-send-email-sjg@chromium.org> <1315865067-1443-3-git-send-email-sjg@chromium.org> <20110912233714.GB2854@titan.lakedaemon.net> <20110913143727.GC24172@titan.lakedaemon.net> Message-ID: <20110914134722.GF24172@titan.lakedaemon.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon, On Tue, Sep 13, 2011 at 02:06:56PM -0700, Simon Glass wrote: > Hi Jason, > > On Tue, Sep 13, 2011 at 7:37 AM, Jason wrote: > > On Mon, Sep 12, 2011 at 05:12:37PM -0700, Simon Glass wrote: > >> On Mon, Sep 12, 2011 at 4:37 PM, Jason wrote: > >> > Do you have a git tree up that I could base off of? ?git.chromium.org's > >> > version of u-boot doesn't seem to have your code... > >> > >> You probably need to look at a branch: > >> > >> http://git.chromium.org/gitweb/?p=chromiumos/third_party/u-boot.git;a=shortlog;h=refs/heads/chromeos-v2011.06 > >> > >> This is based on U-Boot 2011.06. > > > > Added the remote, thanks. ?Once we figure out the mach-types thing, I'll > > try using the Marvell integrated RTC driver as a real-world example of a > > conversion to fdt. ?I'll probably have questions ;-) > > That sounds great. I've tried to make it fair straightforward - with > an option for building an fdt into U-Boot itself (i.e. don't define > CONFIG_OF_SEPARATE). This should allow you to use your current dev > flow. Okay, I have an initial version that compiles, but doesn't work. Which, surprisingly, is progress. ;-) I'll post the patch a little bit later after I make sure I'm not missing something dumb. I'll also post some comments to your patch series in a moment. thx, Jason.