Re: [U-Boot] [PATCH v2] cmd: pxe: Use internal FDT if retrieving from FDTDIR fails

2019-10-15 Thread Anton Leontiev
2019-09-03 10:52, Anton Leontiev : > From: Anton Leontiev > > As FDTDIR label doesn't specify exact file to be loaded, it should > not fail if no file exists in the directory. In this case try to boot > with internal FDT if it exists. > > Signed-off-by: Anton Leontiev Tom,

Re: [U-Boot] [PATCH v2] cmd: pxe: Use internal FDT if retrieving from FDTDIR fails

2019-09-17 Thread Anton Leontiev
e testing and I prefer this to be changed independently to current patch. Best regards, -- Anton Leontiev ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2] cmd: pxe: Use internal FDT if retrieving from FDTDIR fails

2019-09-03 Thread Anton Leontiev
From: Anton Leontiev As FDTDIR label doesn't specify exact file to be loaded, it should not fail if no file exists in the directory. In this case try to boot with internal FDT if it exists. Signed-off-by: Anton Leontiev --- cmd/pxe.c | 21 ++--- 1 file changed, 14 insertions

Re: [U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved

2019-08-31 Thread Anton Leontiev
чт, 29 авг. 2019 г. в 23:35, Stephen Warren : > On 8/29/19 5:20 AM, Anton Leontiev wrote: > > 2019-08-26 at 18:59, Stephen Warren : > > We have a GNU/Linux distribution that use FDTDIR in its extlinux.conf > > to support several boards. But some boards have FDT embedded in U

Re: [U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved

2019-08-29 Thread Anton Leontiev
2019-08-26 at 18:59, Stephen Warren : > On 8/23/19 8:40 AM, Anton Leontiev wrote: > > From: Anton Leontiev > > > > Original commit c61d94d86035 ("pxe: implement fdtdir extlinux.conf tag") > > states, that if FDT file cannot be retrieved then FDT packaged in

[U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved

2019-08-24 Thread Anton Leontiev
From: Anton Leontiev Original commit c61d94d86035 ("pxe: implement fdtdir extlinux.conf tag") states, that if FDT file cannot be retrieved then FDT packaged in firmware should be used. If FDT file cannot be retrieved and it is specified explicitly using FDT keyword then the label