Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Denv_default.h99 #ifdef CONFIG_SYS_BOARD
100 "board=" CONFIG_SYS_BOARD "\0"
101 "board_name=" CONFIG_SYS_BOARD "\0"
/OK3568_Linux_fs/u-boot/include/configs/
H A Dodroid_xu3.h99 #undef CONFIG_SYS_BOARD
100 #define CONFIG_SYS_BOARD "odroid" macro
H A Dsocfpga_common.h65 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
/OK3568_Linux_fs/u-boot/arch/
H A DKconfig167 If CONFIG_SYS_BOARD is also set, the sources under
168 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
177 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
178 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dmisc.c97 const char *bdname = CONFIG_SYS_BOARD; in set_board_info()
233 #ifdef CONFIG_SYS_BOARD in display_board_info()
234 lcd_printf("\tBoard name: %s\n", CONFIG_SYS_BOARD); in display_board_info()
/OK3568_Linux_fs/u-boot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c32 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/OK3568_Linux_fs/u-boot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c28 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/OK3568_Linux_fs/u-boot/
H A Dconfig.mk32 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
H A Du-boot.cfg.configs
H A Du-boot.cfg
H A D.config
H A DREADME2342 - CONFIG_SYS_BOARD
/OK3568_Linux_fs/u-boot/configs/
H A Dbitmain_antminer_s9_defconfig3 CONFIG_SYS_BOARD="antminer_s9"
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.kconfig100 Board -> CONFIG_SYS_BOARD defined by Kconfig
117 Define CONFIG_SYS_BOARD="board" to compile board/<board>/*
/OK3568_Linux_fs/u-boot/board/bachmann/ot1200/
H A Dot1200.c339 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
/OK3568_Linux_fs/u-boot/include/generated/
H A Dautoconf.h
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c64 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
/OK3568_Linux_fs/u-boot/include/config/
H A Dauto.conf
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot.cfg
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot.cfg
/OK3568_Linux_fs/u-boot/lib/
H A DKconfig349 Change this to override the default one (CONFIG_SYS_BOARD).
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c668 fb_add_string(response, chars_left, CONFIG_SYS_BOARD, NULL); in fb_read_var()