commit | cda8529346935fc86f476999ac4fbfe4e17abf11 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Wed Oct 19 19:40:12 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Nov 14 21:52:18 2016 -0800 |
tree | 2bc8729a0e4a4d3380d6e660122f682b17b53670 | |
parent | 2ca7d866ca13eb8394c6a4431465a6faa0c92fd6 [diff] |
remoteproc: Merge table_ptr and cached_table pointers As all vdev resources are allocated before we boot the remote processor we no longer need to support modifying the resource table while the remote is running. This saves us from the table_ptr dance, but more importantly allow the remote processor to enable security lock down of the loaded table memory region. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>