index
:
software/arm-trusted-firmware.git
dependabot/pip/virtualenv-20.36.1
master
Trusted Firmware-A
Arm Limited and Contributors
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gpt_rme
Age
Commit message (
Expand
)
Author
2026-05-15
feat(bl31): add GPF-tolerant memcpy helpers
Harrison Mutai
2026-05-15
feat(bl31): add EL3 GPF trap handling
Harrison Mutai
2026-04-08
fix(firme): granule management service
Arunachalam Ganapathy
2026-04-08
feat(gpt): move gpt support under ENABLE_FEAT_RME
Arunachalam Ganapathy
2026-04-08
feat(rmmd): replace ENABLE_RME with ENABLE_RMM
Arunachalam Ganapathy
2026-03-27
feat(firme): initial commit of FIRME service
John Powell
2025-12-01
fix(gpt): remove unused `gpt_disable` function
Ludovic Mermod
2025-11-06
feat(cpufeat): introduce FEAT_RME_GDI support
Timothy Hayes
2025-11-06
feat(cpufeat): add support for FEAT_RME_GPC2
Girish Pathak
2025-09-02
fix(gpt): fix fill_l1_cont_desc() function
AlexeiFedorov
2025-02-11
feat(gpt): statically allocate bitlocks array
AlexeiFedorov
2024-09-17
chore(gpt): fix typo in comment
Moritz Fischer
2024-06-20
fix(gpt): fix GPT library fill_l1_tbl() function
AlexeiFedorov
2024-06-06
fix(gpt): fix RME GPT library bug
AlexeiFedorov
2024-05-22
feat(gpt): configure memory size protected by bitlock
AlexeiFedorov
2024-05-14
feat(gpt): add support for large GPT mappings
AlexeiFedorov
2024-04-17
fix(gpt): unify logging messages
AlexeiFedorov
2024-04-17
chore(gpt): remove gpt_ prefix
AlexeiFedorov
2024-02-12
fix(gpt): use DC CIGDPAPA when MTE2 is implemented
Olivier Deprez
2022-12-09
fix(gpt_rme): fix compilation error for gpt_rme.c
AlexeiFedorov
2022-08-25
fix(gpt): correct the GPC enable sequence
Kathleen Capella
2022-07-21
fix(doc): document missing RMM-EL3 runtime services
Javier Almansa Sobrino
2022-03-09
fix(gpt_rme): rework delegating/undelegating sequence
Robert Wakim
2021-11-16
fix(rme): fixes a shift by 64 bits bug in the RME GPT library
johpow01
2021-11-09
fix(gpt_rme): use correct print format for uint64_t
Manish Pandey
2021-11-05
fix(gpt_rme): add necessary barriers and remove cache clean
Soby Mathew
2021-10-05
refactor(gpt): productize and refactor GPT library
johpow01