On 05/04/2024 15:34, Carsten Haitzler wrote:
On 3/26/24 12:22 PM, Kevin Brodsky wrote:
Hi,
This is a small series adding various firmware-related options to the Morello defconfig. These options work out of the box in PCuABI (no build or runtime issue).
Patch 1 is useful to inspect the EFI configuration on a live system, and is used by tools like bootctl (systemd-boot).
Patch 2 enables the DPU to be successfully probed when using the firmware-provided device tree (part of upstream TF-A), as it relies on the DPU clock being provided by SCMI. This should be useful for controlling other functionalities as well (e.g. power management).
Review branch:
https://git.morello-project.org/kbrodsky-arm/linux/-/commits/morello/defconf...
Thanks, Kevin
Kevin Brodsky (2): arm64: morello: Enable EFIVAR_FS in defconfig arm64: morello: Enable SCMI in defconfig
arch/arm64/configs/morello_transitional_pcuabi_defconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
+1 to this series - i see no potential issues here.
Thanks for taking a look. Now in next.
Kevin