commit | ad0dae7d12a228e264d89e76218332a457a066fb | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Jan 23 17:12:26 2022 -0600 |
committer | Joanna Farley <joanna.farley@arm.com> | Tue Apr 26 17:52:25 2022 +0200 |
tree | aa8f1059be4bbd0d97b078647cdd30dc4265f8c5 | |
parent | 60fcf32c314a8170b7811c4db8ae081a58c1e57e [diff] |
feat(fdt): add the ability to supply idle state information Some platforms require extra firmware to implement CPU_SUSPEND, or only have working CPU_SUSPEND in certain configurations. On these platforms, CPU idle states should only be listed in the devicetree when they are actually available. Add a function BL31 can use to dynamically supply this idle state information. Change-Id: I64fcc288303faba8abec4f59efd13a04220d54dc Signed-off-by: Samuel Holland <samuel@sholland.org>