Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-14 Thread Michal Simek
On 11/13/2013 05:14 PM, Rob Herring wrote: > On 11/13/2013 07:40 AM, Michal Simek wrote: >> On 11/13/2013 11:19 AM, Michal Simek wrote: >>> On 11/12/2013 08:42 PM, Geert Uytterhoeven wrote: Kill the microblaze-specific __fdt_blob section, and start using .dtb.init.rodata from for bu

Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-13 Thread Rob Herring
On 11/13/2013 07:40 AM, Michal Simek wrote: > On 11/13/2013 11:19 AM, Michal Simek wrote: >> On 11/12/2013 08:42 PM, Geert Uytterhoeven wrote: >>> Kill the microblaze-specific __fdt_blob section, and start >>> using .dtb.init.rodata from for >>> built-in DTBs, like most other DT enabled architectu

Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-13 Thread Michal Simek
On 11/13/2013 03:02 PM, Geert Uytterhoeven wrote: > On Wed, Nov 13, 2013 at 2:40 PM, Michal Simek wrote: QUESTION: The padding of the DTB is gone, is this OK? >>> >>> Removing this kernel padding should be fine. I can't remember >>> why it was there from the beginning. >> >> I know why is thi

Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-13 Thread Geert Uytterhoeven
On Wed, Nov 13, 2013 at 2:40 PM, Michal Simek wrote: >>> QUESTION: The padding of the DTB is gone, is this OK? >> >> Removing this kernel padding should be fine. I can't remember >> why it was there from the beginning. > > I know why is this here. The reason is process how dtb is passed > to the k

Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-13 Thread Michal Simek
On 11/13/2013 11:19 AM, Michal Simek wrote: > On 11/12/2013 08:42 PM, Geert Uytterhoeven wrote: >> Kill the microblaze-specific __fdt_blob section, and start using >> .dtb.init.rodata from for built-in DTBs, like >> most other DT enabled architectures. >> >> Signed-off-by: Geert Uytterhoeven >> C

Re: [PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-13 Thread Michal Simek
On 11/12/2013 08:42 PM, Geert Uytterhoeven wrote: > Kill the microblaze-specific __fdt_blob section, and start using > .dtb.init.rodata from for built-in DTBs, like > most other DT enabled architectures. > > Signed-off-by: Geert Uytterhoeven > Cc: Michal Simek > Cc: Rob Herring > Cc: microblaz

[PATCH RFC 15/17] microblaze: Convert from _fdt_start to __dtb_start

2013-11-12 Thread Geert Uytterhoeven
Kill the microblaze-specific __fdt_blob section, and start using .dtb.init.rodata from for built-in DTBs, like most other DT enabled architectures. Signed-off-by: Geert Uytterhoeven Cc: Michal Simek Cc: Rob Herring Cc: microblaze-ucli...@itee.uq.edu.au Cc: devicet...@vger.kernel.org --- Untest