Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BOARD (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/include/
H A Denv_default.h96 #ifdef CONFIG_SYS_BOARD
97 "board=" CONFIG_SYS_BOARD "\0"
98 "board_name=" CONFIG_SYS_BOARD "\0"
/openbmc/u-boot/include/configs/
H A Dodroid_xu3.h95 #undef CONFIG_SYS_BOARD
96 #define CONFIG_SYS_BOARD "odroid" macro
H A Dsocfpga_common.h59 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
/openbmc/u-boot/arch/arm/mach-meson/
H A DKconfig59 Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
71 Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
/openbmc/u-boot/arch/
H A DKconfig206 If CONFIG_SYS_BOARD is also set, the sources under
207 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
216 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
217 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c96 const char *bdname = CONFIG_SYS_BOARD; in set_board_info()
232 #ifdef CONFIG_SYS_BOARD in display_board_info()
233 lcd_printf("\tBoard name: %s\n", CONFIG_SYS_BOARD); in display_board_info()
/openbmc/u-boot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c30 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/openbmc/u-boot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c27 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/openbmc/u-boot/
H A Dconfig.mk31 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
H A DKconfig104 - CONFIG_SYS_BOARD
/openbmc/u-boot/board/alliedtelesis/x530/
H A Dx530.c157 puts("Board: " CONFIG_SYS_BOARD "\n"); in checkboard()
/openbmc/u-boot/configs/
H A Dbitmain_antminer_s9_defconfig3 CONFIG_SYS_BOARD="antminer_s9"
/openbmc/u-boot/doc/
H A DREADME.kconfig100 Board -> CONFIG_SYS_BOARD defined by Kconfig
117 Define CONFIG_SYS_BOARD="board" to compile board/<board>/*
/openbmc/u-boot/board/bachmann/ot1200/
H A Dot1200.c338 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c63 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
/openbmc/u-boot/lib/
H A DKconfig440 Change this to override the default one (CONFIG_SYS_BOARD).