Skip to content

Conversation

@cp0613
Copy link
Collaborator

@cp0613 cp0613 commented Dec 23, 2024

This is an example implementation of power management using C907 IPMC, which mainly implements sbi_hsm_device, sbi_system_reset_device and sbi_system_suspend_device defined by opensbi.

DTS example:

{
	model = "xuantie,dummy";
	compatible = "xuantie,dummy";

	ipmc: xuantie_ipmc@26900000 {
		compatible = "xuantie,ipmc";
		reg = <0x00000000 0x26900000 0x00000000 0x00001000>;
	};
}

@cp0613 cp0613 closed this Jan 4, 2025
@cp0613 cp0613 reopened this Feb 8, 2025
@cp0613 cp0613 changed the title c908x: Add fastmem setting support platform: Add xuantie_ipmc_test for IPMC test Feb 8, 2025
@cp0613 cp0613 changed the title platform: Add xuantie_ipmc_test for IPMC test platform: Add xuantie_pmc for PMC test Jul 14, 2025
@cp0613 cp0613 force-pushed the linux-6.6 branch 3 times, most recently from cd7e599 to 7af1a6d Compare July 15, 2025 08:52
This is an example implementation of power management using C907 PMC, which mainly implements sbi_hsm_device, sbi_system_reset_device and sbi_system_suspend_device defined by opensbi.

DTS example:
```
{
	model = "xuantie,dummy";
	compatible = "xuantie,dummy";

	pmc: xuantie_ipmc@26900000 {
		compatible = "xuantie,pmc";
		status = "okay";
		reg = <0x00000000 0x26900000 0x00000000 0x00001000>;
	};
}
```

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
@cp0613 cp0613 merged commit af4b1f1 into XUANTIE-RV:linux-6.6 Jul 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants