From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www65.dixiesys.com (ns65a.dixiesys.com [65.254.42.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D368567A44 for ; Fri, 28 Apr 2006 08:20:01 +1000 (EST) Message-ID: <44513DC1.8040608@orkun.us> Date: Thu, 27 Apr 2006 16:55:13 -0500 From: Tolunay Orkun MIME-Version: 1.0 To: Wolfgang Denk Subject: Re: [U-Boot-Users] Re: FT u-boot shim References: <20060427194055.3EED1353A57@atlas.denx.de> In-Reply-To: <20060427194055.3EED1353A57@atlas.denx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: "linuxppc-dev@ozlabs.org list" , U-Boot Users List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Wolfgang Denk wrote: > In message you wrote: >> The problem is that there are somethings that u-boot knows that needs >> to go into the blob (memory size, boot args, initrd info, >> frequencies, etc.) > > Yes. Can we append auch variable data to the fixed part of the dts? > >> How would we distinguish the bootm command that takes a blob versus >> the ones we have today? > > Arg count. For example: > > OLD: bootm > or bootm > > NEW: bootm - > or bootm How would you like to handle the case when dts is packed into multi-image file? Is bootm going to assume that the 3rd Image is dts? Since dts is tightly coupled to kernel I would prefer something like: bootm [:] Best regards, Tolunay From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Thu, 27 Apr 2006 16:55:13 -0500 Subject: [U-Boot-Users] Re: FT u-boot shim In-Reply-To: <20060427194055.3EED1353A57@atlas.denx.de> References: <20060427194055.3EED1353A57@atlas.denx.de> Message-ID: <44513DC1.8040608@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message you wrote: >> The problem is that there are somethings that u-boot knows that needs >> to go into the blob (memory size, boot args, initrd info, >> frequencies, etc.) > > Yes. Can we append auch variable data to the fixed part of the dts? > >> How would we distinguish the bootm command that takes a blob versus >> the ones we have today? > > Arg count. For example: > > OLD: bootm > or bootm > > NEW: bootm - > or bootm How would you like to handle the case when dts is packed into multi-image file? Is bootm going to assume that the 3rd Image is dts? Since dts is tightly coupled to kernel I would prefer something like: bootm [:] Best regards, Tolunay