u-boot/arch/arm/mach-versal/include/mach/sys_proto.h
Ibai Erkiaga 11b1dcec09 versal: fix versal PM ret payload size
The PM return payload size is defined as 4 bytes for Versal arquitecture
while the PM calls implemented both in the Versal clock driver and
ZynqMP firmware driver expects 5 bytes length.

Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-08-20 09:49:20 +02:00

14 lines
197 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2016 - 2018 Xilinx, Inc.
*/
enum {
TCM_LOCK,
TCM_SPLIT,
};
#define PAYLOAD_ARG_CNT 5U
void tcm_init(u8 mode);
void mem_map_fill(void);