From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::242; helo=mail-wr0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (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 C66EE211C8302 for ; Thu, 21 Jun 2018 01:13:20 -0700 (PDT) Received: by mail-wr0-x242.google.com with SMTP id g18-v6so2143162wro.7 for ; Thu, 21 Jun 2018 01:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=3KcccuGno9zOzvhAMiaShKldAb9fHIK8xh2EQafSKAk=; b=WoKnsYjPO4PsO5+SwconlKbPHVgOKv7+l9thGk5UQ3qz4pkF1b5uX+5ARAwJ4Ngwc9 dnfJhf0mX3MrbECpuYKqlXmNbkQopv1snc0Wu3oW3fBCoGW2BZuV8ysnidjY6x87kr1B YEoyuSxg1d9Z45nZuO4WylGqhGZYd9LVST+Aw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3KcccuGno9zOzvhAMiaShKldAb9fHIK8xh2EQafSKAk=; b=PJduhFbADCMlk7u3nSitClbUn7sYIKN2AmI3qMc9B3LkoZfr8vIyi7S0ARN0CLXWsc hItgak1mcKzcLGy9A9BQ3JDi2696VbdLEEI+mDCIPb8uz30M1so092s5P2Zvai0dnTUL 3jO1SsoJBWMuFVNd6Mh0Y+8VdQ8VELzWJX13jLEDg3XCp9RyOZIK37yK2zqUJHkTPYsz Vmc6sFo0ywj1i96OVMKPNyqBW1eCJxGBXixzbfyd2SFaZtkPldb2WXIebxB3U5ErSdr9 Pif9VMDx/+4we8zi4IlEbUESLGhQsm0dOhr8rH3bISsH/QInIBSYfA6AOupucChDkIz1 ff7g== X-Gm-Message-State: APt69E2by5LKh8WbnwbZUV4cXcgyIs50/jCD8Xk/MR/8P/WGk1tE7oNW /8SWKx2UJOyShY7p1XV/th2gdT3cKlU= X-Google-Smtp-Source: AAOMgpfFL8fRQPxG1ql1TTo5+4L9VmBkYmfcAiDo/VP9Zf4lCROhRy9FnxvMKoiDv0KlJ84JJMMyGQ== X-Received: by 2002:adf:b690:: with SMTP id j16-v6mr82343wre.200.1529568798622; Thu, 21 Jun 2018 01:13:18 -0700 (PDT) Received: from dogfood.home ([2a01:cb1d:112:6f00:104b:ef1a:8c01:a5bb]) by smtp.gmail.com with ESMTPSA id q17-v6sm4803152wro.30.2018.06.21.01.13.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jun 2018 01:13:17 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Christopher.Co@microsoft.com, Ard Biesheuvel Date: Thu, 21 Jun 2018 10:13:13 +0200 Message-Id: <20180621081315.16228-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 Subject: [PATCH v2 0/2] ArmMmuLib ARM: remove cache maintenance X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2018 08:13:21 -0000 Follow up series to v2 'ArmMmuLib ARM: remove cache maintenance of block mapping contents' Patch #1 updated to remove more cache maintenance of memory *content* Patch #2 added to remove cache maintenance of page table entries themselves, and to remove support for storing page tables in memory that is not mapped writeback cacheable. Ard Biesheuvel (2): ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memory ArmPkg/Library/ArmLib/Arm/ArmLibSupport.S | 2 -- ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibCore.c | 26 +++----------------- 2 files changed, 3 insertions(+), 25 deletions(-) -- 2.17.1