[U-Boot] [PATCH v2 0/8] fdt: Allow indicating a node is for U-Boot proper only

Patrick Delaunay patrick.delaunay at st.com
Mon May 20 12:59:59 UTC 2019


Hi,

I create this v2 serie with:

1/ documentation update for previous patch
   [U-Boot,v2] dm: remove pre reloc properties in SPL and TPL device tree
   http://patchwork.ozlabs.org/patch/1081155/

   PS: Code is already merged in commit commit c7a88dae997f ("dm: remove
       pre reloc properties in SPL and TPL device tree")
       but not the documentation.

2/ missing part for (patch 1/2)
   http://patchwork.ozlabs.org/project/uboot/list/?series=89846

3/ new tests for pre-reloc propertie in SPL as suggested by Simon
   (http://patchwork.ozlabs.org/patch/1081155/#2156621)

Tell me if is better to split the serie.

Regards
Patrick


Changes in v2:
- add sandbox_spl_dtb_defconfig for test
- solve issue for spl sandbox with dtb
- add new option for spl test: show embedded dtb
- add a new test option: device tree used for compilation
- move all spl test nodes in test dtb
- add some test for SPL with device tree
- rebase on master

Patrick Delaunay (8):
  sandbox: add config for SPL boot with devicetree
  fdt: Allow to use EMBEDDED device tree for SPL
  sandbox: add option show_of_embedded for spl test
  test: py: add option to select device tree used during compilation
  test: move SPL test nodes in test device tree
  test: check u-boot properties in SPL device tree
  fdt: Allow indicating a node is for U-Boot proper only
  dm: doc: add documentation for pre-reloc properties in SPL and TPL

 arch/sandbox/cpu/spl.c            | 188 +++++++++++++++++++++++++++++++++++
 arch/sandbox/cpu/start.c          |   9 ++
 arch/sandbox/dts/sandbox.dts      |  36 -------
 arch/sandbox/dts/sandbox64.dts    |  36 -------
 arch/sandbox/dts/test.dts         |  54 +++++++++++
 arch/sandbox/include/asm/state.h  |   1 +
 board/sandbox/MAINTAINERS         |   1 +
 configs/sandbox_spl_dtb_defconfig | 199 ++++++++++++++++++++++++++++++++++++++
 doc/README.SPL                    |  16 +++
 doc/README.TPL                    |   4 +
 doc/driver-model/README.txt       |   4 +
 drivers/core/util.c               |   2 +
 drivers/video/video-uclass.c      |   4 +-
 include/dm/ofnode.h               |   6 +-
 include/dm/util.h                 |   6 +-
 lib/fdtdec.c                      |   6 ++
 test/py/conftest.py               |  12 ++-
 test/py/tests/test_ofplatdata.py  |  53 ++++++++++
 test/run                          |   8 +-
 19 files changed, 566 insertions(+), 79 deletions(-)
 create mode 100644 configs/sandbox_spl_dtb_defconfig

-- 
2.7.4



More information about the U-Boot mailing list