
31 May
2023
31 May
'23
7:13 p.m.
On Tue, 30 May 2023 at 19:04, Marek Vasut marek.vasut+renesas@mailbox.org wrote:
Add test for command bdinfo .
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
Cc: Jason Liu jason.hui.liu@nxp.com Cc: Michal Simek michal.simek@amd.com Cc: Ovidiu Panait ovpanait@gmail.com Cc: Simon Glass sjg@chromium.org
V2: Fix build failure on snow, just iterate over all DRAM banks and test them, no more macro hardcoding
include/test/suites.h | 1 + test/cmd/Makefile | 1 + test/cmd/bdinfo.c | 188 ++++++++++++++++++++++++++++++++++++++++++ test/cmd_ut.c | 6 ++ 4 files changed, 196 insertions(+) create mode 100644 test/cmd/bdinfo.c
Reviewed-by: Simon Glass sjg@chromium.org