commit | a20b5afc2cc162ab9e119ac3322ddf05977ad1ae | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Mon Jan 11 11:20:52 2021 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Thu Jan 21 01:45:56 2021 +0000 |
tree | dc4e87d062319d299f26ab36a2073dfdb3d71ad3 | |
parent | a876d433f5afc5a736b6064a9b32c263dbab93d7 [diff] |
SPM: Change data type of irq line to uint32_t This patch changes the data type of irq line from IRQn_Type to uint32_t to remove the platform dependency. Also updated the get_irq_line_for_signal function to align between the two models. Change-Id: Ifc381b913d60797b06facd8ccb5d26ba01327372 Signed-off-by: Kevin Peng <kevin.peng@arm.com>