[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 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, 14 Aug 2025 09:19:57 +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=WmJ6+vdHYgowTVTBApXvjSDH5MRfDYQrN1q9jEV0aQw=; b=vEu02IwMbLCTlS/a6rhQa7OSLGUN99fz1C6O+Oz87XwjWVUceOQtdUe11dOKXX1u/TrnRWsZH78cRfXmysorrcpJWW10zS+ZjLeq+Qy6GXTuM7VlNkbYBrtnFyLOuv37Xg2OjrmqSXf7pqF9gLZD4pY9GQE+bq0wUnJzLt+pCIpp5NK2LSTOg7IbBgf+XW3DEe/XG5N2Ul6S4l4w8kIe2C/3oP+m+cl3VQ1LJVdh9U7P5Tqf7XGSOGfbZRURHI9cRCxTd5AxdkR16/HvgLWHtuGABwSkxGLcsizFw8KM9i+r1DqL5UXAYWtB8E9O9m2al9hHCr2C05VLUj5Y9J1JTw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=C+PKR9niMwjCf60uqQkAxNURm6a9QL49sRt1ooye5AI+wikhWXZ0F8W3U2oykbUnXH83Zq0dRpOKTC/md3u9dEA8mX0FJ2cAwutaGZ2ZDUPjE8+meYrhHuJv8CQ6bul+dfEvrIevOg3chXczSgThFdI0T0CRdW+44rnErEUWYUlHS7u30VsVUCPrdfKM0uzVOsOadZly52diUSoX/4s564Sos+EcFpYMJpbGyhsd5HrGZov2nrZ09mAiCd5VCeaM7P5088SP8/RP7ONYQWkrtkVgidbrOzY4D/cAP9qmOxGpBonktwgWu7MJ87iyp/mdGWa0xdDTnQNiNfqtq0a5pA==
- 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, 14 Aug 2025 08:20:26 +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 is_xen_heap_mfn 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/Makefile | 1 -
xen/arch/arm/mpu/domain-page.c | 45 -------------------------------
5 files changed, 2 insertions(+), 53 deletions(-)
delete mode 100644 xen/arch/arm/mpu/domain-page.c
--
2.25.1
|