From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::22e; helo=mail-io0-x22e.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8C56120359E83 for ; Sun, 26 Nov 2017 03:11:54 -0800 (PST) Received: by mail-io0-x22e.google.com with SMTP id q101so33380582ioi.1 for ; Sun, 26 Nov 2017 03:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=r3MgI+c5ZYtP8ig9Y65eVL7q1zx+yVzvX9S2Ny42NAo=; b=O/GGF3uyUFkbgfhYTaAMb60KK5AEjtJKuFlyIw9g55SDLfirllbcBy2V7QAjBR/rGd vNBJEJw3ZfU/eMzTrxj4nDnVwZvSQQW/Jcb/yobLGusroaNplVa9TJ0AQBdNo6BMPkOU y3hwsXffqdFVC26SuU/RIVIUpe3YIh5cN/i9E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=r3MgI+c5ZYtP8ig9Y65eVL7q1zx+yVzvX9S2Ny42NAo=; b=Upwcho8CP/xyo7HfCmqIU88ZZ6W3tzdj7b7qkZzzVMKyjx4Nk4mJ+o2jvabq9NojHR pwrtMvWTxeCjDeTTk5LEMwbojAi+yKGE8Ij3mLl+qh1QJLzam0Hew+RdoV/HAGtEFhto g/IEtC+0eXbYBhdac9Ht2GArLX20ivaBuU14C/A01CBK9QNNH2obkikrTjh5CgWb6Yf9 fEc4FlBw9ivYmZ7+19AVh2GYzRlTyVvmUJkomnRrwhcxgYIKc7elm65/mG2VHKt6ZZ57 T9ZMLTCrZEEpUdHQlFbmZbwiCpDjkiGlci7A38Wb3Nru+m0KLGSnc3claJFpQ0vwOlTG cLYw== X-Gm-Message-State: AJaThX59bz+F4QDa2N3eL6PLDUupGz0719lu0lK8jcy5nXNHH9vOCq0i oWIL833yGNI9snmNXyWdTexSWFo0IAvOTiGD7JOoGw== X-Google-Smtp-Source: AGs4zMb43zFf85qkW5mhMBAFkSyOBtA3n1kiKhQJ9vUvvMJ9iQ/hgkckg8vwtkgW2ywyyz44r3axcqnE3FEXWL4LJcA= X-Received: by 10.107.151.142 with SMTP id z136mr1126654iod.248.1511694973512; Sun, 26 Nov 2017 03:16:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Sun, 26 Nov 2017 03:16:12 -0800 (PST) In-Reply-To: <20171124172107.cfhnatabgwzof4x3@bivouac.eciton.net> References: <20171115154553.24275-1-ard.biesheuvel@linaro.org> <20171124172107.cfhnatabgwzof4x3@bivouac.eciton.net> From: Ard Biesheuvel Date: Sun, 26 Nov 2017 11:16:12 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , "afish@apple.com" Subject: Re: [PATCH] EmbeddedPkg Omap35xxPkg: remove EBL and associated libraries X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 11:11:54 -0000 Content-Type: text/plain; charset="UTF-8" On 24 November 2017 at 17:21, Leif Lindholm wrote: > On Wed, Nov 15, 2017 at 03:45:53PM +0000, Ard Biesheuvel wrote: >> EBL is a deprecated, small memory footprint alternative for the >> UEFI Shell that is no longer in use by any platforms in EDK2 or >> in edk2-platforms. To avoid confusion, let's remove it from the >> tree. > > Yes, please. > If someone in the future wants to use this seriously (instead of just > finding it easier to add commands to than the UEFI shell), we can > easily resurrect it. > >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Thanks. Pushed as 5604d269ab38