[U-Boot] [PATCH] LS1021ATWR: Modify u-boot size for sd secure boot

2017-01-30 Thread Vinitha Pillai-B57223
From: Vinitha Pillai Raw uboot image is used in place of FIT image in secure boot. The maximum allocated size of raw u-boot bin is 1MB in memory map. Hence , CONFIG_SYS_MONITOR_LEN has been modified to 1 MB. The bootscript (BS_ADDR) and its header (BS_HDR_ADDR) offset on MMC have also been modi

Re: [U-Boot] [PATCH] LS1021ATWR: Modify u-boot size for sd secure boot

2017-01-30 Thread york sun
On 01/29/2017 11:24 PM, Vinitha Pillai-B57223 wrote: > From: Vinitha Pillai > > Raw uboot image is used in place of FIT image in secure boot. > The maximum allocated size of raw u-boot bin is 1MB in memory map. > Hence , CONFIG_SYS_MONITOR_LEN has been modified to 1 MB. > The bootscript (BS_ADDR)

Re: [U-Boot] [PATCH] LS1021ATWR: Modify u-boot size for sd secure boot

2017-01-30 Thread york sun
On 01/29/2017 11:24 PM, Vinitha Pillai-B57223 wrote: > From: Vinitha Pillai > > Raw uboot image is used in place of FIT image in secure boot. > The maximum allocated size of raw u-boot bin is 1MB in memory map. > Hence , CONFIG_SYS_MONITOR_LEN has been modified to 1 MB. > The bootscript (BS_ADDR)