From patchwork Wed May 12 18:37:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1477774 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=oCxsr5pQ; dkim-atps=neutral Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FgNpV0vH4z9tk1 for ; Thu, 13 May 2021 04:38:26 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6F01884627; Wed, 12 May 2021 18:38:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xbi3aO6UazQ9; Wed, 12 May 2021 18:38:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id DC20E8461C; Wed, 12 May 2021 18:38:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 859611BF2E3 for ; Wed, 12 May 2021 18:37:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 750B460DE6 for ; Wed, 12 May 2021 18:37:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp3.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ewFz0NDT9YxC for ; Wed, 12 May 2021 18:37:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail2.protonmail.ch (mail2.protonmail.ch [185.70.40.22]) by smtp3.osuosl.org (Postfix) with ESMTPS id B17F560DE2 for ; Wed, 12 May 2021 18:37:21 +0000 (UTC) Date: Wed, 12 May 2021 18:37:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1620844639; bh=iweJ9DxzRTTho86L8G+Ikx+5lh9UptC8yth/Rd7wIgo=; h=Date:To:From:Cc:Reply-To:Subject:From; b=oCxsr5pQHLwzkaWrD1aGjSZ1QBt7k/Prg/VjA4mqzluIaw0NzsqpGa8nUZg9MxFDf skeVWZNWUitxYMeJociChHCeaxADLu/z/TQV+xNzN7JU3X91LdPgOwYhQawqN3/91J gu9Uy7X9u8Jmn6W5AkYmW/t22+ybYzQAHJMY6QD52oQhrmKbV3AYYX5F0d6ZxRLc2J fKqmqnf45Xm3cbPbLa3pmndFJPSw1q2ATUIO3h05E9zuuWkbMFoeq6QvHQQl0glDjw HQaHSg/eevzpnIzK34/Gy/5m8fs9fxdic4r8brzxnAzllwKLIirgMVZtntRHUt+UND encmOuYGMP/Yw== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH v5 10/10] DEVELOPERS: add files related to EDK2 for Dick Olsson X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Dick Olsson --- DEVELOPERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index 573d8d84de..b589f882b2 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -675,7 +675,22 @@ N: Derrick Lyndon Pallas F: package/ipcalc/ N: Dick Olsson +F: board/aarch64-efi/ +F: board/pc/ +F: board/qemu/aarch64-sbsa/ +F: board/qemu/aarch64-virt/ +F: board/socionext/developerbox/ +F: board/solidrun/macchiatobin-efi/ +F: boot/arm-trusted-firmware/ +F: boot/edk2/ +F: configs/aarch64_efi_defconfig +F: configs/pc_x86_64_efi_defconfig +F: configs/qemu_aarch64_sbsa_defconfig +F: configs/qemu_aarch64_virt_defconfig +F: configs/socionext_developerbox_defconfig +F: configs/solidrun_macchiatobin_efi_defconfig F: package/bearssl/ +F: package/edk2-platforms/ F: package/execline/ F: package/mdevd/ F: package/s6-dns/ @@ -686,6 +701,7 @@ F: package/s6-portable-utils/ F: package/s6-rc/ F: package/s6/ F: package/skalibs/ +F: support/testing/tests/boot/test_edk2.py N: Dimitrios Siganos F: package/wireless-regdb/