commit | d564e084562f7bb422fa8dff1826599d22a0de5a | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Fri Sep 27 15:39:19 2024 -0600 |
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | Fri Dec 06 11:20:43 2024 -0700 |
tree | b637866b0d04832eaf09f273f85bbbe6551224db | |
parent | 6d59413b849ea24b9bb12926b39b7caeea974d17 [diff] |
refactor(qemu-sbsa): create accessor functions for platform info Creating accessor functions to access information held by struct qemu_platform_info. That way the code that is relevant to fetching information from the device tree can be taken out of sbsa_sip_svc.c and placed in a file where other client can use the information it provides. No change in functionality. Change-Id: I989952ee6d15e1436549002dd7c7767c745ea297 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>