Re: [PATCH v3 5/7] hw/sd/aspeed_sdhci: Add AST2700 Support

2024-12-04 Thread Cédric Le Goater
On 12/4/24 09:05, Jamin Lin wrote: Introduce a new ast2700 class to support AST2700. Add a new ast2700 SDHCI class init function and set the value of capability register to "0x000719f80080". Signed-off-by: Jamin Lin Reviewed-by: Cédric Le Goater Thanks, C. --- hw/sd/aspeed_sdhci.

[PATCH v5 16/16] docs: acpi_hest_ghes: fix documentation for CPER size

2024-12-04 Thread Mauro Carvalho Chehab
While the spec defines a CPER size of 4KiB for each record, currently it is set to 1KiB. Fix the documentation and add a pointer to the macro name there, as this may help to keep it updated. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron Reviewed-by: Igor Mammedov --- docs/

[PATCH v5 03/16] acpi/ghes: simplify the per-arch caller to build HEST table

2024-12-04 Thread Mauro Carvalho Chehab
The GHES driver requires not only a HEST table, but also a separate firmware file to store Error Structure records. It can't do one without the other. Simplify the caller logic for it to require one function. No functional changes. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Came

[PATCH v3 5/7] hw/sd/aspeed_sdhci: Add AST2700 Support

2024-12-04 Thread Jamin Lin via
Introduce a new ast2700 class to support AST2700. Add a new ast2700 SDHCI class init function and set the value of capability register to "0x000719f80080". Signed-off-by: Jamin Lin --- hw/sd/aspeed_sdhci.c | 16 ++-- include/hw/sd/aspeed_sdhci.h | 1 + 2 files changed, 1

[PATCH v3 4/7] hw:sdhci: Directly set sd_spec_version instead of property

2024-12-04 Thread Jamin Lin via
Directly set sd_spec_version instead of property and remove unused local variable. Signed-off-by: Jamin Lin --- hw/sd/aspeed_sdhci.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hw/sd/aspeed_sdhci.c b/hw/sd/aspeed_sdhci.c index ccaeefa75b..4e64e2537a 100644 --- a/hw/s

<    1   2   3