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 C37F8C433EF for ; Fri, 14 Jan 2022 10:49:28 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+t3D37yWdiM+mcbSyCFvD96k8lIhRrR4DvuvPWB0Mz4=; b=2DYXXNIFpXHsl8 9x1JwDlNaHwoLag0e+PzzgT+xkCY+4IRbF6PDmtQIHkCXmWNM+xBEt77z/nCEcIokBzEI3Hx3MDio lEWGuxezi+tjtJJls61qGdW4nMulQ3P3p/k0ubzm9Qxa1V5AAp5U5BZ3u1kj/C9nquTl6LCYSKexQ ISIUcgTbghkpP6PKy77yvIlGyntJaXGsn0isEyOWTjad9PvIIGHSTgoCfSwJEb7JrlpmBJnq1EqWX er17mYlQNJKyYVQ5kTUljmCFqVsJPbeP9EhnW7eXOlUk6fEcE24IMaSQzJ9CIaUF+v4z5JIHPzj2i R1jhgN4MNetQVp5Xwwdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8K84-008lv3-9f; Fri, 14 Jan 2022 10:48:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n8K81-008luD-6j for linux-arm-kernel@lists.infradead.org; Fri, 14 Jan 2022 10:48:18 +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 F02F26D; Fri, 14 Jan 2022 02:48:15 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.2.91]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 22F4B3F766; Fri, 14 Jan 2022 02:48:15 -0800 (PST) Date: Fri, 14 Jan 2022 10:48:12 +0000 From: Mark Rutland To: linux-arm-kernel@lists.infradead.org Cc: andre.przywara@arm.com, Jaxson.Han@arm.com, Wei.Chen@arm.com Subject: Re: [bootwrapper PATCH 11/13] Announce locations of memory objects Message-ID: References: <20220111130653.2331827-1-mark.rutland@arm.com> <20220111130653.2331827-12-mark.rutland@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220111130653.2331827-12-mark.rutland@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220114_024817_312476_6FEAFCD8 X-CRM114-Status: UNSURE ( 7.98 ) X-CRM114-Notice: Please train this message. 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, Jan 11, 2022 at 01:06:51PM +0000, Mark Rutland wrote: > diff --git a/common/platform.c b/common/platform.c > index 80d0562..5a91349 100644 > --- a/common/platform.c > +++ b/common/platform.c > @@ -52,6 +52,20 @@ void print_string(const char *str) > print_char(*str++); > } > > +#define HEX_CHARS_PER_LONG (2 * sizeof(long)) > +#define NIBBLES_PER I've deleted this latter definition, as it was added by mistake. Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel