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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B18A6C433EF for ; Tue, 19 Oct 2021 06:47:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9493E60F56 for ; Tue, 19 Oct 2021 06:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234319AbhJSGtW (ORCPT ); Tue, 19 Oct 2021 02:49:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233986AbhJSGtT (ORCPT ); Tue, 19 Oct 2021 02:49:19 -0400 Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AF2AC06161C; Mon, 18 Oct 2021 23:47:07 -0700 (PDT) Received: by mail-qv1-xf2b.google.com with SMTP id m13so11710421qvk.1; Mon, 18 Oct 2021 23:47:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=gUB404x1RJbgSLd2YiaVb360stI1E0MKIQ2XbtSHStIxqT6CgbZgLuMMBYkSJXU1Nh n0USHhTy2FDU/9kbIDBMUvjyQz7zliTZfgCNlsQ7+U5G6Y7dbWvChZXou0qUyA6JKV7f PU8l6fK8eiS6RbQlKfze7kNYSBhiYdq9o4L4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=y7y3CD5AU+Xa7chKPTWlN5/8+/LvDSQKyzVtYDkqJxccXDfXn04fDGSb0kYkiAwaMX erbMgzeADBqMNbZ69Kk+pVG7fLFCYGtCKhH/UW2HZ+28dQABDf9SC1i9SZcUwJnq1B7/ GwD6aTLZoE17aihVrsi5Gas0YeISD+TQ68Bxt9OZIKohYEk3o9c8ebx+Bn8Nil7y0tDw OcXorL5oJROgf/GUGJA6DhAvdIuWcg8OoNC3z2ya46fHa7VR0Fx2iXetSwuS4bYNOhrq vUgK6ejPQJAg2zCOLey0zxm1smhZDqCfcVim3j3QVngNLcdnVNI9q/mX+PiWMoQeYYp/ 7hgg== X-Gm-Message-State: AOAM5315klYE2UKvsJP9I6O3N2Nbadl9EW4tQ9DQa33quO63RhXvR5HT rUHrMR4XqDEGq3QANAdsPrF2qVPtATkZpJkJ5jI= X-Google-Smtp-Source: ABdhPJwfxf183iO7OxBAtX1Zjk+UiHTT4DnVJqYwnqDIC90ALBhdq8pg720sirxT55vW2dHwHUbK1bCBrs264CwpSFA= X-Received: by 2002:a05:6214:4eb:: with SMTP id cl11mr29935905qvb.43.1634626026343; Mon, 18 Oct 2021 23:47:06 -0700 (PDT) MIME-Version: 1.0 References: <20211019060155.945-1-quan@os.amperecomputing.com> <20211019060155.945-4-quan@os.amperecomputing.com> In-Reply-To: <20211019060155.945-4-quan@os.amperecomputing.com> From: Joel Stanley Date: Tue, 19 Oct 2021 06:46:54 +0000 Message-ID: Subject: Re: [PATCH v2 3/3] ARM: dts: aspeed: mtjade: Add uefi partition To: Quan Nguyen Cc: Rob Herring , Andrew Jeffery , devicetree , Linux ARM , linux-aspeed , Linux Kernel Mailing List , OpenBMC Maillist , Open Source Submission , Phong Vo , "Thang Q . Nguyen" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Oct 2021 at 06:02, Quan Nguyen wrote: > > Add SPI NOR partition for uefi. > > Signed-off-by: Thang Q. Nguyen > Signed-off-by: Quan Nguyen Reviewed-by: Joel Stanley > --- > v2: > + Introdued in v2 > > arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > index 723c7063c223..4c3c3f1a12ea 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > @@ -374,6 +374,15 @@ flash@0 { > m25p,fast-read; > label = "pnor"; > /* spi-max-frequency = <100000000>; */ > + partitions { > + compatible = "fixed-partitions"; > + #address-cells = <1>; > + #size-cells = <1>; > + uefi@400000 { > + reg = <0x400000 0x1C00000>; > + label = "pnor-uefi"; > + }; > + }; > }; > }; > > -- > 2.28.0 > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C417C433F5 for ; Tue, 19 Oct 2021 06:48:21 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D0BFC6113D for ; Tue, 19 Oct 2021 06:48:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D0BFC6113D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=O5e0ZCBwJgJ6BKQbzuYA772/A83PTsKY489BCmdfok0=; b=xDZsiWF6BfKupL pAMN5EmKD8QV1Ti1FwdKddvMV4XjdWQOWPWAnUUrzX+s9ZB59SaSIfKzNWSUq3cQBtV3qkX3ZyUTU z/76VPlYGbXUogDjO3/JwG4APcpaPtkmKJUVwc3epJ7dxWFWhAKzEjkj1bTKrSfzlEMf8NxT5Pump 8Rre4aFyOFzjwDPYzmMWY/QVzvv3K6dmjOTlY8qoUf2FnU1YyRp8XrlWbUukoyvmo4SXPJfNuhj/H BH8UI6/AwCI64wFEvoxktPbPOw9Scd42JjQLN31hNjI7Vkvq6h5nJQ356yOsDsVMr/Nk48W16WA06 QRTG22U0vTXynmJTwrmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcity-000KWy-K9; Tue, 19 Oct 2021 06:47:10 +0000 Received: from mail-qv1-xf33.google.com ([2607:f8b0:4864:20::f33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcitv-000KWB-OW for linux-arm-kernel@lists.infradead.org; Tue, 19 Oct 2021 06:47:09 +0000 Received: by mail-qv1-xf33.google.com with SMTP id g14so11735226qvb.0 for ; Mon, 18 Oct 2021 23:47:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=gUB404x1RJbgSLd2YiaVb360stI1E0MKIQ2XbtSHStIxqT6CgbZgLuMMBYkSJXU1Nh n0USHhTy2FDU/9kbIDBMUvjyQz7zliTZfgCNlsQ7+U5G6Y7dbWvChZXou0qUyA6JKV7f PU8l6fK8eiS6RbQlKfze7kNYSBhiYdq9o4L4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=OYA0SWtug7w4SKqhlhSGuc36EVy0d3TnGtuxUbkSG3UaA3ju2Fr3FVdNEwOWyeV/WZ 2sM+8yNLeqcpQyBuPcO9byKjWg9+J/uCmn3hVOG7CKEIMZGXItpO+lID89RxpAErAlAe Nu6LQcCRrJGKHc5ojFRptEGjIRER8gR5ZTQgqYQycLmXEYfbk38F0GdLe+JmJx6LkMe0 14ColZmDao+/5ZdMtC2HTqm4T4UmKdoPuv1QBfStzV4GCg3e113VDpsIAmGhuKYcewux NR8wGWSzJbdaWsYi9JGfvBjl+mQH0Kdu/8T6wW/k1Yq0Jd43PrRqDP8hIqiRZ2YcBmPL iIvA== X-Gm-Message-State: AOAM531nj/gC2QOD87P3zwgtfHUiwCKj5ppBCtckWP1RKM82WKG3SShr f0vOR+kyKvebzNfaiIv7Xx23a7QZcfVuJyf4R2w= X-Google-Smtp-Source: ABdhPJwfxf183iO7OxBAtX1Zjk+UiHTT4DnVJqYwnqDIC90ALBhdq8pg720sirxT55vW2dHwHUbK1bCBrs264CwpSFA= X-Received: by 2002:a05:6214:4eb:: with SMTP id cl11mr29935905qvb.43.1634626026343; Mon, 18 Oct 2021 23:47:06 -0700 (PDT) MIME-Version: 1.0 References: <20211019060155.945-1-quan@os.amperecomputing.com> <20211019060155.945-4-quan@os.amperecomputing.com> In-Reply-To: <20211019060155.945-4-quan@os.amperecomputing.com> From: Joel Stanley Date: Tue, 19 Oct 2021 06:46:54 +0000 Message-ID: Subject: Re: [PATCH v2 3/3] ARM: dts: aspeed: mtjade: Add uefi partition To: Quan Nguyen Cc: Rob Herring , Andrew Jeffery , devicetree , Linux ARM , linux-aspeed , Linux Kernel Mailing List , OpenBMC Maillist , Open Source Submission , Phong Vo , "Thang Q . Nguyen" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211018_234707_825766_8FE3BE46 X-CRM114-Status: GOOD ( 16.30 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 19 Oct 2021 at 06:02, Quan Nguyen wrote: > > Add SPI NOR partition for uefi. > > Signed-off-by: Thang Q. Nguyen > Signed-off-by: Quan Nguyen Reviewed-by: Joel Stanley > --- > v2: > + Introdued in v2 > > arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > index 723c7063c223..4c3c3f1a12ea 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > @@ -374,6 +374,15 @@ flash@0 { > m25p,fast-read; > label = "pnor"; > /* spi-max-frequency = <100000000>; */ > + partitions { > + compatible = "fixed-partitions"; > + #address-cells = <1>; > + #size-cells = <1>; > + uefi@400000 { > + reg = <0x400000 0x1C00000>; > + label = "pnor-uefi"; > + }; > + }; > }; > }; > > -- > 2.28.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC45DC433EF for ; Tue, 19 Oct 2021 06:48:53 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3361760F56 for ; Tue, 19 Oct 2021 06:48:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3361760F56 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HYPTv5tThz3c7L for ; Tue, 19 Oct 2021 17:48:51 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=gUB404x1; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::f29; helo=mail-qv1-xf29.google.com; envelope-from=joel.stan@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=gUB404x1; dkim-atps=neutral Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HYPRw6Lgjz3c61; Tue, 19 Oct 2021 17:47:08 +1100 (AEDT) Received: by mail-qv1-xf29.google.com with SMTP id k19so11663092qvm.13; Mon, 18 Oct 2021 23:47:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=gUB404x1RJbgSLd2YiaVb360stI1E0MKIQ2XbtSHStIxqT6CgbZgLuMMBYkSJXU1Nh n0USHhTy2FDU/9kbIDBMUvjyQz7zliTZfgCNlsQ7+U5G6Y7dbWvChZXou0qUyA6JKV7f PU8l6fK8eiS6RbQlKfze7kNYSBhiYdq9o4L4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VwIYfW0Zf+mAEKNLwqvojyl/bgvNRKJ4LTxr8Eay+V8=; b=uWIwA4qomWIX6/8N7te45BQzxRb9sLnzDP4cnF32V74iE7kgpQKTSdYtWAArcAImO2 u2ZIYpf2J8KaGJjpKALeYD9mkx1xlVgKHpTkqSJXSDGY00+7xDlvj46gJiOKyGHB5EA3 F7GOaVrNA+Db/JOGlC5WppEl3Zd3ga8kICbED0L+Br/Kgpd8S2bbXt3j3Yy+OgEoxqES 7pAjcXRZ3slW/14g2PsVHFyFUhaR0HyJeD8AvTkWP0t40SpGqO1yY2/v6WtGSOPGJ+Zm tqIl9q9J4xi5lAo8HNEMPtlWfXBtKmijpJEu83F124Tg1oDUAoSCwCuDD+B5uRx6w7ai /Bwg== X-Gm-Message-State: AOAM531jDV41jP73AYlxwPwJ83B22STPVq+3vGiY+xRzFiKk8VXVyeU7 ulODDspQ8g6WfcB+YAN8cF+oVkJIi+8RaLojmivgzSkj X-Google-Smtp-Source: ABdhPJwfxf183iO7OxBAtX1Zjk+UiHTT4DnVJqYwnqDIC90ALBhdq8pg720sirxT55vW2dHwHUbK1bCBrs264CwpSFA= X-Received: by 2002:a05:6214:4eb:: with SMTP id cl11mr29935905qvb.43.1634626026343; Mon, 18 Oct 2021 23:47:06 -0700 (PDT) MIME-Version: 1.0 References: <20211019060155.945-1-quan@os.amperecomputing.com> <20211019060155.945-4-quan@os.amperecomputing.com> In-Reply-To: <20211019060155.945-4-quan@os.amperecomputing.com> From: Joel Stanley Date: Tue, 19 Oct 2021 06:46:54 +0000 Message-ID: Subject: Re: [PATCH v2 3/3] ARM: dts: aspeed: mtjade: Add uefi partition To: Quan Nguyen Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , linux-aspeed , Andrew Jeffery , OpenBMC Maillist , "Thang Q . Nguyen" , Linux Kernel Mailing List , Phong Vo , Rob Herring , Open Source Submission , Linux ARM Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Tue, 19 Oct 2021 at 06:02, Quan Nguyen wrote: > > Add SPI NOR partition for uefi. > > Signed-off-by: Thang Q. Nguyen > Signed-off-by: Quan Nguyen Reviewed-by: Joel Stanley > --- > v2: > + Introdued in v2 > > arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > index 723c7063c223..4c3c3f1a12ea 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts > @@ -374,6 +374,15 @@ flash@0 { > m25p,fast-read; > label = "pnor"; > /* spi-max-frequency = <100000000>; */ > + partitions { > + compatible = "fixed-partitions"; > + #address-cells = <1>; > + #size-cells = <1>; > + uefi@400000 { > + reg = <0x400000 0x1C00000>; > + label = "pnor-uefi"; > + }; > + }; > }; > }; > > -- > 2.28.0 >