Re: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support

2019-02-19 Thread Prabhakar Kushwaha
> -Original Message- > From: U-Boot On Behalf Of Ashish Kumar > Sent: Thursday, January 24, 2019 11:04 AM > To: Priyanka Jain ; u-boot@lists.denx.de; York Sun > > Subject: Re: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot > support > > &

Re: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support

2019-02-12 Thread Priyanka Jain
>-Original Message- >From: Ashish Kumar >Sent: Thursday, January 24, 2019 11:04 AM >To: Priyanka Jain ; u-boot@lists.denx.de; York Sun > >Subject: RE: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support > > > >> -Original Message- >&

Re: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support

2019-01-23 Thread Ashish Kumar
> -Original Message- > From: U-Boot On Behalf Of Priyanka Jain > Sent: Thursday, January 24, 2019 10:52 AM > To: u-boot@lists.denx.de; York Sun > Cc: Priyanka Jain > Subject: [U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support > > Add u-boot envir

[U-Boot] [PATCH][v3] board/lx2160ardb: Add distro boot support

2019-01-23 Thread Priyanka Jain
Add u-boot enviroments to support distro boot which scan boot.scr from external storage devices (e.g. SD/USB/SCSI disk) and execute autoboot script Signed-off-by: Priyanka Jain --- Depends on https://patchwork.ozlabs.org/patch/990094/ Changes for v3: Add USB as boot target device Changes for v2