Re: [PATCH v2 00/19] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-05 Thread Bin Meng
Hi Simon, On Sat, Jan 6, 2024 at 9:38 AM Simon Glass wrote: > > Hi Bin, > > On Fri, Jan 5, 2024 at 4:06 PM Bin Meng wrote: > > > > Hi Simon, > > > > On Sat, Jan 6, 2024 at 4:12 AM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Thu, Jan 4, 2024 at 4:02 PM Bin Meng wrote: > > > > > > > >

Re: [PATCH v2 00/19] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-05 Thread Simon Glass
Hi Bin, On Fri, Jan 5, 2024 at 4:06 PM Bin Meng wrote: > > Hi Simon, > > On Sat, Jan 6, 2024 at 4:12 AM Simon Glass wrote: > > > > Hi Bin, > > > > On Thu, Jan 4, 2024 at 4:02 PM Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Thu, Jan 4, 2024 at 11:11 PM Simon Glass wrote: > > > > > > > >

Re: [PATCH v2 00/19] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-05 Thread Bin Meng
Hi Simon, On Sat, Jan 6, 2024 at 4:12 AM Simon Glass wrote: > > Hi Bin, > > On Thu, Jan 4, 2024 at 4:02 PM Bin Meng wrote: > > > > Hi Simon, > > > > On Thu, Jan 4, 2024 at 11:11 PM Simon Glass wrote: > > > > > > U-Boot provides support for editing settings with an 'expo', as well as > > > readi

Re: [PATCH v3 3/8] scripts/Makefile.lib: Statically define *-u-boot.dtsi files location

2024-01-05 Thread Bryan Brattlof
Hi Sumit! On December 28, 2023 thus sayeth Sumit Garg: > Allow u-boot to build DTB from a different directory tree such that > *-u-boot.dtsi files can be included from a common location. Currently > that location is arch/$(ARCH)/dts/, so statically define that common > location. > > This is neede

Re: [PATCH v2 00/19] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-05 Thread Simon Glass
Hi Bin, On Thu, Jan 4, 2024 at 4:02 PM Bin Meng wrote: > > Hi Simon, > > On Thu, Jan 4, 2024 at 11:11 PM Simon Glass wrote: > > > > U-Boot provides support for editing settings with an 'expo', as well as > > reading and writing settings to CMOS RAM. > > > > This series integrates expo functional

Re: inconsistent wget behavior

2024-01-05 Thread Fabio Estevam
On Fri, Jan 5, 2024 at 4:49 PM Michael Nazzareno Trimarchi wrote: > I was thinking that was lwip integration That's a different issue. If you want to test lwip integration, you can try it from: https://github.com/muvarov/u-boot/tree/master_lwip_test_v10

Re: inconsistent wget behavior

2024-01-05 Thread Michael Nazzareno Trimarchi
Hi Fabio On Fri, Jan 5, 2024 at 8:32 PM Fabio Estevam wrote: > > Hi Michael, > > On Fri, Jan 5, 2024 at 4:12 PM Michael Nazzareno Trimarchi > wrote: > > > Can you reproduce with dcache off? > > I haven't tried it. > > > Where are the patches to test? > > The wget issue can be reproduced with U-B

[PATCH] test.py: Update pycryptodomex to address CVE-2023-52323

2024-01-05 Thread Tom Rini
The version of pycryptodomex that we use is vulnerable to this CVE. While not likely an issue for us, let us upgrade to be on the safe side. Reported-by: GitHub dependabot Signed-off-by: Tom Rini --- test/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tes

Re: inconsistent wget behavior

2024-01-05 Thread Fabio Estevam
Hi Michael, On Fri, Jan 5, 2024 at 4:12 PM Michael Nazzareno Trimarchi wrote: > Can you reproduce with dcache off? I haven't tried it. > Where are the patches to test? The wget issue can be reproduced with U-Boot master. No need for extra patches. Please see the first message of this thread

Re: inconsistent wget behavior

