[PATCH] doc: usage: cmd: ums: fix dependencies

2024-09-20 Thread thomas . perrot
From: Thomas Perrot Replace CONFIG_USB_USB_GADGET by CONFIG_USB_GADGET. Signed-off-by: Thomas Perrot --- doc/usage/cmd/ums.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/cmd/ums.rst b/doc/usage/cmd/ums.rst index 9d379e3c829e..3d344a55da8c 100644 --- a/doc

[PATCH] riscv: sifive: fu740: reduce DDR speed from 1866MT/s to 1600MT/s

2024-02-22 Thread thomas . perrot
From: Thomas Perrot It appears that there is some timing marginality either in the board layout or the SoC that results in occasional data corruption on some boards. We observed this issue on some of the new HiFive Unmatched RevB boards during volume production as well as some of the original

[PATCH] ARM: at91: armv7: don't initialize clocks if scmi clock driver is enabled

2023-05-30 Thread thomas . perrot
From: Clément Léger Because clock devices are initialized by the SCMI server, if CONFIG_CLK_SCMI is defined. Signed-off-by: Clément Léger Signed-off-by: Thomas Perrot --- arch/arm/mach-at91/armv7/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-at91

[PATCH] rtc: m41t62: implements read8/write8 operations

2023-03-17 Thread thomas . perrot
From: Thomas Perrot These operations are required by dm_rtc_read and dm_bootcount_get helpers. Signed-off-by: Thomas Perrot --- drivers/rtc/m41t62.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/rtc/m41t62.c b/drivers/rtc/m41t62.c index 66a0faa0ecff..891fe09d311b

Re: U-boot

2021-07-30 Thread Thomas Perrot
public key only in this step. The dtb containing the public key(s) is useful to verify the signature at the target boot, or with the tool fit_check_sign to perform an offload checking, for example: fit_check_sign -f ./foo.itb -k ./u-boot.dtb Best regards, Thomas Perrot > > From: Michael

[PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message

2021-07-19 Thread Thomas Perrot
Signed-off-by: Thomas Perrot --- lib/rsa/rsa-verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rsa/rsa-verify.c b/lib/rsa/rsa-verify.c index bb8cc61d94b5..3840764e420e 100644 --- a/lib/rsa/rsa-verify.c +++ b/lib/rsa/rsa-verify.c @@ -556,7 +556,7 @@ int rsa_verify

Some questions about the U-Boot verified boot

2021-07-08 Thread Thomas Perrot
fitimage which does not contain any signature, and ensure that either the images or the configurations are always signed? In my case, setting the variable verify=yes seems doesn’t work correctly. NB. I’m using the version 2020.04. Best regards, Thomas Perrot -- Thomas Perrot, Bootlin Embedded

[PATCH] doc: fix typo in signature.txt

2021-07-02 Thread Thomas Perrot
Fix value fields in signature nodes. Signed-off-by: Thomas Perrot --- doc/uImage.FIT/signature.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index d9a912119032..7cb1c15e5e15 100644 --- a/doc/uImage.FIT