opensbi/docs
Andrew Jones 5ccebf0a7e platform: generic: Add system suspend test
When the system-suspend-test property is present in the domain config
node as shown below, implement system suspend with a simple 5 second
delay followed by a WFI. This allows testing system suspend when the
low-level firmware doesn't support it.

  / {
    chosen {
      opensbi-domains {
          compatible = "opensbi,domain,config";
          system-suspend-test;
      };

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-02-27 19:50:51 +05:30
..
external doc: coreboot: Fix doc styles 2020-02-18 09:03:52 +05:30
firmware docs: fix typo in fw.md 2023-02-27 10:54:42 +05:30
platform docs: generic.md: fix typo of andes-ae350 2023-01-22 17:31:54 +05:30
contributing.md docs: fix some typos 2022-11-14 22:21:31 +05:30
domain_support.md platform: generic: Add system suspend test 2023-02-27 19:50:51 +05:30
doxygen.cfg docs: Add initial documentation for domain support 2020-10-21 12:29:36 +05:30
library_usage.md docs: Fix some typos 2022-10-13 09:28:54 +05:30
platform_guide.md docs: Update documentation for kconfig support 2022-08-08 09:34:31 +05:30
platform_requirements.md docs: Fix some typos 2022-10-13 09:28:54 +05:30
pmu_support.md docs: pmu: Update the pmu doc with removal of mcountinhbit restriction 2022-12-24 11:07:14 +05:30