
This series adds support for getting available msmc sram from dmsc using TISCI protocol. Using this information updates the kernel dt before jumping to kernel.
Lokesh Vutla (5): firmware: Add support for querying msmc memory arm: k3: Add a wrapper to get tisci handle arm: k3: Add support for updating msmc dt node board: ti: am65x: Enable fixing up msmc sram node configs: am65x_evm_a53: Enable CONFIG_OF_BOARD_SETUP
arch/arm/mach-k3/common.c | 88 +++++++++++++++++++++++ arch/arm/mach-k3/include/mach/sys_proto.h | 3 +- board/ti/am65x/evm.c | 14 ++++ configs/am65x_evm_a53_defconfig | 1 + drivers/firmware/ti_sci.c | 53 ++++++++++++++ drivers/firmware/ti_sci.h | 19 +++++ include/linux/soc/ti/ti_sci_protocol.h | 4 ++ 7 files changed, 181 insertions(+), 1 deletion(-)