Re: [U-Boot] [PATCH] image-fdt: reserve lmb for fdt

2018-10-10 Thread Simon Glass
On 10 October 2018 at 00:28, Andy Yan wrote: > Hi Simon: > > Simon Glass 于2018年8月30日周四 上午8:42写道: >> >> On 7 August 2018 at 05:44, Andy Yan wrote: >> > Memory region for fdt should be reserved, or they >> > may be allocated by other module via lmb_alloc. >> > Then the fdt data will be destroy. >>

Re: [U-Boot] [PATCH] image-fdt: reserve lmb for fdt

2018-10-09 Thread Andy Yan
Hi Simon: Simon Glass 于2018年8月30日周四 上午8:42写道: > On 7 August 2018 at 05:44, Andy Yan wrote: > > Memory region for fdt should be reserved, or they > > may be allocated by other module via lmb_alloc. > > Then the fdt data will be destroy. > > > > We found a case on a board with 64MB DRAM like bell

Re: [U-Boot] [PATCH] image-fdt: reserve lmb for fdt

2018-08-29 Thread Simon Glass
On 7 August 2018 at 05:44, Andy Yan wrote: > Memory region for fdt should be reserved, or they > may be allocated by other module via lmb_alloc. > Then the fdt data will be destroy. > > We found a case on a board with 64MB DRAM like bellow: > > No ethernet found. > Hit any key to stop autoboot: 0

Re: [U-Boot] [PATCH] image-fdt: reserve lmb for fdt

2018-08-24 Thread Andy Yan
ping Andy Yan 于2018年8月7日周二 下午7:43写道: > Memory region for fdt should be reserved, or they > may be allocated by other module via lmb_alloc. > Then the fdt data will be destroy. > > We found a case on a board with 64MB DRAM like bellow: > > No ethernet found. > Hit any key to stop autoboot: 0 > A

[U-Boot] [PATCH] image-fdt: reserve lmb for fdt

2018-08-07 Thread Andy Yan
Memory region for fdt should be reserved, or they may be allocated by other module via lmb_alloc. Then the fdt data will be destroy. We found a case on a board with 64MB DRAM like bellow: No ethernet found. Hit any key to stop autoboot: 0 ANDROID: reboot reason: "recovery" FDT load addr 0x10f000