[U-Boot] very urgent

2011-08-18 Thread Young
May I ask if you would be eligible to pursue a Business Proposal of $19.7m with me if you dont mind? Let me know if you are interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] cmd:fastboot:Kconfig Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

2017-10-14 Thread Benjamin Young
Encountered an issue where fastboot can't write to NAND on a CHIP_pro, the symbol was neither present in the board's config header, nor the Kconfig, this patch puts it in the Kconfig and defaults on when SUNXI_NAND is selected. Signed-off-by: Ben Young --- cmd/fastboot/Kconfig | 9 ++

[U-Boot] [PATCH] kwbimage: fixing the issue with proper return code checking

2019-04-17 Thread Young Xiao
to be treated as a good signature rather than as an error. This issue affects the signature checks on DSA ans ECDSA keys used with SSL/TLS. This issue is similar to CVE-2008-5077, CVE-2009-0021, CVE-2009-0025, CVE-2009-0046 ~ CVE-2009-0049. Signed-off-by: Young Xiao <92siuy...@gmail.com> ---

[U-Boot] [PATCH] kwbimage: fixing the issue with proper return code checking

2019-04-17 Thread Young Xiao
to be treated as a good signature rather than as an error. This issue affects the signature checks on DSA ans ECDSA keys used with SSL/TLS. This issue is similar to CVE-2008-5077, CVE-2009-0021, CVE-2009-0025, CVE-2009-0046 ~ CVE-2009-0049. Signed-off-by: Young Xiao <92siuy...@gmail.com> ---

[PATCH] clock_imx8mq: Added 66 MHz support for QSPI

2021-06-23 Thread Kwon Tae-young
At the current clock setting, the maximum clock for QSPI is 25 MHz. In my case I use M-RAM which supports up to 100 MHz for QSPI, and with this change the QSPI can be clocked up to 66 MHz. Signed-off-by: Kwon Tae-young --- arch/arm/mach-imx/imx8m/clock_imx8mq.c | 4 ++-- 1 file changed, 2