RE: [EXT] Re: [PATCH] ls1028a: fix EFI boot

2020-07-23 Thread Andy Tang
: [EXT] Re: [PATCH] ls1028a: fix EFI boot > > Caution: EXT Email > > On Thu, Jul 23, 2020 at 06:26:38AM +, Andy Tang wrote: > > Hi Yousaf, > Hi Andy, > > > > Could you please try removing entire environment variable > "scan_dev_for_boot"

Re: [PATCH] ls1028a: fix EFI boot

2020-07-23 Thread Mian Yousaf Kaukab
On Thu, Jul 23, 2020 at 06:26:38AM +, Andy Tang wrote: > Hi Yousaf, Hi Andy, > > Could you please try removing entire environment variable "scan_dev_for_boot" > in the ls1028aqds/rdb header file? > In this way, the default value for scan_dev_for_boot could be used and meet > your requirement

RE: [PATCH] ls1028a: fix EFI boot

2020-07-22 Thread Andy Tang
> Sent: 2020年7月22日 18:01 > To: Mian Yousaf Kaukab ; u-boot@lists.denx.de; Rajesh > Bhagat ; harninder@nxp.com; > sudhanshu.gu...@nxp.com > Cc: prabhakar.kushw...@nxp.com; Andy Tang ; > Priyanka Jain > Subject: RE: [PATCH] ls1028a: fix EFI boot > > Hello Yousaf &g

RE: [PATCH] ls1028a: fix EFI boot

2020-07-22 Thread Poonam Aggrwal
riyanka > Jain ; Mian Yousaf Kaukab > Subject: [PATCH] ls1028a: fix EFI boot > > scan_dev_for_efi is supposed to be called from scan_dev_for_boot. > However this call is missing for ls1028ardb and ls1028aqds boards. As a > result EFI > boot doesn’t work. Fix this issue by add

[PATCH] ls1028a: fix EFI boot

2020-07-21 Thread Mian Yousaf Kaukab
scan_dev_for_efi is supposed to be called from scan_dev_for_boot. However this call is missing for ls1028ardb and ls1028aqds boards. As a result EFI boot doesn’t work. Fix this issue by adding scan_dev_for_efi call. Signed-off-by: Mian Yousaf Kaukab --- include/configs/ls1028aqds.h | 1 + includ