qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add FDT table support with acpi ged pm register
@ 2024-09-18  1:42 Bibo Mao
  2024-09-18  1:42 ` [PATCH v3 1/2] acpi: ged: Add macro for acpi sleep control register Bibo Mao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bibo Mao @ 2024-09-18  1:42 UTC (permalink / raw)
  To: Michael S . Tsirkin, Igor Mammedov, Song Gao
  Cc: Ani Sinha, Jiaxun Yang, Jason A . Donenfeld,
	Thomas Weißschuh, qemu-devel

ACPI ged is used for power management on LoongArch virt platform, in
general it is parsed from acpi table. However if system boot directly from
elf kernel, no UEFI bios is provided and acpi table cannot be used also.

Here acpi ged pm register is exposed with FDT table, it is compatbile
with syscon method in FDT table, only that acpi ged pm register is accessed
with 8-bit mode, rather with 32-bit mode.

---
v2 ... v3:
  1. Keep orginal macro name ACPI_GED_SLP_TYP_S5 unchanged, renaming 
     ACPI_GED_SLP_TYPx_y with  ACPI_GED_SLP_TYP_y
  2. Add acpi chapter reference with notation

v1 ... v2:
  1. Modify name of macro for acpi ged register from ACPI spec, and also add
     comments for macro definition.
---
Bibo Mao (2):
  acpi: ged: Add macro for acpi sleep control register
  hw/loongarch/virt: Add FDT table support with acpi ged pm register

 hw/acpi/generic_event_device.c         |  6 ++--
 hw/loongarch/virt.c                    | 39 ++++++++++++++++++++++++++
 include/hw/acpi/generic_event_device.h |  7 +++--
 3 files changed, 47 insertions(+), 5 deletions(-)


base-commit: 2b81c046252fbfb375ad30632362fc16e6e22bd5
-- 
2.39.3



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-29  7:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18  1:42 [PATCH v3 0/2] Add FDT table support with acpi ged pm register Bibo Mao
2024-09-18  1:42 ` [PATCH v3 1/2] acpi: ged: Add macro for acpi sleep control register Bibo Mao
2024-09-18 12:21   ` Igor Mammedov
2024-09-18  1:42 ` [PATCH v3 2/2] hw/loongarch/virt: Add FDT table support with acpi ged pm register Bibo Mao
2024-09-29  7:45   ` gaosong
2024-09-29  7:45 ` [PATCH v3 0/2] " gaosong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).