From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 21 May 2019 18:53:28 -0600 Subject: [U-Boot] [PATCH v3 1/3] test: check u-boot properties in SPL device tree In-Reply-To: <1558459153-14104-2-git-send-email-patrick.delaunay@st.com> References: <1558459153-14104-1-git-send-email-patrick.delaunay@st.com> <1558459153-14104-2-git-send-email-patrick.delaunay@st.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 On Tue, 21 May 2019 at 11:19, Patrick Delaunay wrote: > > Add a test to check the management of the U-boot relocation properties > for device tree SPL generation (fdtgrep result) and platdata: > - 'dm-pre-proper' and 'dm-tpl' not included in SPL > - 'dm-pre-reloc' and 'dm-spl' included in SPL > > Signed-off-by: Patrick Delaunay > --- > > Changes in v3: > - simplify test after Simon remarks by using fdtgrep on spl dtb > > Changes in v2: None > > arch/sandbox/dts/sandbox.dtsi | 18 ++++++++++++++++++ > test/py/tests/test_ofplatdata.py | 28 ++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+) Reviewed-by: Simon Glass