Re: [PATCH v1 3/5] cmd: optee_rpmb: build cmd for sandbox

2024-02-15 Thread Mattijs Korpershoek
Hi Igor, Thank you for the patch. On mer., févr. 14, 2024 at 19:34, Igor Opaniuk wrote: > Support CMD_OPTEE_RPMB for SANDBOX configurations. > Test: > > $ ./u-boot -d arch/sandbox/dts/test.dtb > ... > => optee_rpmb write_pvalue test_variable test_value > Wrote 11 bytes > => optee_rpmb

[PATCH v1 3/5] cmd: optee_rpmb: build cmd for sandbox

2024-02-14 Thread Igor Opaniuk
Support CMD_OPTEE_RPMB for SANDBOX configurations. Test: $ ./u-boot -d arch/sandbox/dts/test.dtb ... => optee_rpmb write_pvalue test_variable test_value Wrote 11 bytes => optee_rpmb read_pvalue test_variable 11 Read 11 bytes, value = test_value Signed-off-by: Igor Opaniuk --- cmd/Kconfig | 4