Re: F2-NAS2 and NSA325 contributions

2023-06-29 Thread Tony Dinh
otfs will need fake-hwclock anyway.. All the best, Tony > czw., 29 cze 2023 o 21:01 Tony Dinh napisał(a): > > > > Hi Henry, > > > > On Thu, Jun 29, 2023 at 6:53 PM Tony Dinh wrote: > > > > > > Hi Heny, > > > > > > On Thu, J

Re: [PATCH v2 1/1] ata: sata_rescan must scan for block devices

2024-08-13 Thread Tony Dinh
Hi Heinrich, Thanks for upgrading this driver to handle multiple SATA controllers. Please see my comments below. On Fri, Aug 9, 2024 at 1:56 AM Heinrich Schuchardt wrote: > > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-14 Thread Tony Dinh
r leads > to an illegal memory access. > Use uclass_foreach_dev_probe() instead of uclass_foreach_dev(). Reviewed-by: Tony Dinh All the best, Tony > --- > drivers/ata/sata.c | 48 +- > 1 file changed, 26 insertions(+), 22 deletions(-) &

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-17 Thread Tony Dinh
Hi Simon, On Fri, Aug 16, 2024 at 3:32 AM Simon Glass wrote: > > Hi Heinrich, > > On Wed, 14 Aug 2024 at 06:53, Heinrich Schuchardt > wrote: > > > > On 14.08.24 14:40, Simon Glass wrote: > > > On Wed, 14 Aug 2024 at 01:10, Heinrich Schuchardt > > > wrote: > > >> > > >> A system may have multipl

Re: [PATCH] cmd: add a fetch utility

2024-11-12 Thread Tony Dinh
Hi Tom, On Fri, Aug 9, 2024 at 3:41 PM Tom Rini wrote: > > On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > > > > Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly > > > : > > > > While U-Boot does a pret

Re: [PATCH v5 17/36] drivers: ata: Rename ahci_mvebu

2024-09-26 Thread Tony Dinh
> DT compatible string "generic-ahci". > > Update existing defconfigs to use the new Kconfig name as well. > > TEST: Booted on QEMU sbsa using the generic-ahci node. > > Signed-off-by: Patrick Rudolph > Reviewed-by: Stefan Roese > Cc: Tom Rini > Cc: Stefan

Re: [PATCH v2 0/2] Fix boot failure due to misaligned DMA buffer

2024-11-07 Thread Tony Dinh
t/bootmeth_extlinux.c | 3 ++- > fs/fs.c | 4 > include/fs.h | 2 +- > 3 files changed, 7 insertions(+), 2 deletions(-) > > -- > 2.39.5 > FYI, this "CACHE: Misaligned operation" problem was also fixed in bootstd script method by this previous patch: https://lists.denx.de/pipermail/u-boot/2023-September/530927.html For the series. Reviewed-by: Tony Dinh All the best, Tony

[PATCH] arm: kirkwood: Enable bootstd for Sheevaplug board

2024-11-19 Thread Tony Dinh
Enable bootstd for Sheevaplug board. Remove JFFS2 support. See JFFS2 Vulnerability[1]. Enable LTO to keep board size within limit. [1] https://lore.kernel.org/u-boot/20241114233005.GN3600562@bill-the-cat/T/#m2fc25da1d2c019bc3cd8676991fdd64b8a21aa9b Signed-off-by: Tony Dinh --- configs

Re: [PATCH] arm: kirkwood: Enable bootstd for Sheevaplug board

2024-11-20 Thread Tony Dinh
Hi Simon, On Wed, Nov 20, 2024 at 4:40 AM Simon Glass wrote: > > Hi Tony, > > On Tue, 19 Nov 2024 at 12:50, Tony Dinh wrote: > > > > Enable bootstd for Sheevaplug board. > > Remove JFFS2 support. See JFFS2 Vulnerability[1]. > > Enable LTO to keep board size

[PATCH] arm: mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards

2024-11-18 Thread Tony Dinh
These boards don't use JFFS2 file system for booting so remove it. Ref: https://lore.kernel.org/u-boot/20241114233005.GN3600562@bill-the-cat/T/#t Signed-off-by: Tony Dinh --- configs/dns325_defconfig | 1 - configs/dockstar_defconfig | 1 - configs/ds414_defconfig | 1 - co

Git commit failed with mbedtls/framework

2024-11-14 Thread Tony Dinh
Hi Tom, I am on 2025.01-rc2, and I am trying to commit some files. The error seems to indicate this framework directory might need some modification. Did I miss something? error: 'lib/mbedtls/external/mbedtls/framework' does not have a commit checked out fatal: updating files failed All the best

Re: ZDI-CAN-24679: New Vulnerability Report

2024-11-14 Thread Tony Dinh
Hi Tom, Hi Stefan, On Thu, Nov 14, 2024 at 8:33 AM Tom Rini wrote: > > On Thu, Nov 14, 2024 at 04:07:15PM +0100, Michal Simek wrote: > > > Hi, > > > > On 11/14/24 15:56, Tom Rini wrote: > > > On Thu, Nov 14, 2024 at 04:02:29AM +, zdi-disclosu...@trendmicro.com > > > wrote: > > > > > > > Hi,

Re: ZDI-CAN-24679: New Vulnerability Report

