From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 16 Dec 2007 21:20:01 +0100 Subject: [U-Boot-Users] [PATCH] 85xx: add ability to upload QE firmware In-Reply-To: Your message of "Fri, 14 Dec 2007 16:39:49 CST." <11976719892795-git-send-email-timur@freescale.com> Message-ID: <20071216202001.26DF1248AC@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <11976719892795-git-send-email-timur@freescale.com> you wrote: > Define the layout of a binary blob that contains a QE firmware and instructions > on how to upload it. Add function qe_upload_firmware() to parse the blob and I'm not sure if such firmware shouldbe part of the device tree, or rather a separate image or part of the image. Actually I think the definition of such a blob, if needed at all, should only be a tamporary workaround unti we have the new image format in place. Then this should become part of the new image implementation. Please follow the ongoing discussions of this topic and make sure to voice your wishes and requirements. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Is a computer language with goto's totally Wirth-less?