From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.829.1676486120239234770 for ; Wed, 15 Feb 2023 10:35:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=UiAT+pUa; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4AFD361D0D for ; Wed, 15 Feb 2023 18:35:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B08B8C433EF for ; Wed, 15 Feb 2023 18:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676486118; bh=TQ4gc9d7CSK9+CQYfnJDcZv56RjmTr3jSpb/v9pWoIE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=UiAT+pUaoGiQzTwgvVSxIjtAPBpgnuxgcEL6g2yX0GwGAlIW033ovqsKXb6HSb+hJ RRuWy9z0p9yN0aqzVrbUbJVx8afiN5PmPX340YWJi7wE1m7+OJTTp4RUcKi3ypnwW8 +tPH/cojKwQBNYW6XJeoDtXrWyO9CvtQIRR9sNVxLOt655GZPMuO+BuWN5IcT0UUq/ EE40PaK/lyvllmNYlMYUHAso6+EkYEYYNZXUND/GjnN/K3NgwsHA9aLhPpgzxsSuHl v3lEdbX93z+TTZjVYTDn4JO5eqpyGqljFd7I2Lw6WHF2jmi5J5Ml+bmGurNob6mdV5 CjSg65KVNpDuw== Received: by mail-lf1-f46.google.com with SMTP id br9so28741568lfb.4 for ; Wed, 15 Feb 2023 10:35:18 -0800 (PST) X-Gm-Message-State: AO0yUKWwYarAIpdeLI3pSpFgMEKZSDnNYH/mN+7y3Rq8npAfPPg8yjUG GYeLbdZe1Lr++6wr6qKEfXBGC+m/GZcmFAfSe2w= X-Google-Smtp-Source: AK7set++nYt5eN/v/ruikDaljt4/myXJoLg2jAWT5nPi0IIRWuyJrvJNQfHH5Zwb/jEdXHvxdhNM6wthfAN8W9BJlpc= X-Received: by 2002:ac2:5dd4:0:b0:4d5:ca42:aee7 with SMTP id x20-20020ac25dd4000000b004d5ca42aee7mr759660lfq.7.1676486116766; Wed, 15 Feb 2023 10:35:16 -0800 (PST) MIME-Version: 1.0 References: <20230213111339.2239876-1-ardb@kernel.org> In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 15 Feb 2023 19:35:05 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH edk2-platforms 0/2] Couple of ARM cleanups To: Leif Lindholm Cc: devel@edk2.groups.io, Sami Mujawar , Rebecca Cran Content-Type: text/plain; charset="UTF-8" On Wed, 15 Feb 2023 at 11:53, Leif Lindholm wrote: > > On Mon, Feb 13, 2023 at 12:13:37 +0100, Ard Biesheuvel wrote: > > A pair of cleanups regarding the use of code that I will propose to > > remove from the core EDK2 in an upcoming series. > > > > Cc: Leif Lindholm > > Cc: Sami Mujawar > > Cc: Rebecca Cran > > For series: > Reviewed-by: Leif Lindholm > Thanks. Pushed as e2353ad640d5..f5bca45953a6 > > > Ard Biesheuvel (2): > > Platform/BeagleBoard: Drop PeCoff protocol > > Silicon/Marvell: Drop use of NONSECURE ARM memory region type > > > > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 6 +-- > > Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf | 39 -------------------- > > Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.c | 2 +- > > 3 files changed, 3 insertions(+), 44 deletions(-) > > delete mode 100644 Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > > > > -- > > 2.39.1 > >