2024-11-14 Thread Tony Dinh
Hi Tom, Hi Stefan, I've trimmed down the CC list a bit. On Thu, Nov 14, 2024 at 12:33 PM Tom Rini wrote: > > On Thu, Nov 14, 2024 at 12:18:49PM -0800, Tony Dinh wrote: > > Hi Tom, > > Hi Stefan, > > > > On Thu, Nov 14, 2024 at 8:33 AM Tom Rini wrote: > &

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tony Dinh
Hi Tom, Hi Raymond, On Fri, Nov 15, 2024 at 1:09 PM Raymond Mao wrote: > > Hi Tony > > On Fri, 15 Nov 2024 at 15:32, Tony Dinh wrote: >> >> Hi Tom, >> >> On Fri, Nov 15, 2024 at 11:27 AM Tony Dinh wrote: >> > >> > Hi Tom, >

Re: [PATCH v2] cmd: add a fetch utility

2024-11-13 Thread Tony Dinh
Hi Caleb, On Wed, Nov 13, 2024 at 7:22 AM Tom Rini wrote: > > On Wed, Nov 13, 2024 at 03:40:01PM +0100, Heinrich Schuchardt wrote: > > Am 13. November 2024 14:32:57 MEZ schrieb Neil Armstrong > > : > > >On 13/11/2024 05:22, Caleb Connolly wrote: > > >> Add a small utility for displaying some inf

Re: [PATCH v3] cmd: add a fetch utility

2024-11-14 Thread Tony Dinh
that be 'ipaddr' ? > > > + if (!ipaddr) > > + ipaddr = "none"; Other than that ipaddr. Tested-by: Tony Dinh All the best, Tony

[PATCH] arm: kirkwood: Enable bootstd and other modernization for OpenRD boards

2024-11-26 Thread Tony Dinh
Signed-off-by: Tony Dinh --- arch/arm/mach-kirkwood/Kconfig| 1 + board/Marvell/openrd/openrd.env | 20 configs/openrd_base_defconfig | 18 +- configs/openrd_client_defconfig | 18 +- configs/openrd_ultimate_defconfig | 18

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tony Dinh
Hi Tom, On Fri, Nov 15, 2024 at 11:27 AM Tony Dinh wrote: > > Hi Tom, > > On Fri, Nov 15, 2024 at 6:17 AM Tom Rini wrote: > > > > On Thu, Nov 14, 2024 at 08:26:33PM -0800, Tony Dinh wrote: > > > Hi Tom, > > > > > > I am on 2025.01-rc2, and I am

Re: Git commit failed with mbedtls/framework

2024-11-15 Thread Tony Dinh
Hi Tom, On Fri, Nov 15, 2024 at 6:17 AM Tom Rini wrote: > > On Thu, Nov 14, 2024 at 08:26:33PM -0800, Tony Dinh wrote: > > Hi Tom, > > > > I am on 2025.01-rc2, and I am trying to commit some files. The error > > seems to indicate this framework directory might nee

Re: Git commit failed with mbedtls/framework

2024-11-16 Thread Tony Dinh
Hi Raymond, On Fri, Nov 15, 2024 at 1:55 PM Raymond Mao wrote: > > Hi Tony and Tom, > > On Fri, 15 Nov 2024 at 16:35, Tony Dinh wrote: >> >> Hi Tom, >> Hi Raymond, >> >> On Fri, Nov 15, 2024 at 1:09 PM Raymond Mao wrote: >> > >> &g

Re: [PATCH 00/12] imx9: switch to bootstd for i.MX93/1 EVK/QSB and i.MX8M EVK

2025-01-06 Thread Tony Dinh
Hi Peng & Simon, On Mon, Jan 6, 2025 at 4:15 AM Simon Glass wrote: > > Hi Peng, > > On Sun, 5 Jan 2025 at 18:14, Peng Fan wrote: > > > > > Subject: Re: [PATCH 00/12] imx9: switch to bootstd for i.MX93/1 > > > EVK/QSB and i.MX8M EVK > > > > > > Hi Peng, > > > > > > On Sun, 5 Jan 2025 at 17:27, Pe

[PATCH v2] arm: kirkwood: Enable bootstd for Sheevaplug board

2024-11-21 Thread Tony Dinh
Signed-off-by: Tony Dinh --- Changes in v2: Move default envs to text-base environment board/Marvell/sheevaplug/sheevaplug.env | 20 configs/sheevaplug_defconfig| 16 ++-- include/configs/sheevaplug.h| 9 - 3 files changed, 22

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-18 Thread Tony Dinh
Hi Tom, On Sat, Jan 18, 2025 at 6:41 AM Tom Rini wrote: > > On Fri, Jan 17, 2025 at 09:49:43PM -0800, Tony Dinh wrote: > > On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > > > > > Hi Tom, > > > > > > On Thu, 16 Jan 2025 at 10:22, Tom Rini w

Re: [PATCH v3 00/19] bootstd: Support recording images

2025-01-17 Thread Tony Dinh
On Fri, Jan 17, 2025 at 8:32 PM Simon Glass wrote: > > Hi Tom, > > On Thu, 16 Jan 2025 at 10:22, Tom Rini wrote: > > > > On Thu, Jan 16, 2025 at 08:52:38AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 15 Jan 2025 at 16:32, Tom Rini wrote: > > [snip] > > > > I'm referring to the wh

<    1   2   3   4   5   6