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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 73A78C433E0 for ; Wed, 1 Jul 2020 14:19:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D5C6207BB for ; Wed, 1 Jul 2020 14:19:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731039AbgGAOTR (ORCPT ); Wed, 1 Jul 2020 10:19:17 -0400 Received: from mx0a-002e3701.pphosted.com ([148.163.147.86]:3650 "EHLO mx0a-002e3701.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731331AbgGAOSa (ORCPT ); Wed, 1 Jul 2020 10:18:30 -0400 Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 061E3e1f002849; Wed, 1 Jul 2020 14:17:34 GMT Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 320r3bhy25-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 01 Jul 2020 14:17:34 +0000 Received: from stormcage.eag.rdlabs.hpecorp.net (stormcage.eag.rdlabs.hpecorp.net [128.162.236.70]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id EEDA5A7; Wed, 1 Jul 2020 14:17:31 +0000 (UTC) Received: by stormcage.eag.rdlabs.hpecorp.net (Postfix, from userid 200934) id 883CC200FAD06; Wed, 1 Jul 2020 09:17:31 -0500 (CDT) Message-ID: <20200701141731.377252388@hpe.com> User-Agent: quilt/0.66 Date: Wed, 01 Jul 2020 09:17:31 -0500 From: steve.wahl@hpe.com To: Jonathan Corbet , Ard Biesheuvel , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Darren Hart , Andy Shevchenko , Mauro Carvalho Chehab , Andrew Morton , Greg Kroah-Hartman , "Paul E. McKenney" , Pawan Gupta , Juergen Gross , Mike Kravetz , Oliver Neukum , Mike Travis , Steve Wahl , Dimitri Sivanich , Benjamin Thiel , Andy Lutomirski , Arnd Bergmann , James Morris , David Howells , Kees Cook , Dave Young , Dan Williams , Logan Gunthorpe , Alexandre Chartre , "Peter Zijlstra (Intel)" , Austin Kim , Alexey Dobriyan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org Cc: Russ Anderson Subject: [patch 00/13] Remove UV1 platform support and associated efi=oldmap option X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-07-01_08:2020-07-01,2020-07-01 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 suspectscore=0 impostorscore=0 mlxscore=0 spamscore=0 malwarescore=0 bulkscore=0 mlxlogscore=951 cotscore=-2147483648 adultscore=0 clxscore=1015 priorityscore=1501 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2007010102 Sender: linux-efi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org This series of patches removes support for the UV1 platform and the efi=old_map kernel command line option. The documentation for efi=old_map in Documentation/admin-guide/kernel-parameters.txt was recently touched and differs between linux-next and the mainline tree. I will send a separate patch to fix the documentation when this gets accepted. The UV1 platform has been out of support for a number of years, has not had a BIOS update for at least 5 years, and we have not had access to hardware to test changes on for a while now, either. Removing the UV1 platform will improve the clarity of the changes we would like to make for our forthcoming UV5 Sapphire Rapids platform, making them easier to review. And removing the UV1 platform allows this patch set to also remove the efi=old_map boot option, which seems to be a natural progression from commit 1f299fad1e312947c974 ("efi/x86: Limit EFI old memory map to SGI UV machines")