core: mm: add support discrete memory

Add support support discrete memory
1. Increase table size from 5 to 30
2. Add attribute to the MEM_AREA_RES_VASPACE since the va of
   discrete memory is come from the pool.

Change-Id: Ibf3ac42d2cbe81732ebae639ebd1581121e03103
Signed-off-by: Gavin Liu <gavin.liu@mediatek.corp-partner.google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/OP-TEE/optee_os/+/5444294
Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com>
Reviewed-by: Jeffrey Kardatzke <jkardatzke@google.com>
Reviewed-by: Yi Chou <yich@google.com>
Tested-by: Jeffrey Kardatzke <jkardatzke@google.com>
2 files changed
tree: ee8d724eb981150c576f3c35fa8a79cb9144f101
  1. .github/
  2. core/
  3. keys/
  4. ldelf/
  5. lib/
  6. mk/
  7. scripts/
  8. ta/
  9. .checkpatch.conf
  10. .gitattributes
  11. .gitignore
  12. CHANGELOG.md
  13. DIR_METADATA
  14. LICENSE
  15. MAINTAINERS
  16. Makefile
  17. OWNERS
  18. README.md
  19. typedefs.checkpatch
README.md

OP-TEE Trusted OS

This git contains source code for the secure side implementation of OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io.

// OP-TEE core maintainers