Re: [PATCH v2 1/1] lmb: Treat a region which is a subset as equal

2023-02-14 Thread Sjoerd Simons
dt memory region failed (addr=500 > size=2 flags=4) >    Loading Device Tree to 74564000, end 74574603 ... > OK > Working FDT set to 74564000 > > Starting kernel ... > > > Thanks, > Ashok > > > > -----Original Message---

RE: [PATCH v2 1/1] lmb: Treat a region which is a subset as equal

2023-02-13 Thread Soma, Ashok Reddy
PM > To: Tom Rini > Cc: Ashok Reddy Soma ; Heinrich > Schuchardt ; Simek, Michal > ; Patrice Chotard ; > u-boot@lists.denx.de > Subject: [PATCH v2 1/1] lmb: Treat a region which is a subset as equal > > CAUTION: This message has originated from an External Source. Please us

Re: [PATCH v2 1/1] lmb: Treat a region which is a subset as equal

2023-02-12 Thread Tom Rini
On Sun, Feb 12, 2023 at 04:07:05PM +0100, Sjoerd Simons wrote: > In various cases logical memory blocks are coalesced; As a result doing > a strict check whether memory blocks are the same doesn't necessarily > work as a previous addition of a given block might have been merged into > a bigger blo

[PATCH v2 1/1] lmb: Treat a region which is a subset as equal

2023-02-12 Thread Sjoerd Simons
In various cases logical memory blocks are coalesced; As a result doing a strict check whether memory blocks are the same doesn't necessarily work as a previous addition of a given block might have been merged into a bigger block. Fix this by considering a block is already registered if it's a pur