commit | 2c47f7fca34174a691ce8b801e9d859607b3ef1d | [log] [tgz] |
---|---|---|
author | Ken Liu <Ken.Liu@arm.com> | Fri Jan 22 11:06:04 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Feb 05 05:34:51 2021 +0000 |
tree | e664d85f84cd6f590743b1bb6efc9a698521cf4c | |
parent | 4f953f5f50809991510003e588695508effcdbb0 [diff] |
SPM: Refine list operations List operations is necessary for FFM common logic. Move the header into 'ffm' folder, and covert inline funtions into MACROs, as list operations are fast and simple enough. The main usage now for the lists is a ring based on the bidirectional list structure. Other list usage can be added into this file when necessary. Change-Id: I45c5eab864f5c4e261b39c89cd42325bb98fa17c Signed-off-by: Ken Liu <Ken.Liu@arm.com>