Re: [PATCH v2 6/8] firmware: smccc: lfa: Add auto_activate sysfs file

From: Krzysztof Kozlowski

Date: Wed Mar 18 2026 - 04:05:55 EST


On Tue, Mar 17, 2026 at 11:33:32AM +0100, Andre Przywara wrote:
>
> @@ -115,6 +116,7 @@ struct fw_image {
> bool may_reset_cpu;
> bool cpu_rendezvous;
> bool cpu_rendezvous_forced;
> + bool auto_activate;
> struct kobj_attribute image_attrs[LFA_ATTR_NR_IMAGES];
> };
>
> @@ -561,6 +563,28 @@ static ssize_t cancel_store(struct kobject *kobj, struct kobj_attribute *attr,
> return count;
> }
>
> +static ssize_t auto_activate_store(struct kobject *kobj,
> + struct kobj_attribute *attr,
> + const char *buf, size_t count)

Where is this ABI documented?

Best regards,
Krzysztof