From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 27 Nov 2009 09:51:34 -0500 Subject: [U-Boot] dts support in u-boot In-Reply-To: <001636832acc8fb48604795adfef@google.com> References: <001636832acc8fb48604795adfef@google.com> Message-ID: <4B0FE776.9050106@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 Hi Anup, anupbehare at gmail.com wrote: > Hi, > > I am porting u-boot on ppc440x5 core based board. I need to support dts > in uboot. > As i am new to dts, can anyone please let me know the procedure to > support it in uboot? > > Thanks, > Anup B. It is already supported in u-boot. You will need to create a .dts file to describe your board, compile it with the dtc compiler, and boot using either the 3 parameter version of bootm or using a FIT all-in-one image (preferred). See also the linux documentation: and some more FDT background: If you have specific questions after reading the above, ask away. Best regards, gvb