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