From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D617BC43458 for ; Mon, 6 Jul 2026 13:45:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:To:From:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b7mWBOudcCFDyYk0NZIQl0KLVtKUcdys92glBiMmR6o=; b=2NIAkyDIiM0woX phhD7RyhLMIvQmt1gFxMyeAMbUTAX9XKwekLBa3HhJvxy1Ew9Zg/pfPblATJ/W0rlfDtYyNByBg6/ 3wCDRfRrUmeUt6QLgm9+/QnQF05wWundyI7fFrWC/3pz4XKNr0EG+j6gdS1qnStxyOsxb9Iv7nCcw 8XRnXmzgrWTElf11cPO2TLxDHErCSlcq+Kg6UOIENOZ3zh8yguWUBvohIl01fTrx4KELZrDr+smoL 8HLiDVfl7UjzuEoTwjUxkiZgIN86zwF8VpjRjigTL/GGVkMCxlFPjIjvC3qzurMuuO1nBNXx81q2r E704Y8B2SSTo7vcdR/SA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wgjdK-0000000Ce3X-2OLH; Mon, 06 Jul 2026 13:45:14 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wgjdF-0000000Ce1u-3QiJ for linux-arm-kernel@lists.infradead.org; Mon, 06 Jul 2026 13:45:11 +0000 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 EE4372BCC; Mon, 6 Jul 2026 06:45:04 -0700 (PDT) Received: from e142021.fritz.box (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B7C983F7B4; Mon, 6 Jul 2026 06:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783345509; bh=sehJcJOBuvj2d1ch7c6naQXLqes3EP/aYzFVaiOMn2c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FZkkAv1cX3laU214PsO1i7Llkv6cV3wZWD6iAbiFPo/0JBi0rMSBA2WIGU5vqCme4 wNBLXiYd2Nbg0eQnWTrzLZ9jnGobR7+kwSNsDuN/fR0RQO0/DmdUlcELU+r7Eqaxwd 2NnLAHVv0B+Zuq8WDcCTRTrWPk6IKPB72PtlN7jE= From: Andre Przywara To: Mark Rutland , Lorenzo Pieralisi , Sudeep Holla Subject: [PATCH v3 1/8] dt-bindings: arm: Add Live Firmware Activation Date: Mon, 6 Jul 2026 15:44:41 +0200 Message-ID: <20260706134455.132091-2-andre.przywara@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260706134455.132091-1-andre.przywara@arm.com> References: <20260706134455.132091-1-andre.przywara@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260706_064509_905286_F2D2E39E X-CRM114-Status: GOOD ( 13.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Conor Dooley , vsethi@nvidia.com, Salman Nabi , Rob Herring , linux-kernel@vger.kernel.org, Varun Wadekar , Trilok Soni , devicetree@vger.kernel.org, Nirmoy Das , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 --- .../devicetree/bindings/arm/arm,lfa.yaml | 45 +++++++++++++++++++ 1 file changed, 45 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 000000000000..ef8e250f2da7 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/arm,lfa.yaml @@ -0,0 +1,45 @@ +# 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: notification interrupt for changed firmware image status + +required: + - compatible + - interrupts + +additionalProperties: false + +examples: + - | + #include + + firmware { + firmware-update { + compatible = "arm,lfa"; + interrupts = ; + }; + }; +... -- 2.43.0