Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-10 Thread Cédric Le Goater
On 7/10/24 9:07 AM, Philippe Mathieu-Daudé wrote: On 10/7/24 07:14, Cédric Le Goater wrote: On 7/9/24 11:32 PM, Philippe Mathieu-Daudé wrote: On 5/7/24 17:52, Philippe Mathieu-Daudé wrote: On 5/7/24 15:28, Philippe Mathieu-Daudé wrote: On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-10 Thread Philippe Mathieu-Daudé
On 10/7/24 07:14, Cédric Le Goater wrote: On 7/9/24 11:32 PM, Philippe Mathieu-Daudé wrote: On 5/7/24 17:52, Philippe Mathieu-Daudé wrote: On 5/7/24 15:28, Philippe Mathieu-Daudé wrote: On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-09 Thread Cédric Le Goater
On 7/9/24 11:32 PM, Philippe Mathieu-Daudé wrote: On 5/7/24 17:52, Philippe Mathieu-Daudé wrote: On 5/7/24 15:28, Philippe Mathieu-Daudé wrote: On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: From: C

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-09 Thread Philippe Mathieu-Daudé
On 5/7/24 17:52, Philippe Mathieu-Daudé wrote: On 5/7/24 15:28, Philippe Mathieu-Daudé wrote: On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: From: Cédric Le Goater When the boot-from-eMMC HW strapp

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-05 Thread Philippe Mathieu-Daudé
On 5/7/24 15:28, Philippe Mathieu-Daudé wrote: On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: From: Cédric Le Goater When the boot-from-eMMC HW strapping bit is set, use the 'boot-config' property t

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-05 Thread Philippe Mathieu-Daudé
On 5/7/24 07:38, Cédric Le Goater wrote: On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: From: Cédric Le Goater When the boot-from-eMMC HW strapping bit is set, use the 'boot-config' property to set the boot config register to boot from the

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-04 Thread Cédric Le Goater
On 7/5/24 5:41 AM, Andrew Jeffery wrote: On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: From: Cédric Le Goater When the boot-from-eMMC HW strapping bit is set, use the 'boot-config' property to set the boot config register to boot from the first boot area partition of the eMMC devi

Re: [PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-04 Thread Andrew Jeffery
On Thu, 2024-07-04 at 07:36 +0200, Cédric Le Goater wrote: > From: Cédric Le Goater > > When the boot-from-eMMC HW strapping bit is set, use the 'boot-config' > property to set the boot config register to boot from the first boot > area partition of the eMMC device. > > Signed-off-by: Cédric Le

[PATCH 5/8] aspeed: Set eMMC 'boot-config' property to reflect HW strapping

2024-07-03 Thread Cédric Le Goater
From: Cédric Le Goater When the boot-from-eMMC HW strapping bit is set, use the 'boot-config' property to set the boot config register to boot from the first boot area partition of the eMMC device. Signed-off-by: Cédric Le Goater --- hw/arm/aspeed.c | 15 +++ 1 file changed, 11 ins