Tegra: organize memory/mmio apertures to decrease memmap latency
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 23 Jan 2018 22:38:51 +0000 (14:38 -0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Thu, 31 Jan 2019 16:47:41 +0000 (08:47 -0800)
commit26cf08494b3db526c4b887d27c797da49efb7505
tree2ce81998a07337d3f2964fb13d64587c7d8cdf99
parent51a5e593d654f46c7ab367eaa135923e25c0ad62
Tegra: organize memory/mmio apertures to decrease memmap latency

This patch organizes the memory and mmio maps linearly, to make the
mmap_add_region process faster. The microsecond timer has been moved
to individual platforms instead of making it a common step, as it
further speeds up the memory map creation process.

Change-Id: I6fdaee392f7ac5d99daa182380ca9116a001f5d6
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/tegra_bl31_setup.c
plat/nvidia/tegra/soc/t186/plat_setup.c