Re: [PATCH 2/2] board: starqltechn: get board usable - fix defconfig and strip config options

2022-01-30 Thread Dzmitry Sankouski
This patch series reimplemented in more generic way in `save prev bootloader data, when u-boot chainloaded` patch series вт, 11 янв. 2022 г. в 19:19, Tom Rini : > On Tue, Jan 11, 2022 at 07:01:59PM +0300, Dzmitry Sankouski wrote: > > > - add FIT image support > > - increase LMB_MAX_REGIONS, to st

Re: [PATCH 2/2] board: starqltechn: get board usable - fix defconfig and strip config options

2022-01-11 Thread Tom Rini
On Tue, Jan 11, 2022 at 07:01:59PM +0300, Dzmitry Sankouski wrote: > - add FIT image support > - increase LMB_MAX_REGIONS, to store all linux dtb reserved memory regions > - add linux kernel image header > > Uart driver causes hang, when u-boot is used in android boot image instead > of linux. Te

[PATCH 2/2] board: starqltechn: get board usable - fix defconfig and strip config options

2022-01-11 Thread Dzmitry Sankouski
- add FIT image support - increase LMB_MAX_REGIONS, to store all linux dtb reserved memory regions - add linux kernel image header Uart driver causes hang, when u-boot is used in android boot image instead of linux. Temporary disable console driver, until investigated and fixed. Signed-off-by: Dz