[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/2] R52 MPU support (for "Third series for R82 MPU")
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- Date: Thu, 7 Aug 2025 18:45:27 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ViRN9/MbwbgAKy455kGDx2MnZnuG0OZMSNBYgyjNvI4=; b=Fe5GKlQqWKXPj9YgSTx177++KNX7L3ZBu4xwDE8ImYVPHsewMHLb9Obl9a6IvkN0kBIsymNz6neFp3sUtQy98Cj5GtKmeoHbh2OKUwF0FyDZX5C/BOhcRBD3PZ4oA7iBwbKId8NlUXSAk/+K6OdY1Z3MBPbgHJNvikbih/zdKrDGlcC+ZLaOh+U935C3F3vRojmovcT/FjGTWJn14mCx0pO1kdFij+zhdATJckVwuQZE6zqmsNhiAPm0qlADiKWq1pO02Q8wr970OOpZG3dCp1kYziN4iLM4cB2k6WhuXU7W/emFqYd3CFiXN7grkW5NSDHJ/uAkGpufEqQXsjS2Sw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=xrWBqLOmLt1AvMuybeJLDM81LMm7Ho2zvJ+e1yxMdWO2w3brFVEir0qOvnr3c78d/JEPRrk1p8r7k6JeB/WorwMUIDI7jYKmwwsp/3T06KjZfxwLp9mDbRwHan/LyCjwMNUMdsl+bKQzx9L6rJE3aRGj0qNxTAgKhiNPBgUWbLEXwEytDheSjI5P5w3La1VLlTgAcssYaG9KdcSTSsNn8dEr6K4U7pN10d8ItTVNrJy8eQb6o5Sg5HzfpwJZRbT7Nk1+8omoBg6LU5GE7vcft3sxjQWq+Xv3/fJYBGb9uObGZmYaf7RRuBwJ8lGZ/5EHFD4A+AduUKCrvhDheFZypw==
- Cc: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, "Volodymyr Babchuk" <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Thu, 07 Aug 2025 17:45:53 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi all,
This series is related to
"[PATCH 0/5] Third series for R82 MPU support". There is no build dependency
between the two series.
At the end of these 2 series, R82 and R52 boot till the same point
(approximately).
Kind regards,
Ayan
Ayan Kumar Halder (2):
arm/mpu: Enable is_xen_heap_page and co for ARM_32
arm/mpu: Disable map_domain_page for MPU
xen/arch/arm/Kconfig | 2 +-
xen/arch/arm/include/asm/mm.h | 2 --
xen/arch/arm/include/asm/mpu/mm.h | 5 ----
xen/arch/arm/mpu/domain-page.c | 45 -------------------------------
4 files changed, 1 insertion(+), 53 deletions(-)
delete mode 100644 xen/arch/arm/mpu/domain-page.c
--
2.25.1
|