Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-31 Thread Cédric Le Goater
On 5/31/22 10:03, Philippe Mathieu-Daudé wrote: On 31/5/22 07:58, Cédric Le Goater wrote: On 5/30/22 19:40, Philippe Mathieu-Daudé wrote: On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-31 Thread Philippe Mathieu-Daudé via
On 31/5/22 07:58, Cédric Le Goater wrote: On 5/30/22 19:40, Philippe Mathieu-Daudé wrote: On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-31 Thread Cédric Le Goater
On 5/30/22 20:29, Philippe Mathieu-Daudé wrote: On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-30 Thread Cédric Le Goater
On 5/30/22 19:40, Philippe Mathieu-Daudé wrote: On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-30 Thread Cédric Le Goater
On 5/30/22 19:02, Philippe Mathieu-Daudé wrote: Hi Cédric, On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-30 Thread Philippe Mathieu-Daudé via
On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object class for EMMC devices. Signed-off-by: Vincent

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-30 Thread Philippe Mathieu-Daudé via
On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object class for EMMC devices. Signed-off-by: Vincent

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-30 Thread Philippe Mathieu-Daudé via
Hi Cédric, On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object class for EMMC devices.

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-10 Thread Cédric Le Goater
On 5/10/22 09:15, Cédric Le Goater wrote: [ ... ] Do you mind splitting as: - Add TYPE_EMMC, emmc_class_init and sd_proto_emmc[] with    already existing handlers (1 patch) - Add new handlers, from smaller to sd_emmc_set_csd(),    and finally mmc_set_ext_csd() with the EXT_CSD definitions   

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-10 Thread Cédric Le Goater
[ ... ] Do you mind splitting as: - Add TYPE_EMMC, emmc_class_init and sd_proto_emmc[] with   already existing handlers (1 patch) - Add new handlers, from smaller to sd_emmc_set_csd(),   and finally mmc_set_ext_csd() with the EXT_CSD definitions   (various patches). Sure, I will

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-05-09 Thread Philippe Mathieu-Daudé via
Hi Cédric, On 18/3/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object class for EMMC devices.

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-03-28 Thread Cédric Le Goater
Hello Jerome, On 3/28/22 14:10, Jerome Forissier wrote: Hi Cédric, On 3/18/22 14:28, Cédric Le Goater wrote: The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This

Re: [RFC PATCH 11/17] hw/sd: Add eMMC support

2022-03-28 Thread Jerome Forissier
Hi Cédric, On 3/18/22 14:28, Cédric Le Goater wrote: > The initial eMMC support from Vincent Palatin was largely reworked to > match the current SD framework. The parameters mimick a real 4GB eMMC, > but it can be set to various sizes. > > This adds a new QOM object class for EMMC devices. That

[RFC PATCH 11/17] hw/sd: Add eMMC support

2022-03-18 Thread Cédric Le Goater
The initial eMMC support from Vincent Palatin was largely reworked to match the current SD framework. The parameters mimick a real 4GB eMMC, but it can be set to various sizes. This adds a new QOM object class for EMMC devices. Signed-off-by: Vincent Palatin Link: