[PATCH v3 05/11] binman: ftest: Add test for u_boot_spl_pubkey_dtb
    Simon Glass 
    sjg at chromium.org
       
    Mon Jul 24 20:46:30 CEST 2023
    
    
  
From: Lukas Funke <lukas.funke at weidmueller.com>
Add test for u_boot_spl_pubkey_dtb. The test adds a public key to the
dtb and checks if the required nodes will be added to the images dtb.
Signed-off-by: Lukas Funke <lukas.funke at weidmueller.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Add newline before main
- Adapted test due to property renaming
Changes in v2:
- Changed u_boot_spl_pubkey_dtb to u-boot-spl-pubkey-dtb
 tools/binman/ftest.py                    | 33 ++++++++++++++++++++++++
 tools/binman/test/281_spl_pubkey_dtb.dts | 16 ++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 tools/binman/test/281_spl_pubkey_dtb.dts
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list