[PATCH 6/8] add support to supplement atags to device tree
Piotr Wilczek
p.wilczek at samsung.com
Thu Dec 12 07:09:59 EST 2013
Jason,
> -----Original Message-----
> From: Jason Cooper [mailto:jason at lakedaemon.net]
> Sent: Wednesday, December 11, 2013 8:01 PM
> To: Piotr Wilczek
> Cc: devicetree-discuss at lists.ozlabs.org; linux-arm-
> kernel at lists.infradead.org; Daniel Mack; Nicolas Pitre; Kyungmin Park
> Subject: Re: [PATCH 6/8] add support to supplement atags to device tree
>
> Piotr,
>
> First, thanks for the patch series!
>
> On Wed, Dec 11, 2013 at 02:07:37PM +0100, Piotr Wilczek wrote:
> > Signed-off-by: Piotr Wilczek <p.wilczek at samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> > ---
> > Makefile | 9 +-
> > atags.h | 2 +
> > atags_to_fdt.c | 197 +++++++
> > fdt.c | 224 ++++++++
> > fdt_ro.c | 576 +++++++++++++++++++++
> > fdt_rw.c | 494 ++++++++++++++++++
> > fdt_wip.c | 120 +++++
> > libfdt.h | 1478
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
> > libfdt_env.h | 13 +
> > libfdt_internal.h | 95 ++++
> > main.c | 4 +
> > setup.h | 187 +++++++
> > types.h | 28 +
> > 13 files changed, 3426 insertions(+), 1 deletion(-) create mode
> > 100644 atags_to_fdt.c create mode 100644 fdt.c create mode 100644
> > fdt_ro.c create mode 100644 fdt_rw.c create mode 100644 fdt_wip.c
> > create mode 100644 libfdt.h create mode 100644 libfdt_env.h create
> > mode 100644 libfdt_internal.h create mode 100644 setup.h
>
> I was actually working on this, but you beat me to it :)
Sorry, I didn't know.
>
> Could you copy the libfdt directory out of dtc and use it as is?
> That'll make upgrading in the future easier. iow, place these files in
> libfdt/.
>
I will move it to the libfdt directory.
>
> thx,
>
> Jason.
Best regards,
Piotr
More information about the linux-arm-kernel
mailing list