From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Tue, 12 Feb 2013 13:44:22 +0100 Subject: [U-Boot] [PATCH v5 1/3] Add README for the "Falcon" mode In-Reply-To: <511A3111.1090507@gmail.com> References: <1360658294-5374-1-git-send-email-sbabic@denx.de> <511A2BFD.40301@gmail.com> <511A3111.1090507@gmail.com> Message-ID: <511A3926.1000801@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 Dear Stefan Roese, On 02/12/2013 01:09 PM, Stefan Roese wrote: > On 12.02.2013 12:48, Andreas Bie?mann wrote: > 3. Use "fdt" commands to patch the DT blob: > => fdt addr 1800000 > => fdt boardsetup > => fdt chosen > > 4. Display patched DT blob (optional): > => fdt print > > 5. Save fdt to NOR flash: > => erase fc060000 fc07ffff > => cp.b 1800000 fc060000 10000 > ... > > So all we need for DT based booting (compared to ATAG booting) is the > "fdt" command. As I understand this guide there is no 'spl export' required for 'Falcon Mode' with FDT, is that correct? > Stefano, perhaps you could integrate this into this README as well. +1 Best regards Andreas Bie?mann