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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 7FAF5C433F5 for ; Sat, 18 Sep 2021 11:35:00 +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 9C5A5610C7 for ; Sat, 18 Sep 2021 11:34:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9C5A5610C7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 0E3FA82D1C; Sat, 18 Sep 2021 13:34:57 +0200 (CEST) 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="XYpRrppS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D407E82D18; Sat, 18 Sep 2021 13:34:55 +0200 (CEST) Received: from mail-ua1-x931.google.com (mail-ua1-x931.google.com [IPv6:2607:f8b0:4864:20::931]) (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 966AE82D85 for ; Sat, 18 Sep 2021 13:34:51 +0200 (CEST) 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-ua1-x931.google.com with SMTP id d4so7822011uak.2 for ; Sat, 18 Sep 2021 04:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=wtu/+DYbLw/qFYEReQzIw0Pz52Ls5f4iHjYiNIH5D9Y=; b=XYpRrppS+l88FE3lhHP+/mRI0qQNd1xuCgsl4OESHHfRoElV58jJEkp4SMX8qjVEFG 2PCKaJZx101RAiB45EbzDXMrlSW66E0tm/74zY0qPHTpnxHz+3osSdJOUDOdwvExA8JE xqU2vVh17QtGKN1gzubffZ6q4vZkh9zSxtZy0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=wtu/+DYbLw/qFYEReQzIw0Pz52Ls5f4iHjYiNIH5D9Y=; b=ogfu/RdI/EDqKawqfFABQoe+re7oroG2cLJ/RKb/6hRmy2OECa3X9xWubQeR36paTT ni6Nb5DcA1VSyQ3ezGAuMayI5ya5WD4WvdHaIMvAvZljGuJyjw1/tWYMteJ+kS5U4iGy 72wjorIY8wFQLnw7w7ssH1/mfEDQgZIsuXoSZG8RarbolQbZR/x+gaiXLFqHIAXnz2Cc EAHKeNoyjyTy9Uq5QS0YS6drt1h4Eg0hugcqePWE5LYUrnag85LiN103MZI25wXCuyzs 4GlK0Jr+iYUtfyUe/HdHC2rN4NfzEvaJ4KxgXuSmm5oL3wJf+ijqBAQWupn+W8+TJgTv 9R9Q== X-Gm-Message-State: AOAM532ZAbksBIjE8UjVp4XaL2AQHU1VHEwENJkc5q8c5Wax7PTzcC4O B16D0yxf9YWCXBc0NP3cEZmHXIsCjjXouxIjyuPw4FVKyWW238jj X-Google-Smtp-Source: ABdhPJx/2+AKQE6Dt7VRod0IskuCaHYyptiR3hzDEWuxDFfaijdglsY8Qbtss94jhNPGUZCmedYXstcec5nXvjaHusw= X-Received: by 2002:ab0:3d13:: with SMTP id f19mr7874967uax.140.1631964890067; Sat, 18 Sep 2021 04:34:50 -0700 (PDT) MIME-Version: 1.0 From: Simon Glass Date: Sat, 18 Sep 2021 05:34:38 -0600 Message-ID: Subject: Please pull u-boot-dm To: U-Boot Mailing List Cc: Tom Rini , Ilias Apalodimas , Heinrich Schuchardt Content-Type: text/plain; charset="UTF-8" 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 Hi Tom, This is a revert of the EFI patches as mentioned on the mailing list. I believe this is the best way forward and avoids the current, flawed approach from getting into an official release and making it difficult to back out. https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/9154 The following changes since commit d0b8c9a231d6e5fba881960c9fcfcc444f1812f9: Merge branch '2021-09-17-TI-platform-updates' (2021-09-17 18:51:57 -0400) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-dm.git tags/dm-pull-18sep21 for you to fetch changes up to 47a25e81d35c8d801cae9089de90c9ffea083409: Revert "efi_capsule: Move signature from DTB to .rodata" (2021-09-18 03:47:50 -0600) ---------------------------------------------------------------- Revert the public-key-embedded-in-executable patches so this does not form part of an official release before it is agreed. ---------------------------------------------------------------- Simon Glass (3): Revert "doc: Update CapsuleUpdate READMEs" Revert "mkeficapsule: Remove dtb related options" Revert "efi_capsule: Move signature from DTB to .rodata" board/emulation/common/Makefile | 1 + doc/develop/uefi/uefi.rst | 124 ------------------------------ include/asm-generic/sections.h | 2 - lib/efi_loader/Kconfig | 7 -- lib/efi_loader/Makefile | 8 -- lib/efi_loader/efi_capsule.c | 18 +---- lib/efi_loader/efi_capsule_key.S | 17 ----- tools/mkeficapsule.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 8 files changed, 226 insertions(+), 180 deletions(-) delete mode 100644 lib/efi_loader/efi_capsule_key.S Regards, Simon