fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
show more ...
drivers: scmi: scmi_sq: Modify wrong payload lengthPayload length of the get dram mapping information message is 0.The mbx_mem->len parameter should be 4, it only containsmessage header.Fixes:
drivers: scmi: scmi_sq: Modify wrong payload lengthPayload length of the get dram mapping information message is 0.The mbx_mem->len parameter should be 4, it only containsmessage header.Fixes: b67d202 ("plat/synquacer: enable SCMI support")Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>Change-Id: If1cd4c855da2dc5dc4b6da3bea152b8441971de7
plat/synquacer: enable SCMI supportEnable the SCMI protocol support in SynQuacer platform.Aside from power domain, system power and apcore management protocol,this commit adds the vendor specific
plat/synquacer: enable SCMI supportEnable the SCMI protocol support in SynQuacer platform.Aside from power domain, system power and apcore management protocol,this commit adds the vendor specific protocol(0x80).This vendor specific protocol is used to get the dram mapping informationfrom SCP.Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>