From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [syslinux] [RFC 0/2] syslinux: Add device tree support Date: Fri, 29 Jun 2012 15:37:54 -0700 Message-ID: <4FEE2E42.2000707@zytor.com> References: <1338478896-11417-1-git-send-email-thierry.reding@avionic-design.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1338478896-11417-1-git-send-email-thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: For discussion of Syslinux and tftp-hpa Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/31/2012 08:41 AM, Thierry Reding wrote: > This patch series adds support for passing a Flattened Device Tree (FDT) > blob to the Linux kernel. Currently, only the linux.c32 module can do so > and some additional checking should be done to only pass the blob if the > kernel supports boot protocol 2.09 or later. > > Thierry Hi there, I just merged a modified/more generic version of your patch. I would appreciate it if you could test it and report back. -hpa