2024-01-05 Thread Fabio Estevam
Hi Paul, On Fri, Jan 5, 2024 at 3:57 PM Paul Liu wrote: > > Hi Fabio, > > I tried to investigate this by U-boot sandbox. But it seems to me that I > cannot reproduce this issue. > I put a file on localhost apache server and tried to download it from > localhost. > I might need a more persistent

Re: inconsistent wget behavior

2024-01-05 Thread Michael Nazzareno Trimarchi
Hi On Fri, Jan 5, 2024 at 7:57 PM Paul Liu wrote: > > Hi Fabio, > > I tried to investigate this by U-boot sandbox. But it seems to me that I > cannot reproduce this issue. > I put a file on localhost apache server and tried to download it from > localhost. > I might need a more persistent way to

Re: inconsistent wget behavior

2024-01-05 Thread Paul Liu
Hi Fabio, I tried to investigate this by U-boot sandbox. But it seems to me that I cannot reproduce this issue. I put a file on localhost apache server and tried to download it from localhost. I might need a more persistent way to reproduce this bug. Yours, Paul On Sat, 6 Jan 2024 at 00:17, Fab

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Dragan Simic
On 2024-01-05 18:50, Tom Rini wrote: On Fri, Jan 05, 2024 at 05:48:58PM +0100, Dragan Simic wrote: On 2024-01-05 17:09, Caleb Connolly wrote: > On 05/01/2024 14:47, Dragan Simic wrote: > > On 2024-01-05 14:55, Caleb Connolly wrote: > > > On 04/01/2024 17:47, Dragan Simic wrote: > > > > On 2024-0

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Tom Rini
On Fri, Jan 05, 2024 at 05:48:58PM +0100, Dragan Simic wrote: > On 2024-01-05 17:09, Caleb Connolly wrote: > > On 05/01/2024 14:47, Dragan Simic wrote: > > > On 2024-01-05 14:55, Caleb Connolly wrote: > > > > On 04/01/2024 17:47, Dragan Simic wrote: > > > > > On 2024-01-04 18:12, Caleb Connolly wro

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Dragan Simic
On 2024-01-05 17:09, Caleb Connolly wrote: On 05/01/2024 14:47, Dragan Simic wrote: On 2024-01-05 14:55, Caleb Connolly wrote: On 04/01/2024 17:47, Dragan Simic wrote: On 2024-01-04 18:12, Caleb Connolly wrote: When attempting to probe a device which has an associated IOMMU, if the IOMMU devi

Re: inconsistent wget behavior

2024-01-05 Thread Fabio Estevam
Hi Paul, On Thu, Nov 16, 2023 at 6:41 AM Paul Liu wrote: > > Hi Fabio, > > Yes. I'll look into this problem. Did you have a chance to investigate this problem? Thanks

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Caleb Connolly
On 05/01/2024 14:47, Dragan Simic wrote: > On 2024-01-05 14:55, Caleb Connolly wrote: >> On 04/01/2024 17:47, Dragan Simic wrote: >>> On 2024-01-04 18:12, Caleb Connolly wrote: When attempting to probe a device which has an associated IOMMU, if the IOMMU device can't be found (no drive

[PATCH] boot: add support for button commands

2024-01-05 Thread Caleb Connolly
With the relatively new button API in U-Boot, it's now much easier to model the common usecase of mapping arbitrary actions to different buttons during boot - for example entering fastboot mode, setting some additional kernel cmdline arguments, or booting with a custom recovery ramdisk, to name a f

Re: [PATCH v1 1/1] drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA

2024-01-05 Thread Tom Rini
On Fri, Jan 05, 2024 at 01:54:34AM +, Lau, Wan Yee wrote: > > > > -Original Message- > > From: Tom Rini > > Sent: Thursday, December 21, 2023 10:26 PM > > To: Lau, Wan Yee > > Cc: Marek Vasut ; Chee, Tien Fong > > ; u-boot@lists.denx.de; Hea, Kok Kiang > > ; Maniyam, Dinesh ; > > Ng

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Dragan Simic
On 2024-01-05 14:55, Caleb Connolly wrote: On 04/01/2024 17:47, Dragan Simic wrote: On 2024-01-04 18:12, Caleb Connolly wrote: When attempting to probe a device which has an associated IOMMU, if the IOMMU device can't be found (no driver, disabled driver, driver failed to probe, etc) then we

