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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65437C433EF for ; Fri, 14 Jan 2022 12:25:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B122D83478; Fri, 14 Jan 2022 13:25:44 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="Bd2QVpVc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3E8C28343B; Fri, 14 Jan 2022 13:25:43 +0100 (CET) Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8BCEC833A2 for ; Fri, 14 Jan 2022 13:25:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ed1-x530.google.com with SMTP id b13so34577178edn.0 for ; Fri, 14 Jan 2022 04:25:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=vZwIUGAKBM2GaxGWO47mpPhsmL1+kefg+Iy28Nh3epE=; b=Bd2QVpVcxOrtjqbec9y++3WD88dXY6nBLFeVkaWBCTTjFkn5B9pFqJfENwPlhiA31A kmkH96EssjWJk9RKNt9a3QjTEv5avDiGnIzjs3R82rhCxsBtge6xiUe8mL35ce3cQhFN 6CMOAxDMReDV7cgu3eTBZvgPgzOFB2FDXeTcegaPRUBqavkYdLBr8gQqPN8J+tDu0T1x n9IvhheoZRCHDDZffBFLk4CtJYtjAoGrSPq3/buSYlAkrUZ7yUxDhFsB7l5f2851UlWh r6P1DOKBz0JN3bcN3Vi7xqZ+v/LPsvhKk/nv78SaluphOgBRVAteCAxEeSxUStTlG0/p qdag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=vZwIUGAKBM2GaxGWO47mpPhsmL1+kefg+Iy28Nh3epE=; b=Mc8ib53OWAfGz0E6GvP7we7I1iFvDwN5NG7mGaUePZ9PMVVmd5PU2hC7B+arvh9xOk sxA6lSBKDPNwmfIgsGZRpy/rcxFB+ErAzarjNP7xBT6swoU0sN80Kp/JsEbwPADDtWHF kuZDZplVOnEmwfrYZw39rsdARx+z5dGjh8tFckG96AptlnK37UcZKY68k/XvYE0+BQ6D Zw1MGixeT4GHqfLD0NDANzeG0Pe0bCNYQaXdH/1w3awY0MOXj8pbgRMTDBjrwKGEdpBF hNZPB4EPLZy+MVVehAIdrepwxz3THdeVi3FPB2+YltjE+VqpDXNgDsE3OCmv1kRoIcZG GomQ== X-Gm-Message-State: AOAM530nxlBP5l+ijNoS44xPUoxnSVSyQa+7dxlDBjKaF47sncB96TEY Htjk8VauW/KeCU3NUyNdgZG5NPxuL/J5R4TQ X-Google-Smtp-Source: ABdhPJwTJDyW15ulwnFFJV3KlyPZmYcuQaBQvzsCjGHzTHfSh5yIAflEdLMl2c4zYOpoqL7DqhmD6g== X-Received: by 2002:a17:907:9687:: with SMTP id hd7mr7102111ejc.12.1642163140032; Fri, 14 Jan 2022 04:25:40 -0800 (PST) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id y12sm2376647edd.31.2022.01.14.04.25.39 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Jan 2022 04:25:39 -0800 (PST) From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Cc: Adrian Fiergolski Subject: [PATCH 0/4] zynqmp: Add support for sending pmufw config object overlay Date: Fri, 14 Jan 2022 13:25:34 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi, this small series is extending firmware interface for sending pmufw configuration overlay with asking for access to certain device. This infrastructure can be used via command or via power domain driver. Thanks, Michal Michal Simek (4): xilinx: firmware: Introduce zynqmp_pmufw_node() for loading PMU fragments firmware: zynqmp: Move loading message to debug firmware: zynqmp: Do not report error if node is already configured arm64: zynqmp: Add command for disabling loading other overlays board/xilinx/zynqmp/cmds.c | 16 ++++++++ drivers/firmware/firmware-zynqmp.c | 60 +++++++++++++++++++++++++++++- include/zynqmp_firmware.h | 2 + 3 files changed, 77 insertions(+), 1 deletion(-) -- 2.34.1