From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 22 Mar 2019 15:53:07 +0800 Subject: [U-Boot] [PATCH v3 10/13] fdtdec: test: Add carveout tests In-Reply-To: <20190321181010.27005-11-thierry.reding@gmail.com> References: <20190321181010.27005-1-thierry.reding@gmail.com> <20190321181010.27005-11-thierry.reding@gmail.com> 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 Thierry, On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > From: Thierry Reding > > Implement carveout tests for 32-bit and 64-bit builds. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - new patch > > lib/fdtdec_test.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 152 insertions(+) Reviewed-by: Simon Glass Just an idea - as an alternative you could use the built-in device tree as your base rather than creating a new one. But perhaps that would only be safe on sandbox? Regards, Simon