[linux-yocto] [PATCH] bsp/axxiaarm64: Add support for kexec/kdump and OEM calls

Daniel Dragomir daniel.dragomir at windriver.com
Thu Nov 17 08:24:55 PST 2016


Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
 bsp/axxiaarm64/axxiaarm64.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsp/axxiaarm64/axxiaarm64.cfg b/bsp/axxiaarm64/axxiaarm64.cfg
index 680af6b..cc570cf 100644
--- a/bsp/axxiaarm64/axxiaarm64.cfg
+++ b/bsp/axxiaarm64/axxiaarm64.cfg
@@ -36,6 +36,8 @@ CONFIG_ARCH_XGENE=y
 CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
 CONFIG_ARCH_DMA_ADDR_T_64BIT=y
 CONFIG_ARM_ARCH_TIMER=y
+CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
 
 #
 # Boot options
@@ -102,6 +104,7 @@ CONFIG_LSI_MTC=y
 CONFIG_ATA=y
 CONFIG_LSI_NCR=y
 CONFIG_ARCH_AXXIA_NCR_RESET_CHECK=y
+CONFIG_AXXIA_OEM=y
 CONFIG_AXXIA_PEI=y
 
 #
-- 
2.7.4



More information about the linux-yocto mailing list