[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/7] add imported "FDT" module for flattened device tree oper
From: |
Francesco Lavra |
Subject: |
Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations |
Date: |
Mon, 01 Apr 2013 18:42:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
On 04/01/2013 04:16 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> Could you put the library itself into a separate tar rather than patch?
I recall you saying a few months ago that you'd prefer rather without
libfdt. In fact, libfdt contains much more than what is needed by GRUB.
I rewrote the FDT-related functions needed by GRUB (using GRUB's naming
convention) and put them in the standalone files grub-core/lib/fdt.c and
include/grub/fdt.h. The .c file would need to be included in the linux
loader module. I also changed loader/arm/linux.c to use the new functions.
Attached are the needed files; the loader code already contains the
changes which I proposed in my review of Leif's patch, but supports EFI
only, not U-Boot. Also, my code is not completely tested yet, I just
wanted to send it out to get your feedback.
Regards,
Francesco
fdt.c
Description: Text Data
fdt.h
Description: Text Data
linux.c
Description: Text Data
- Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations,
Francesco Lavra <=