aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-03-02 04:08:45 +0100
committerSimon Glass <sjg@chromium.org>2023-03-08 13:15:14 -0800
commit3998b45e318a888bed905ce9ed15b7b908c5a30d (patch)
tree973aeb126af2f017eda5d5e3cac1a97850d5f2da
parent26281517c654f6272868e2c6c60d9aab7fd985a7 (diff)
downloadu-boot-3998b45e318a888bed905ce9ed15b7b908c5a30d.zip
u-boot-3998b45e318a888bed905ce9ed15b7b908c5a30d.tar.gz
u-boot-3998b45e318a888bed905ce9ed15b7b908c5a30d.tar.bz2
test: cmd: fdt: Add list of remaining missing tests
Add list of missing tests for the 'fdt' command, currently the missing sandbox tests are only 'fdt boardsetup' and 'fdt checksign' . Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--test/cmd/fdt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c
index cdbaf8c..8ae8a52 100644
--- a/test/cmd/fdt.c
+++ b/test/cmd/fdt.c
@@ -15,6 +15,13 @@
#include <test/ut.h>
DECLARE_GLOBAL_DATA_PTR;
+/*
+ * Missing tests:
+ * fdt boardsetup - Do board-specific set up
+ * fdt checksign [<addr>] - check FIT signature
+ * <addr> - address of key blob
+ * default gd->fdt_blob
+ */
/* Declare a new fdt test */
#define FDT_TEST(_name, _flags) UNIT_TEST(_name, _flags, fdt_test)