Hi TI Experts,
The first entry in the MPU configuration for AM263x, AM273x and AM243x contains one big section like below -
{
.baseAddr = 0x0u, .size = MpuP_RegionSize_2G, //for AM273x it is 4G .attrs = { .isEnable = 1, .isCacheable = 0, .isBufferable = 0, .isSharable = 1, .isExecuteNever = 1, .tex = 0, .accessPerm = MpuP_AP_S_RW_U_R, .subregionDisableMask = 0x0u }, },