commit | 8b526d4544a8d1e3aa98ac2101b1f818cc0dd888 | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Fri Nov 27 20:59:52 2020 +0800 |
committer | David Hu <david.hu@arm.com> | Fri Jan 22 02:21:55 2021 +0000 |
tree | aafcc530e661ec27e640c8e8b2975f53c6988cf9 | |
parent | 04969a400441dd2e41212a4e2937d17873bb3765 [diff] |
Build: Improve the setting of number of mailbox queue slots Move configuration of number of mailbox queue slots from platform's device_cfg.h into a common header file tfm_mailbox_config.h. tfm_mailbox_config.h is automatically generated during build. The value of NUM_MAILBOX_QUEUE_SLOT is passed from build configuration and then set in tfm_mailbox_config.h. Change-Id: I9a3ac465b71b316accf6cd41cea80745eec8607c Signed-off-by: David Hu <david.hu@arm.com>