Re: [PATCH v4] cmd: sf: prevent overwriting the reserved memory

2024-09-15 Thread Sughosh Ganu
On Mon, 16 Sept 2024 at 11:47, Vaishnav Achath wrote: > > Hi Prasad, > > On 13/09/24 13:02, Prasad Kummari wrote: > > Added LMB API to prevent SF command from overwriting reserved > > memory areas. The current SPI code does not use LMB APIs for > > loading data into memory addresses. To resolve th

Re: [PATCH v4 05/27] lmb: make LMB memory map persistent and global

2024-09-15 Thread Sughosh Ganu
On Mon, 16 Sept 2024 at 11:34, Vaishnav Achath wrote: > > Hi Sughosh > > On 26/08/24 17:29, Sughosh Ganu wrote: > > The current LMB API's for allocating and reserving memory use a > > per-caller based memory view. Memory allocated by a caller can then be > > overwritten by another caller. Make the

Re: [PATCH v4] cmd: sf: prevent overwriting the reserved memory

2024-09-15 Thread Vaishnav Achath
Hi Prasad, On 13/09/24 13:02, Prasad Kummari wrote: Added LMB API to prevent SF command from overwriting reserved memory areas. The current SPI code does not use LMB APIs for loading data into memory addresses. To resolve this, LMB APIs were added to check the load address of an SF command and e

Re: [PATCH v4 05/27] lmb: make LMB memory map persistent and global

2024-09-15 Thread Vaishnav Achath
Hi Sughosh On 26/08/24 17:29, Sughosh Ganu wrote: The current LMB API's for allocating and reserving memory use a per-caller based memory view. Memory allocated by a caller can then be overwritten by another caller. Make these allocations and reservations persistent using the alloced list data s

RE: [PATCH 7/7] mtd: rawnand: brcmnand: Add support for getting ecc setting from strap

2024-09-15 Thread William Zhang
Please also consider to update the brcmnand_get_sector_size_1k code based on change in the linux driver so we can keep them consistent as much as possible. > -Original Message- > From: Linus Walleij > Sent: Wednesday, September 11, 2024 12:11 AM > To: u-boot@lists.denx.de; Dario Binacchi

[PATCH] fs: Fix reserved memory alloaction in fs_read()

2024-09-15 Thread Vaishnav Achath
The reserved memory region in fs_read() is not being freed after read, free that. The issue was uncovered by commit ed17a33fed29 ("lmb: make LMB memory map persistent and global") as now the region used to load from fs cannot be reused by other loaders like tftp, wget which use lmb_get_free_size()

RE: [PATCH 7/7] mtd: rawnand: brcmnand: Add support for getting ecc setting from strap

2024-09-15 Thread William Zhang
> -Original Message- > From: Linus Walleij > Sent: Wednesday, September 11, 2024 12:11 AM > To: u-boot@lists.denx.de; Dario Binacchi > ; Michael Trimarchi > ; Anand Gore > ; William Zhang > ; Kursad Oney > ; Philippe Reynes > > Cc: Linus Walleij ; David Regan > ; Miquel Raynal > Subject:

RE: [PATCH 6/7] mtd: rawnand: brcmnand: Support write protection setting from dts

2024-09-15 Thread William Zhang
> -Original Message- > From: Linus Walleij > Sent: Wednesday, September 11, 2024 12:11 AM > To: u-boot@lists.denx.de; Dario Binacchi > ; Michael Trimarchi > ; Anand Gore > ; William Zhang > ; Kursad Oney > ; Philippe Reynes > > Cc: Linus Walleij ; Florian Fainelli > ; Kamal Dasu > ; David

RE: [PATCH 0/7] mtd: nand: brcmnand: Backported fixes from Linux

2024-09-15 Thread William Zhang
> -Original Message- > From: Linus Walleij > Sent: Thursday, September 12, 2024 1:16 AM > To: William Zhang > Cc: u-boot@lists.denx.de; Dario Binacchi > ; Michael Trimarchi > ; Anand Gore > ; Kursad Oney > ; Philippe Reynes > ; Florian Fainelli > ; Miquel Raynal > ; Kamal Dasu ; > David R