[PATCH 2/2] lib: rsa: Allow legacy URI specification without "pkcs11:"

2024-01-05 Thread Csókás Bence
But emit a warning for it. Then we can remove support when everyone had time to update their scripts, docs, CI etc. Fixes: ece85cc020 rsa: use pkcs11 uri as defined in rfc7512 Signed-off-by: Csókás Bence --- lib/rsa/rsa-sign.c | 42 ++ 1 file changed, 30

[PATCH 1/2] lib: rsa: Fix PKCS11 URI if one is not given in `keydir`

2024-01-05 Thread Csókás Bence
If `keydir` is not present, we need to build a PKCS11 URI from just the key name. In this case, we *do* need 'pkcs11:' Fixes: ece85cc020 rsa: use pkcs11 uri as defined in rfc7512 Signed-off-by: Csókás Bence --- lib/rsa/rsa-sign.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -

Re: [PATCH] iommu: dont fail silently

2024-01-05 Thread Caleb Connolly
On 04/01/2024 17:47, Dragan Simic wrote: > On 2024-01-04 18:12, Caleb Connolly wrote: >> When attempting to probe a device which has an associated IOMMU, if the >> IOMMU device can't be found (no driver, disabled driver, driver failed >> to probe, etc) then we currently fail to probe the device

Re: [PATCH] mach-snapdragon: Move APQ8016 SoC derived board code

2024-01-05 Thread Sumit Garg
On Thu, 4 Jan 2024 at 18:00, Caleb Connolly wrote: > > Hi Sumit, > > On 03/01/2024 13:07, Sumit Garg wrote: > > In order to avoid duplication of APQ8016 derived boards specific code, > > move common bits like USB pinctrl and fastboot to board-apq8016.c file. > > This will allow future board suppor

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-05 Thread Caleb Connolly
On 05/01/2024 13:14, Sumit Garg wrote: > Hi Caleb, Hi Sumit, [snip] >> --- >> I have tested this series on the Dragonboard410c, Dragonboard820c, and > > This series fails to boot (without any U-Boot console print) on > db410c. I even added below pinctrl change but without any success: Are y

Re: [PATCH] rsa: use pkcs11 uri as defined in rfc7512

