• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/config.h>
4 
get_cxl_mode(void)5 __weak enum xeonsp_cxl_mode get_cxl_mode(void)
6 {
7 	return XEONSP_CXL_DISABLED;
8 }
9 
get_fast_boot_mode(void)10 __weak enum xeonsp_fast_boot_mode get_fast_boot_mode(void)
11 {
12 	return XEONSP_FAST_BOOT_COLD | XEONSP_FAST_BOOT_WARM;
13 }
14