On 03/04/2025 19:12, Ayan Kumar Halder wrote: > Added a new file prepare_xen_region.inc to hold the common earlyboot MPU > regions > configurations across arm64 and arm32. > > prepare_xen_region, fail_insufficient_regions() will be used by both arm32 and > arm64. Thus, they have been moved to prepare_xen_region.inc. > > enable_secondary_cpu_mm() is a stub which is moved to prepare_xen_region.inc > as > SMP is currently not supported for MPU. This does not sound right. If you want a place to keep some common MPU stuff between Arm64 and Arm32, you need to come up with better name for a file. SMP has nothing to do here with preparing regions so it feels odd to have enable_secondary_cpu_mm stub there. Also, new files should use dashes '-' and not underscores '_'. ~Michal
- [PATCH v4 0/3] Enable early bootup of Armv8-R AArch32 sy... Ayan Kumar Halder
- [PATCH v4 1/3] xen/arm: Move some of the functions ... Ayan Kumar Halder
- Re: [PATCH v4 1/3] xen/arm: Move some of the fu... Luca Fancellu
- Re: [PATCH v4 1/3] xen/arm: Move some of th... Luca Fancellu
- Re: [PATCH v4 1/3] xen/arm: Move some o... Orzel, Michal
- Re: [PATCH v4 1/3] xen/arm: Move some of the fu... Orzel, Michal
- Re: [PATCH v4 1/3] xen/arm: Move some of th... Ayan Kumar Halder
- Re: [PATCH v4 1/3] xen/arm: Move some o... Luca Fancellu
- Re: [PATCH v4 1/3] xen/arm: Move s... Ayan Kumar Halder
- Re: [PATCH v4 1/3] xen/arm: Mo... Orzel, Michal
- [PATCH v4 3/3] xen/arm32: mpu: Stubs to build MPU f... Ayan Kumar Halder
- Re: [PATCH v4 3/3] xen/arm32: mpu: Stubs to bui... Luca Fancellu
- Re: [PATCH v4 3/3] xen/arm32: mpu: Stubs to... Ayan Kumar Halder
- [PATCH v4 2/3] xen/arm32: Create the same boot-time... Ayan Kumar Halder
- Re: [PATCH v4 0/3] Enable early bootup of Armv8-R A... Luca Fancellu