[PATCH] board: ti: j722s: Update Resource Management configs

2024-09-15 Thread Vaishnav Achath
Update J722S Resource Management configs to the latest output generated by K3 Resource Partitioning tool. Main change includes allocating more BCDMA channels to A53 for CSI2RX to support 4 x CSIRX capture instance simultaneously. Signed-off-by: Vaishnav Achath --- Test logs (CSI capture + RM con

Re: [PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch

2024-09-15 Thread Tom Rini
On Sun, Sep 15, 2024 at 07:00:08PM +0200, Heinrich Schuchardt wrote: > On 8/26/24 18:39, Tom Rini wrote: > > The previous wording on the paragraph about what branch to use when > > submitting patches did not reflect how / when the next branch is > > currently used. Reword this to note that master s

Re: [PATCH 00/10] SMBIOS improvements

2024-09-15 Thread Tom Rini
On Sun, Sep 15, 2024 at 07:57:19PM +0200, Heinrich Schuchardt wrote: > On 8/26/24 21:59, Tom Rini wrote: > > On Mon, Aug 26, 2024 at 01:12:16PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 26 Aug 2024 at 12:23, Tom Rini wrote: > > > > > > > > On Mon, Aug 26, 2024 at 11:58:54AM -06

Re: [PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch

2024-09-15 Thread Tom Rini
On Sun, Sep 15, 2024 at 07:00:08PM +0200, Heinrich Schuchardt wrote: > On 8/26/24 18:39, Tom Rini wrote: > > The previous wording on the paragraph about what branch to use when > > submitting patches did not reflect how / when the next branch is > > currently used. Reword this to note that master s

Re: [PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch

2024-09-15 Thread Tom Rini
On Sun, Sep 15, 2024 at 12:19:29PM -0600, Tom Rini wrote: > On Sun, Sep 15, 2024 at 07:00:08PM +0200, Heinrich Schuchardt wrote: > > On 8/26/24 18:39, Tom Rini wrote: > > > The previous wording on the paragraph about what branch to use when > > > submitting patches did not reflect how / when the ne

Re: [PATCH 00/10] SMBIOS improvements

2024-09-15 Thread Heinrich Schuchardt
On 8/26/24 21:59, Tom Rini wrote: On Mon, Aug 26, 2024 at 01:12:16PM -0600, Simon Glass wrote: Hi Tom, On Mon, 26 Aug 2024 at 12:23, Tom Rini wrote: On Mon, Aug 26, 2024 at 11:58:54AM -0600, Simon Glass wrote: Hi Caleb, On Mon, 19 Aug 2024 at 17:03, Caleb Connolly wrote: Hi Simon, As

Re: [PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch

2024-09-15 Thread Heinrich Schuchardt
On 8/26/24 18:39, Tom Rini wrote: The previous wording on the paragraph about what branch to use when submitting patches did not reflect how / when the next branch is currently used. Reword this to note that master should be used for bug and regression fixes, always, and that next should be used

Re: [PATCH 0/2] Bump new hush commits and fix old hush test behavior

2024-09-15 Thread Tom Rini
On Tue, 03 Sep 2024 19:09:41 +0200, Francis Laniel wrote: > With this series, I bumped the new hush to get the latest commits from > upstream. > > Also, I added back a reverted commit which goal was to fix a bad behavior in > old hush test. > I had to tweak a bit this commit, but everything work

Re: [PATCH v6 10/12] net/netcat: add netcat over tcp support

2024-09-15 Thread Mikhail Kshevetskiy
On 12.09.2024 03:59, Simon Glass wrote: > Hi Mikhail, > > On Mon, 9 Sept 2024 at 16:27, Mikhail Kshevetskiy > wrote: >> This patch adds downloading/uploading of data with netcat. >> Client/server mode both supported. >> >> How to test: >> >> netcat-openbsd=1.219-1 from debian were