From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7E13F4E9C30; Fri, 18 Sep 2026 14:11:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789740696; cv=none; b=WZlZU7Y/cZBd4n3UhGOS+0dkoDF3NB7MhktkZMfsxHWb43+uifPv8EOeN/W8G3VhtRytXRQzXhdx6lktzg9M1b+ZoAbzM6PgKNxAskfjlbgXRNrDYhug3sxjd1BkRPJCGObtZRXzi5As1cpdf7nGiFCB4DDTN8z6mTQi0dJ4mbw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789740696; c=relaxed/simple; bh=Dws0+kP7wIvnciLiLRG0KeMMYGifjNtg4V1UwKQlzQA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=d32lFO/UUIfgk0tow5TSW1CD8mqFcaPXsyhUBZsHMvz/1CD5wFvhcFpsc3gfzsF4we2LSuX/zR0Fxm8QfWk/Io1oZejqWHY+AVpfW/KYaTbXbHmqnl3hqLWq328/WCtF2dD2iFH/ZmOgJ95gACwp2BvpW6xqgr8yE+ZzyMnfH6Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=E9uWzsZ7; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="E9uWzsZ7" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 599851C00; Fri, 18 Sep 2026 07:11:23 -0700 (PDT) Received: from e142021.Arm.com (e142021.arm.com [10.41.4.144]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E2E733F86F; Fri, 18 Sep 2026 07:11:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1789740686; bh=Dws0+kP7wIvnciLiLRG0KeMMYGifjNtg4V1UwKQlzQA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E9uWzsZ7sS4KuvJ8qtJYv5lutyhYe1Hn9vg3IxX9eYihuDRFC4Qlf9jQbFKFRZ82e 5AcfhCO3xpzsgABAjqNtbdXBrRfHoJmbRhNEyfbDC04foJDSuiAeP2xDnWQGjoFpJK Yz6Es4bWMev78IT/hgeNyqhKl5eu76taJ+TWoSCc= From: Andre Przywara To: Mark Rutland , Lorenzo Pieralisi , Sudeep Holla Cc: Salman Nabi , Vedashree Vidwans , Trilok Soni , Nirmoy Das , vsethi@nvidia.com, Varun Wadekar , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org Subject: [PATCH v4 1/8] dt-bindings: arm: Add Live Firmware Activation Date: Fri, 18 Sep 2026 16:11:04 +0200 Message-ID: <20260918141112.2115555-2-andre.przywara@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260918141112.2115555-1-andre.przywara@arm.com> References: <20260918141112.2115555-1-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The Arm Live Firmware Activation spec [1] describes updating firmware images during runtime, without requiring a reboot. Update images might be deployed out-of-band, for instance via a BMC, in this case the OS needs to be notified about the availability of a new image. Describe an interrupt that could be triggered by the platform, to notify about any changes. [1] https://developer.arm.com/documentation/den0147/latest/ Signed-off-by: Andre Przywara Reviewed-by: Rob Herring (Arm) --- .../devicetree/bindings/arm/arm,lfa.yaml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/arm,lfa.yaml diff --git a/Documentation/devicetree/bindings/arm/arm,lfa.yaml b/Documentation/devicetree/bindings/arm/arm,lfa.yaml new file mode 100644 index 0000000000000..179c542f383d4 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/arm,lfa.yaml @@ -0,0 +1,50 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/arm,lfa.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Arm Live Firmware Activation (LFA) + +maintainers: + - Andre Przywara + - Sudeep Holla + +description: + The Arm Live Firmware Activation (LFA) specification [1] describes a + firmware interface to activate an updated firmware at runtime, without + requiring a reboot. Updates might be supplied out-of-band, for instance + via a BMC, in which case the platform needs to notify an OS about pending + image updates. + [1] https://developer.arm.com/documentation/den0147/latest/ + +properties: + compatible: + const: arm,lfa + + interrupts: + maxItems: 1 + description: + The notification interrupt for changed firmware image status. For + an out-of-band firmware update, some system entity would signal + the availability of a firmware update to the host OS via this interrupt. + + This must be an edge-triggered IRQ. + +required: + - compatible + - interrupts + +additionalProperties: false + +examples: + - | + #include + + firmware { + firmware-update { + compatible = "arm,lfa"; + interrupts = ; + }; + }; +... -- 2.43.0