2024-01-05 Thread Csókás Bence
Hi, I just noticed this patch being pulled. Won't this break existing scripts though? I mean, I'm all for the change, as now I don't have to cut "pkcs11:" from URLs anymore, but it's bound to mess up some automation systems. Ayoub Zaki wrote: >else >snprintf(k

AW: [PATCH] rockchip: px30: add support for iesy PX30 SoM OSM-S

2024-01-05 Thread Dominik Poggel
Hi Kever, The dts is not yet part of the mainline kernel. The evalboard iesy-rpx30-eva-mi.dts is the mainboard needed. Greetings, Dominik Von: Kever Yang Gesendet: Freitag, 5. Januar 2024 01:29 An: Dominik Poggel ; u-boot@lists.denx.de Cc: s...@chromium.org ; p

RE: [PATCH v1 1/1] drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA

2024-01-05 Thread Lau, Wan Yee
> -Original Message- > From: Tom Rini > Sent: Thursday, December 21, 2023 10:26 PM > To: Lau, Wan Yee > Cc: Marek Vasut ; Chee, Tien Fong > ; u-boot@lists.denx.de; Hea, Kok Kiang > ; Maniyam, Dinesh ; > Ng, Boon Khai ; Yuslaimi, Alif Zakuan > ; Chong, Teik Heng > ; Zamri, Muhammad Hazi

Re: [PATCH v2 00/32] Qualcomm generic board support

2024-01-05 Thread Sumit Garg
Hi Caleb, On Tue, 19 Dec 2023 at 21:34, Caleb Connolly wrote: > > Historically, Qualcomm boards in U-Boot have all had their own > board/qualcomm/xyz directory, their own CONFIG_TARGET_XYZ option, their > own hardcoded sysmap-xyz.c file, and their own U-Boot specific > devicetree with little/no c

[PATCH v2 2/2] tools: binman: ti_board_cfg: Check for linting problems

2024-01-05 Thread Neha Malcom Francis
Use yamllint for checking whether YAML configuration files are adhering to default yamllint rules. Signed-off-by: Neha Malcom Francis Suggested-by: Nishanth Menon --- Changes since v1: - add yamllint to requirements.txt (Nishanth) tools/binman/etype/ti_board_config.py| 5 +

[PATCH v2 0/2] binman: ti_board_cfg: Add yamllint support

2024-01-05 Thread Neha Malcom Francis
This series adds support for checking and raising an error if a configuration file does not adhere to the default yamllint rules. This is based on the mailing-list suggestion [1]. Boot logs: https://gist.github.com/nehamalcom/9f98d7d17dd19b61a0ad27fdea3bc18e [1]: https://lore.kernel.org/all/20240

Re: [PATCH v3 5/8] doc: devicetree: Updates for devicetree-rebasing subtree

2024-01-05 Thread Sumit Garg
On Fri, 5 Jan 2024 at 13:46, Michal Simek wrote: > > > > On 1/4/24 19:03, Tom Rini wrote: > > On Thu, Jan 04, 2024 at 04:50:14PM +0100, Michal Simek wrote: > >> > >> > >> On 1/4/24 16:30, Tom Rini wrote: > >>> On Thu, Jan 04, 2024 at 03:45:10PM +0100, Michal Simek wrote: > Hi Tom, > > >>

Re: [RFC PATCH 00/16] Introduce ICSSG Ethernet driver

2024-01-05 Thread Anwar, Md Danish
On 1/5/2024 1:49 PM, Roger Quadros wrote: > > > On 03/01/2024 12:27, MD Danish Anwar wrote: >> >> >> On 02/01/24 7:26 pm, Andrew Davis wrote: >>> On 12/27/23 12:56 AM, MD Danish Anwar wrote: On 22/12/23 6:13 pm, Roger Quadros wrote: > > On 22/12/2023 12:26, MD Danish Anw

[PATCH] arm64: zynqmp: Add support for new power-management node name

2024-01-05 Thread Michal Simek
zynqmp-power node is going to be renamed to power-management which should be generic enough. New name came from dt-binding review that's why there is no way around. Add support new name but also at the same time check old name just in case older dt binding is used. Signed-off-by: Michal Simek ---

Re: [RFC PATCH 00/16] Introduce ICSSG Ethernet driver

2024-01-05 Thread Roger Quadros
On 03/01/2024 12:27, MD Danish Anwar wrote: > > > On 02/01/24 7:26 pm, Andrew Davis wrote: >> On 12/27/23 12:56 AM, MD Danish Anwar wrote: >>> >>> >>> On 22/12/23 6:13 pm, Roger Quadros wrote: On 22/12/2023 12:26, MD Danish Anwar wrote: > Hi Roger, > > On 20/12/23 3:29 pm

Re: [PATCH v3 5/8] doc: devicetree: Updates for devicetree-rebasing subtree

2024-01-05 Thread Michal Simek
On 1/4/24 19:03, Tom Rini wrote: On Thu, Jan 04, 2024 at 04:50:14PM +0100, Michal Simek wrote: On 1/4/24 16:30, Tom Rini wrote: On Thu, Jan 04, 2024 at 03:45:10PM +0100, Michal Simek wrote: Hi Tom, On 1/4/24 14:50, Tom Rini wrote: On Thu, Jan 04, 2024 at 06:52:32PM +0530, Sumit Garg wro