From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 13 Jun 2024 15:10:25 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sHkDh-005NhQ-2p for lore@lore.pengutronix.de; Thu, 13 Jun 2024 15:10:25 +0200 Received: from bombadil.infradead.org ([2607:7c80:54:3::133]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sHkDh-0005zE-Au for lore@pengutronix.de; Thu, 13 Jun 2024 15:10:25 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: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: Cc:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Ga2epwSQLp2EgKgPUJqZ2TkhCd9ySeQy3zDHrHY6qw4=; b=rvL81TeHwm6HwcWHTNquBc+GFm DWFlq+w1hGMBoAFyIwqdZrO2Uf0Zv8WWhKJkwX9VyMYufuqxPvvhtyo7aBbMPO+FKGnPCri4Y8G8P xc+ZqLF0vEMpPNW7F8obeu4clb5OWMl3CiJMM4+15OOGLoFRdZssQkJJ06G9bdRyOD+JSYQ1WNoHx fY7Mf7xL3Okk0lVA4wxpYyvd5wV99zy2NLHqYG5HZVHdlk8xw9a2e83qrgVKzbzPBJT5y9kwPsvxZ c3Jl+f4MV+gAzSlAlBJTiK1dq3o13lrecRxGcQ0mPZ71vySRc7zaNqy9FBlkWeUrzWu7Op2aFFapJ xrtFMSxg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHkDD-0000000GdR3-0bxM; Thu, 13 Jun 2024 13:09:55 +0000 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHkD9-0000000GdNj-2Biv for barebox@lists.infradead.org; Thu, 13 Jun 2024 13:09:52 +0000 Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sHkD8-0005fE-EA for barebox@lists.infradead.org; Thu, 13 Jun 2024 15:09:50 +0200 From: Marco Felsch To: barebox@lists.infradead.org Date: Thu, 13 Jun 2024 15:09:39 +0200 Message-Id: <20240613130944.264396-4-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240613130944.264396-1-m.felsch@pengutronix.de> References: <20240613130944.264396-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240613_060951_613154_62BCD61A X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "barebox" X-SA-Exim-Connect-IP: 2607:7c80:54:3::133 X-SA-Exim-Mail-From: barebox-bounces+lore=pengutronix.de@lists.infradead.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-5.1 required=4.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_NONE, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.2 Subject: [PATCH 4/9] hab: convert flags to use BIT() macro X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.whiteo.stw.pengutronix.de) Make use of the BIT() macro to define the flags, no functional change. Signed-off-by: Marco Felsch --- include/hab.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/hab.h b/include/hab.h index da79a8ffea36..2cef3841d149 100644 --- a/include/hab.h +++ b/include/hab.h @@ -7,6 +7,7 @@ #define __HABV4_H #include +#include /* State definitions */ enum habv4_state { @@ -32,15 +33,15 @@ static inline int habv4_get_state(void) #define SRK_HASH_SIZE 32 /* Force writing of key, even when a key is already written */ -#define IMX_SRK_HASH_FORCE (1 << 0) +#define IMX_SRK_HASH_FORCE BIT(0) /* Permanently write fuses, without this flag only the shadow registers * are written. */ -#define IMX_SRK_HASH_WRITE_PERMANENT (1 << 1) +#define IMX_SRK_HASH_WRITE_PERMANENT BIT(1) /* When writing the super root key hash, also burn the write protection * fuses so that the key hash can not be modified. */ -#define IMX_SRK_HASH_WRITE_LOCK (1 << 2) +#define IMX_SRK_HASH_WRITE_LOCK BIT(2) bool imx_hab_srk_hash_valid(const void *buf); int imx_hab_write_srk_hash(const void *buf, unsigned flags); -- 2.39.2