From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Oct 2016 16:34:24 +0200 Subject: [U-Boot] [U-Boot, v3, 6/7] efi_loader: Keep memory mapping sorted when splitting an entry In-Reply-To: <8c3cc87f207641959593129de8313d41@rwthex-w2-b.rwth-ad.de> References: <8c3cc87f207641959593129de8313d41@rwthex-w2-b.rwth-ad.de> Message-ID: <20161013143424.34645.2887@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The code assumes sorted mappings in descending address order. When > splitting a mapping, insert the new part next to the current mapping. > > Signed-off-by: Stefan Br?ns > Reviewed-by: Alexander Graf Thanks, applied to