Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-08-07 Thread York Sun
On 05/26/2017 01:01 AM, Alison Wang wrote: > This patch includes common config_distro_defaults.h and > config_distro_bootcmd.h for u-boot enviroments to support distro boot > which automatically scan boot.scr from storage devices(e.g. > SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021AT

Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-06-14 Thread York Sun
> On Jun 14, 2017, at 18:08, Alison Wang wrote: > > Hi, York, > >>> On 05/26/2017 01:01 AM, Alison Wang wrote: >>> This patch includes common config_distro_defaults.h and >>> config_distro_bootcmd.h for u-boot enviroments to support distro boot >>> which automatically scan boot.scr from storage

Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-06-14 Thread Alison Wang
Hi, York, > On 05/26/2017 01:01 AM, Alison Wang wrote: > > This patch includes common config_distro_defaults.h and > > config_distro_bootcmd.h for u-boot enviroments to support distro boot > > which automatically scan boot.scr from storage devices(e.g. > > SD/USB/SATA/SCSI disk) and execute autobo

Re: [U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-06-13 Thread York Sun
On 05/26/2017 01:01 AM, Alison Wang wrote: > This patch includes common config_distro_defaults.h and > config_distro_bootcmd.h for u-boot enviroments to support distro boot > which automatically scan boot.scr from storage devices(e.g. > SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021AT

[U-Boot] [PATCH] arm: ls1021atwr: Add distro boot support

2017-05-26 Thread Alison Wang
This patch includes common config_distro_defaults.h and config_distro_bootcmd.h for u-boot enviroments to support distro boot which automatically scan boot.scr from storage devices(e.g. SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021ATWR board. Signed-off-by: Shengzhou Liu Signed-off