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 0BA3AC6FD19 for ; Fri, 10 Mar 2023 20:56:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2B4EC86018; Fri, 10 Mar 2023 21:51:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="CVnhwVkD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 25A2A86008; Fri, 10 Mar 2023 21:51:04 +0100 (CET) Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) (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 6F10086003 for ; Fri, 10 Mar 2023 21:50:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-yb1-xb30.google.com with SMTP id z83so2619900ybb.2 for ; Fri, 10 Mar 2023 12:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1678481452; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=i1kE+lxheSsZY0DcecicQkNeNQKDQsbJoegm5sJ+G+0=; b=CVnhwVkDa8RiyuAI/2X4qQJDysElPwoz6OG7DDj0WBlP0Bd/a3Ks160U531HGtC9o5 WRq1CyZmQUKJ+xp/cxuSJzOEl6HO6BM2Dy8g1qz1ZPgZ21aajhNiTmEO65Dj24wT86TZ N2dQFIZYf2XdK/VDX6C+U9gWlMAzkOiME/WQQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678481452; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=i1kE+lxheSsZY0DcecicQkNeNQKDQsbJoegm5sJ+G+0=; b=1sXPayUng/K5c0AFSO0oQ1QaDXa5XWaa+yJM38Hcp+4MfJO9CkjMQgqhgiNssMGazO IyM5Ri0tmPZRr3uemXlBpKL8HtbQTCUbUVPJNh6rQayptL8ePCwX2E8L1QQ/XD/hoA0e yFKZP7Yz70UEDJMBKDo1i8h7APjlDEL9lfWXmotWIQEaaDh6x+O2ohEb6Z22VyeixxWi tfcfPxu6NUX3m25b0YYm86bejTFQA1Q21skO2yE2Ezp5sd4wpLAOETb9AxGwPqd2KeC4 F9aCMXpnam0YFaCqgMabRx11u5DjdO4RgO6DU+SQ74cRuaxjoAahjS7Gmww9C5Y786aa /yCw== X-Gm-Message-State: AO0yUKVNTwmyhUpw0EDO1AA6nvc6Ln7Oz4QRjkWwKhTRKNeL9SlYMO96 jlrh3IDule/jL4LZkl+t/UZHkYVsoS9Xv7ZY/Bs5og== X-Google-Smtp-Source: AK7set/Cp6IryDhNbq3/yZrgQfWWDotTyg9vyBGWmmPyt6YmN3AzP99QUPUqf9ZQ4sf+FmIC1MLOtpE+c5R22jPvt48= X-Received: by 2002:a25:f210:0:b0:b30:e597:fee6 with SMTP id i16-20020a25f210000000b00b30e597fee6mr1454853ybe.6.1678481451904; Fri, 10 Mar 2023 12:50:51 -0800 (PST) MIME-Version: 1.0 References: <20230310141016.137986-1-abdellatif.elkhlifi@arm.com> <20230310141016.137986-3-abdellatif.elkhlifi@arm.com> In-Reply-To: <20230310141016.137986-3-abdellatif.elkhlifi@arm.com> From: Simon Glass Date: Fri, 10 Mar 2023 12:49:55 -0800 Message-ID: Subject: Re: [PATCH v9 02/10] lib: uuid: introduce uuid_str_to_le_bin function To: Abdellatif El Khlifi Cc: Drew.Reed@arm.com, achin.gupta@arm.com, ilias.apalodimas@linaro.org, jens.wiklander@linaro.org, nd@arm.com, robh@kernel.org, sudeep.holla@arm.com, trini@konsulko.com, u-boot@lists.denx.de, xueliang.zhong@arm.com Content-Type: text/plain; charset="UTF-8" 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.8 at phobos.denx.de X-Virus-Status: Clean On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi wrote: > > convert UUID string to little endian binary data > > Signed-off-by: Abdellatif El Khlifi > Cc: Tom Rini > Cc: Simon Glass > Cc: Ilias Apalodimas > Cc: Jens Wiklander > > --- > Changelog: > =============== > > v9: > > * add a full function prototype description in uuid.h > > v8: > > * use simple_strtoull() in uuid_str_to_le_bin() to support 32-bit platforms > > v7: > > * rename be_uuid_str_to_le_bin() to uuid_str_to_le_bin() > * make uuid_str_to_le_bin() implementation similar to uuid_str_to_bin() > by using same APIs > > v4: > > * rename ffa_uuid_str_to_bin to be_uuid_str_to_le_bin and put in > a standalone commit (the current) > > v3: > > * introduce ffa_uuid_str_to_bin (provided by > arm_ffa: introduce Arm FF-A low-level driver) > > include/uuid.h | 15 +++++++++++++++ > lib/uuid.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 63 insertions(+) Reviewed-by: Simon Glass