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:
> > > >
> > > >
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:
> > > >
> > > >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
> -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
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
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 +
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
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,
>
> >>
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
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
---
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
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
36 matches
Mail list logo