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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8651EC4338F for ; Sat, 7 Aug 2021 15:19:02 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6115460F5A for ; Sat, 7 Aug 2021 15:19:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6115460F5A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3317181BCA; Sat, 7 Aug 2021 17:18:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628349539; bh=ye8K5P0txu9G+vyLVwJhHF9mUeWSx0CO3OHgjj2VyIY=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=bpGb5zv9aK0I/Qglb90Mxo4oMwJXoCff4UN1sfdsLsFX3P6fvMhYKozNtSeZ4nYS4 w5w1Jd3Tsv1O8AcKmbAtRSiZZQ5F1lDQ3Q6ZgvJyU8W01ym3vOU2reiRpFtpSdiqQ5 166bijV/pMMCkai4tVLHjIZTrvpxUd/3K0CZeIu4Rfhe4Fu9eZdYjOjvyk9BQU5+dh UBC4MfGZ4jsBsAH4m4MG8l4BVYbDx2Hq95UOvuouHMA6f3N7o0AH0ZHzGCUQJT/R47 Kc5QR0ON8Tmet4iIJkyHZcGILMm3eqBkyhjsQQSA8vAMA2CMIm5PvVD2BYEcIx/soH 7RvnuWIlpsKOg== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 93EDA81D1F for ; Sat, 7 Aug 2021 17:18:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628349537; bh=ye8K5P0txu9G+vyLVwJhHF9mUeWSx0CO3OHgjj2VyIY=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=XYBjxaYuUkJ6xBreR/5gxkxpCprbGDQZn3kz272W+kVms4/l6OxE3ZDeeiGDdZcF9 tukmiEzoRLHmyV2tV3HAzVDWN0peAOchh9nCp1okinbdqDCXBwITRtCKaTtXd7vDwy biStPQuFnkGhjJEClbgd+Jyoy6UeqGwjsS6lQX+UqTUukNNJAr+kouA0MacTfpdk0Z dDmrku8ssDrQwlHR7mI2/y8dtpaxdyZi7j6H/In/cs564AFgezf3ur3QCK7Ca5ss/I YkTf1/MXmUIgADLvgqPbTN1K/ZGOjYSxFagRnTH0+E+gonEc8NB52O9HJooYvimyI1 zaglo2ArqodgQ== Received: by janitor.denx.de (Postfix, from userid 108) id EDD3FA0260; Sat, 7 Aug 2021 17:18:56 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id F1919A00AA; Sat, 7 Aug 2021 17:18:48 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id 964741E2304; Sat, 7 Aug 2021 17:18:48 +0200 (CEST) To: Heinrich Schuchardt cc: Stefan Roese , u-boot@lists.denx.de, sjg@chromium.org, trini@konsulko.com From: Wolfgang Denk Subject: Re: [PATCH v1 1/5] lib/string: Add memset_simple() MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: References: <20210806133843.3642916-1-sr@denx.de> <20210806133843.3642916-2-sr@denx.de> <273341.1628264185@gemini.denx.de> Comments: In-reply-to Heinrich Schuchardt message dated "Fri, 06 Aug 2021 18:13:39 +0200." Date: Sat, 07 Aug 2021 17:18:48 +0200 Message-ID: <321508.1628349528@gemini.denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 Dear Heinrich, In message you wrote: > > EFI binaries are freestanding. They cannot use any U-Boot library > function except the UEFI API exposed via the system table. I fail to see why they cannot link standard library functions provided elsewhere in the U-Boot code. Why do you have to reimplement exactly the same code? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de [Braddock:] Mr. Churchill, you are drunk. [Churchill:] And you madam, are ugly. But I shall be sober tomorrow.