Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-07-15 Thread Michal Simek
On 10.6.2016 18:44, Simon Glass wrote: > Hi Michal, > > On 9 June 2016 at 08:23, Michal Simek wrote: >> Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update >> memory setup in DTB file. >> One example of usage of this option is to boot OS with different memory >> setup than U-Bo

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Simon Glass
Hi Michal, On 9 June 2016 at 08:23, Michal Simek wrote: > Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update > memory setup in DTB file. > One example of usage of this option is to boot OS with different memory > setup than U-Boot use. > > Signed-off-by: Michal Simek > --- >

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Alexander Graf
On 10.06.16 14:31, Michal Simek wrote: > On 10.6.2016 14:12, Alexander Graf wrote: >> >> >> On 10.06.16 13:51, Michal Simek wrote: >>> On 10.6.2016 13:13, Alexander Graf wrote: On 10.06.16 13:07, Michal Simek wrote: > On 9.6.2016 16:40, Alexander Graf wrote: >> On 06/09/201

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Michal Simek
On 10.6.2016 14:12, Alexander Graf wrote: > > > On 10.06.16 13:51, Michal Simek wrote: >> On 10.6.2016 13:13, Alexander Graf wrote: >>> >>> >>> On 10.06.16 13:07, Michal Simek wrote: On 9.6.2016 16:40, Alexander Graf wrote: > On 06/09/2016 04:32 PM, Michal Simek wrote: >> On 9.6.2016

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Alexander Graf
On 10.06.16 13:51, Michal Simek wrote: > On 10.6.2016 13:13, Alexander Graf wrote: >> >> >> On 10.06.16 13:07, Michal Simek wrote: >>> On 9.6.2016 16:40, Alexander Graf wrote: On 06/09/2016 04:32 PM, Michal Simek wrote: > On 9.6.2016 16:29, Alexander Graf wrote: >> On 06/09/2016 04:2

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Michal Simek
On 10.6.2016 13:13, Alexander Graf wrote: > > > On 10.06.16 13:07, Michal Simek wrote: >> On 9.6.2016 16:40, Alexander Graf wrote: >>> On 06/09/2016 04:32 PM, Michal Simek wrote: On 9.6.2016 16:29, Alexander Graf wrote: > On 06/09/2016 04:23 PM, Michal Simek wrote: >> Disable arch_fi

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Alexander Graf
On 10.06.16 13:07, Michal Simek wrote: > On 9.6.2016 16:40, Alexander Graf wrote: >> On 06/09/2016 04:32 PM, Michal Simek wrote: >>> On 9.6.2016 16:29, Alexander Graf wrote: On 06/09/2016 04:23 PM, Michal Simek wrote: > Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't upda

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-10 Thread Michal Simek
On 9.6.2016 16:40, Alexander Graf wrote: > On 06/09/2016 04:32 PM, Michal Simek wrote: >> On 9.6.2016 16:29, Alexander Graf wrote: >>> On 06/09/2016 04:23 PM, Michal Simek wrote: Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One exam

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-09 Thread Alexander Graf
On 06/09/2016 04:32 PM, Michal Simek wrote: On 9.6.2016 16:29, Alexander Graf wrote: On 06/09/2016 04:23 PM, Michal Simek wrote: Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One example of usage of this option is to boot OS with different memo

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-09 Thread Michal Simek
On 9.6.2016 16:29, Alexander Graf wrote: > On 06/09/2016 04:23 PM, Michal Simek wrote: >> Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update >> memory setup in DTB file. >> One example of usage of this option is to boot OS with different memory >> setup than U-Boot use. >> >> Si

Re: [U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-09 Thread Alexander Graf
On 06/09/2016 04:23 PM, Michal Simek wrote: Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One example of usage of this option is to boot OS with different memory setup than U-Boot use. Signed-off-by: Michal Simek Could we instead just have th

[U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls

2016-06-09 Thread Michal Simek
Disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One example of usage of this option is to boot OS with different memory setup than U-Boot use. Signed-off-by: Michal Simek --- Kconfig | 8 arch/arm/lib/bootm-fdt.c | 2 ++