Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-15 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > Define prepare_selector(), read_protection_region() and > write_protection_region() for arm32. Also, define > GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255. > > Enable pr_{get/set}_{base/limit}(), regio

Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-13 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > Define prepare_selector(), read_protection_region() and > write_protection_region() for arm32. Also, define > GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255. > > Enable pr_{get/set}_{base/limit}(), regio

Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-13 Thread Ayan Kumar Halder
On 11/06/2025 15:35, Ayan Kumar Halder wrote: Define prepare_selector(), read_protection_region() and write_protection_region() for arm32. Also, define GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255. Enable pr_{get/set}_{base/limit}(), region_is_valid() for arm32. Ena

Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-13 Thread Orzel, Michal
On 12/06/2025 12:37, Ayan Kumar Halder wrote: > > On 12/06/2025 10:35, Luca Fancellu wrote: >> Hi Ayan, > Hi Luca, >> >>> On 11 Jun 2025, at 15:35, Ayan Kumar Halder >>> wrote: >>> >>> Define prepare_selector(), read_protection_region() and >>> write_protection_region() for arm32. Also, defin

Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-12 Thread Ayan Kumar Halder
On 12/06/2025 10:35, Luca Fancellu wrote: Hi Ayan, Hi Luca, On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: Define prepare_selector(), read_protection_region() and write_protection_region() for arm32. Also, define GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255

Re: [PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-12 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > Define prepare_selector(), read_protection_region() and > write_protection_region() for arm32. Also, define > GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255. > > Enable pr_{get/set}_{base/limit}(), regio

[PATCH v3 6/6] arm/mpu: Enable read/write to protection regions for arm32

2025-06-11 Thread Ayan Kumar Halder
Define prepare_selector(), read_protection_region() and write_protection_region() for arm32. Also, define GENERATE_{READ/WRITE}_PR_REG_OTHERS to access MPU regions from 32 to 255. Enable pr_{get/set}_{base/limit}(), region_is_valid() for arm32. Enable pr_of_addr() for arm32. Signed-off-by: Ayan K