1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/config.h>
5 __weak
enum xeonsp_cxl_mode
get_cxl_mode(void)
7 return XEONSP_CXL_DISABLED
;
10 __weak
enum xeonsp_fast_boot_mode
get_fast_boot_mode(void)
12 return XEONSP_FAST_BOOT_COLD
| XEONSP_FAST_BOOT_WARM
;