arm-trusted-firmware/plat/arm/board/common
Vikram Kanigiri c64a04486f Rationalise MMU and Page table related constants on ARM platforms
`board_arm_def.h` contains multiple definitions of
`PLAT_ARM_MMAP_ENTRIES` and `MAX_XLAT_TABLES` that are optimised for
memory usage depending upon the chosen build configuration. To ease
maintenance of these constants, this patch replaces their multiple
definitions with a single set of definitions that will work on all ARM
platforms.

Platforms can override the defaults with optimal values by enabling the
`ARM_BOARD_OPTIMISE_MMAP` build option. An example has been provided in
the Juno ADP port.

Additionally, `PLAT_ARM_MMAP_ENTRIES` is increased by one to accomodate
future ARM platforms.

Change-Id: I5ba6490fdd1e118cc9cc2d988ad7e9c38492b6f0
2016-02-22 11:01:10 +00:00
..
aarch64 Add common ARM and CSS platform code 2015-04-28 19:50:56 +01:00
drivers/norflash Add basic NOR flash driver for ARM platforms 2015-11-27 09:34:20 +00:00
rotpk TBB: add platform API to read the ROTPK information 2015-06-25 08:53:26 +01:00
board_arm_trusted_boot.c TBB: delete deprecated plat_match_rotpk() 2015-06-25 08:53:27 +01:00
board_common.mk Rationalise MMU and Page table related constants on ARM platforms 2016-02-22 11:01:10 +00:00
board_css.mk TBB: add platform API to read the ROTPK information 2015-06-25 08:53:26 +01:00
board_css_common.c FWU: Add Firmware Update support in BL2U for ARM platforms 2015-12-09 17:41:19 +00:00