Home
last modified time | relevance | path

Searched hist:d323af9e3d903d981b42f954844a95a6bfef91ab (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_el3_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Darm_bl2u_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Darm_common.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Darm_bl1_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Darm_bl2_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Darm_bl31_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/plat/ti/k3/common/
H A Dk3_bl31_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/plat/xilinx/zynqmp/
H A Dplatform.mkc884c9a55b167383ff3d96d2d0a30ac6842bcc86 Fri May 06 08:37:15 UTC 2022 Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1

Enable ARM_XLAT_TABLES_LIB_V1 as ZynqMP is using
v1 library of translation tables.

With upstream patch d323af9e3d903d981b42f954844a95a6bfef91ab,
the usage of MAP_REGION_FLAT is referring to definition in file
include/lib/xlat_tables/xlat_tables_v2.h but while preparing
xlat tables in lib/xlat_tables/xlat_tables_common.c it is referring
to include/lib/xlat_tables/xlat_tables.h which is v1 xlat tables.
Also, ZynqMP was using v1 so defined ARM_XLAT_TABLES_LIB_V1 to
use v1 xlat tables everywhere.
This fixes the issue of xlat tables failures as it takes v2
library mmap_region structure in some files and v1 in other
files.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Change-Id: Ibc0e1c536e19f4edd6a6315bf1b0dfcec33e2fdc
e8fae4bc64c9bcd1af79ac1943aa51b4c908ca2e Mon Aug 13 11:10:04 UTC 2018 Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> zynqmp: Define and enable ARM_XLAT_TABLES_LIB_V1

Enable ARM_XLAT_TABLES_LIB_V1 as ZynqMP is using
v1 library of translation tables.

With upstream patch d323af9e3d903d981b42f954844a95a6bfef91ab,
the usage of MAP_REGION_FLAT is referring to definition in file
include/lib/xlat_tables/xlat_tables_v2.h but while preparing
xlat tables in lib/xlat_tables/xlat_tables_common.c it is referring
to include/lib/xlat_tables/xlat_tables.h which is v1 xlat tables.
Also, ZynqMP was using v1 so defined ARM_XLAT_TABLES_LIB_V1 to
use v1 xlat tables everywhere.
This fixes the issue of xlat tables failures as it takes v2
library mmap_region structure in some files and v1 in other
files.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
H A Dbl31_zynqmp_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/plat/arm/common/tsp/
H A Darm_tsp_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/plat/arm/common/sp_min/
H A Darm_sp_min_setup.cd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_def.hd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/plat/arm/board/juno/include/
H A Dplatform_def.hd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_def.hd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
H A Dplat_arm.hd323af9e3d903d981b42f954844a95a6bfef91ab Fri Jul 06 15:54:44 UTC 2018 Daniel Boulby <daniel.boulby@arm.com> Rework page table setup for varying number of mem regions

Change arm_setup_page_tables() to take a variable number of memory
regions. Remove coherent memory region from BL1, BL2 and BL2U as
their coherent memory region doesn't contain anything and
therefore has a size of 0. Add check to ensure this
doesn't change without us knowing.

Change-Id: I790054e3b20b056dda1043a4a67bd7ac2d6a3bc0
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>