commit | 3c817f4c7825fdeb9d4de4b266f4c65a200a270f | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Mar 21 10:49:27 2018 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Mar 21 10:49:27 2018 +0000 |
tree | f212c24b5373357c0e4216fc943849ca36f592bc | |
parent | 190e4fa27fc6aa655f76a1012d434a18c927fd53 [diff] |
Rename 'smcc' to 'smccc' When the source code says 'SMCC' it is talking about the SMC Calling Convention. The correct acronym is SMCCC. This affects a few definitions and file names. Some files have been renamed (smcc.h, smcc_helpers.h and smcc_macros.S) but the old files have been kept for compatibility, they include the new ones with an ERROR_DEPRECATED guard. Change-Id: I78f94052a502436fdd97ca32c0fe86bd58173f2f Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>