Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-07-01 Thread Cédric Le Goater
Adding Markus, On 6/23/22 19:37, Patrick Venture wrote: On Thu, Jun 23, 2022 at 10:16 AM Cédric Le Goater mailto:c...@kaod.org>> wrote: On 6/23/22 17:28, Patrick Venture wrote: > > > On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo mailto:quic_jaeh...@quicinc.com>

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-27 Thread Cédric Le Goater
On 6/22/22 19:28, Jae Hyun Yoo wrote: From: Graeme Gregory The FRU device uses the index 0 device on bus IF_NONE. -drive file=$FRU,format=raw,if=none file must match FRU size of 128k Signed-off-by: Graeme Gregory Reviewed-by: Cédric Le Goater Thanks, C. --- hw/arm/aspeed.c | 22 +

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-27 Thread Jae Hyun Yoo
On 6/23/2022 10:37 AM, Patrick Venture wrote: On Thu, Jun 23, 2022 at 10:16 AM Cédric Le Goater > wrote: On 6/23/22 17:28, Patrick Venture wrote: > > > On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo mailto:quic_jaeh...@quicinc.com>

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Patrick Venture
On Thu, Jun 23, 2022 at 10:16 AM Cédric Le Goater wrote: > On 6/23/22 17:28, Patrick Venture wrote: > > > > > > On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo > wrote: > > > > From: Graeme Gregory quic_ggreg...@quicinc.com>> > > > > The FRU device uses th

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Cédric Le Goater
On 6/23/22 17:28, Patrick Venture wrote: On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo mailto:quic_jaeh...@quicinc.com>> wrote: From: Graeme Gregory mailto:quic_ggreg...@quicinc.com>> The FRU device uses the index 0 device on bus IF_NONE. -drive file=$FRU,format=raw,if=none

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Cédric Le Goater
On 6/23/22 18:34, Jae Hyun Yoo wrote: Hello Patrick, On 6/23/2022 8:28 AM, Patrick Venture wrote: On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo mailto:quic_jaeh...@quicinc.com>> wrote:     From: Graeme Gregory mailto:quic_ggreg...@quicinc.com>>     The FRU device uses the index 0 device on

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Jae Hyun Yoo
Hello Patrick, On 6/23/2022 8:28 AM, Patrick Venture wrote: On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo > wrote: From: Graeme Gregory mailto:quic_ggreg...@quicinc.com>> The FRU device uses the index 0 device on bus IF_NONE. -drive file=$FRU,fo

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Patrick Venture
On Wed, Jun 22, 2022 at 10:48 AM Jae Hyun Yoo wrote: > From: Graeme Gregory > > The FRU device uses the index 0 device on bus IF_NONE. > > -drive file=$FRU,format=raw,if=none > > file must match FRU size of 128k > > Signed-off-by: Graeme Gregory > --- > hw/arm/aspeed.c | 22 +--

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-23 Thread Jae Hyun Yoo
On 6/22/2022 10:28 PM, Joel Stanley wrote: On Wed, 22 Jun 2022 at 17:29, Jae Hyun Yoo wrote: From: Graeme Gregory The FRU device uses the index 0 device on bus IF_NONE. -drive file=$FRU,format=raw,if=none file must match FRU size of 128k Signed-off-by: Graeme Gregory --- hw/arm/aspeed.

Re: [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-22 Thread Joel Stanley
On Wed, 22 Jun 2022 at 17:29, Jae Hyun Yoo wrote: > > From: Graeme Gregory > > The FRU device uses the index 0 device on bus IF_NONE. > > -drive file=$FRU,format=raw,if=none > > file must match FRU size of 128k > > Signed-off-by: Graeme Gregory > --- > hw/arm/aspeed.c | 22 +

[PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device

2022-06-22 Thread Jae Hyun Yoo
From: Graeme Gregory The FRU device uses the index 0 device on bus IF_NONE. -drive file=$FRU,format=raw,if=none file must match FRU size of 128k Signed-off-by: Graeme Gregory --- hw/arm/aspeed.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/hw/ar