[U-Boot] [PATCH v3 1/3] test: check u-boot properties in SPL device tree

Simon Glass sjg at chromium.org
Fri Jun 28 13:54:55 UTC 2019


On Tue, 21 May 2019 at 18:53, Simon Glass <sjg at chromium.org> wrote:
>
> On Tue, 21 May 2019 at 11:19, Patrick Delaunay <patrick.delaunay at st.com> 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 <patrick.delaunay at st.com>
> > ---
> >
> > 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 <sjg at chromium.org>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list