u-boot-brain/arch/arm/mach-mvebu/include/mach/fw_info.h

19 lines
400 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2018 Marvell International Ltd.
*/
#ifndef _FW_INFO_H_
#define _FW_INFO_H_
/* Protected ATF and TEE region */
#define ATF_REGION_START 0x4000000
#define ATF_REGION_END 0x5400000
/* Firmware related definition used for SMC calls */
#define MV_SIP_DRAM_SIZE 0x82000010
#define MMIO_REGS_PHY_BASE 0xc0000000
#endif /* _FW_INFO_H_ */