From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 19 Jun 2018 16:02:46 -0600 Subject: [U-Boot] [PATCH v8 12/30] sandbox: Try to start the RAM buffer at a particular address In-Reply-To: <094edfc9-e485-d577-d4fb-6cf1bccd49ec@suse.de> References: <20180618140835.195901-1-sjg@chromium.org> <20180618140835.195901-13-sjg@chromium.org> <094edfc9-e485-d577-d4fb-6cf1bccd49ec@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alex, On 18 June 2018 at 08:45, Alexander Graf wrote: > On 06/18/2018 04:08 PM, Simon Glass wrote: >> >> Use a starting address of 256MB which should be available. This helps to >> make sandbox RAM buffers pointers more recognisable. >> >> Signed-off-by: Simon Glass > > > Nak, this has a non-0 chance of failing, in case something else is already > mapped at that address. You don't want to have your CI blow up 1% of the > time due to this. It's just a hint though. Everything will still work if it doesn't get this exact address. Regards, Simon