commit | fee5f1ef6cf76f87d9799596d06979c9e6589f2b | [log] [tgz] |
---|---|---|
author | Markus Mayer <mmayer@broadcom.com> | Tue Feb 13 12:40:40 2018 -0800 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Fri Feb 23 10:56:59 2018 -0800 |
tree | 74cc6257c8db33ad6a60ee68c9a9ab251d6ed6ec | |
parent | 9f2c4d95e088a44b2b68fedbd4593070b53754a7 [diff] |
memory: brcmstb: dpfe: support new way of passing data from the DCPU The DCPU can now send message data in two ways: - via the data RAM, as before (this is now message type 0) - via the message RAM (this is message type 1) In order to support both methods, we check the message type of the response (bits 31:28) and then treat the offset (bits 27:0) accordingly. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>