From 900f88f3b08b71becd5cecba0687e8eb24fc342b Mon Sep 17 00:00:00 2001 From: Sergey Temerkhanov Date: Wed, 14 Oct 2015 09:55:51 -0700 Subject: armv8: cavium: Add an implementation of ATF calling functions This commit adds functions issuing calls to the product-specific ATF services Signed-off-by: Sergey Temerkhanov Signed-off-by: Radha Mohan Chintakuntla --- include/configs/thunderx_88xx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/thunderx_88xx.h') diff --git a/include/configs/thunderx_88xx.h b/include/configs/thunderx_88xx.h index 9bd26dc7aa..cece4ddbcf 100644 --- a/include/configs/thunderx_88xx.h +++ b/include/configs/thunderx_88xx.h @@ -26,6 +26,8 @@ #define CONFIG_SYS_FULL_VA +#define CONFIG_SYS_LOWMEM_BASE MEM_BASE + #define CONFIG_SYS_MEM_MAP {{0x000000000000UL, 0x40000000000UL, \ PTL2_MEMTYPE(MT_NORMAL) | \ PTL2_BLOCK_NON_SHARE}, \ -- cgit