]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Add tests for the configuration editor
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:23:03 +0000 (10:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit87c1a4130c30e9b1af5d76026f3cc93192eb5cb3
tree70378087a879a4c2d4fb552127061aec350b415c
parenta0874dc4ac7153f49f72c3fb818422d940ecbfea
expo: Add tests for the configuration editor

Add some simple tests and a helpful script to make the configuration
editor easier to set up.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/dts/test.dts
test/boot/expo.c
test/boot/files/expo_layout.dts [new file with mode: 0644]
test/py/tests/test_ut.py
tools/expo.py [new file with mode: 0755]