]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(imx8mp): cleanup the mmap region settings
authorMarco Felsch <m.felsch@pengutronix.de>
Fri, 1 Jul 2022 13:44:09 +0000 (15:44 +0200)
committerMarco Felsch <m.felsch@pengutronix.de>
Thu, 20 Oct 2022 16:20:19 +0000 (18:20 +0200)
commitc995943de825109b736c9972d12d68f962ec5b01
tree1c8dcbde55c9ffe09a0dce9f895ee6182337ff6d
parent5d2d3328db88846accd179c96d71bab79a150937
refactor(imx8mp): cleanup the mmap region settings

Introduce the bl_regions array to gather all regions and make use of the
MAP_REGION_FLAT() macro. The array is than passed to mmap_add() to map
all regions. While on it introduce some defines so the addr, size and
flags can be read more easily. No functional change done.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Change-Id: I7f637beea61138a86d691cd78fba2dd17e4dc925
plat/imx/imx8m/imx8mp/imx8mp_bl31_setup.c