arm-trusted-firmware/services/std_svc
johpow01 f19dc624a1 refactor(gpt): productize and refactor GPT library
This patch updates and refactors the GPT library and fixes bugs.

- Support all combinations of PGS, PPS, and L0GPTSZ parameters.
- PPS and PGS are set at runtime, L0GPTSZ is read from GPCCR_EL3.
- Use compiler definitions to simplify code.
- Renaming functions to better suit intended uses.
- MMU enabled before GPT APIs called.
- Add comments to make function usage more clear in GPT library.
- Added _rme suffix to file names to differentiate better from the
  GPT file system code.
- Renamed gpt_defs.h to gpt_rme_private.h to better separate private
  and public code.
- Renamed gpt_core.c to gpt_rme.c to better conform to TF-A precedent.

Signed-off-by: John Powell <john.powell@arm.com>
Change-Id: I4cbb23b0f81e697baa9fb23ba458aa3f7d1ed919
2021-10-05 16:24:57 -05:00
..
rmmd refactor(gpt): productize and refactor GPT library 2021-10-05 16:24:57 -05:00
sdei services: Fix pmr_el1 rewrote issue in sdei_disaptch_event() 2021-07-28 11:12:44 +02:00
spm_mm services: spm_mm: Use sp_boot_info to set SP context 2021-04-19 18:28:07 +02:00
spmd Merge "feat(ff-a): adding notifications SMC IDs" into integration 2021-09-27 16:54:53 +02:00
trng Add TRNG Firmware Interface service 2021-02-05 11:49:18 +00:00
pci_svc.c SMCCC/PCI: Handle std svc boilerplate 2021-05-25 14:49:08 +02:00
std_svc_setup.c feat(rme): add RMM dispatcher (RMMD) 2021-10-05 11:34:53 -05:00