Searched refs:CONFIG_SYS_BOARD (Results 1 – 22 of 22) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | env_default.h | 96 #ifdef CONFIG_SYS_BOARD 97 "board=" CONFIG_SYS_BOARD "\0" 98 "board_name=" CONFIG_SYS_BOARD "\0"
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | odroid_xu3.h | 99 #undef CONFIG_SYS_BOARD 100 #define CONFIG_SYS_BOARD "odroid" macro
|
| H A D | socfpga_common.h | 65 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
|
| /rk3399_rockchip-uboot/arch/ |
| H A D | Kconfig | 167 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
|
| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | misc.c | 97 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()
|
| /rk3399_rockchip-uboot/board/AndesTech/adp-ag101p/ |
| H A D | adp-ag101p.c | 32 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
|
| /rk3399_rockchip-uboot/board/AndesTech/adp-ae3xx/ |
| H A D | adp-ae3xx.c | 28 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
|
| /rk3399_rockchip-uboot/ |
| H A D | config.mk | 32 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
|
| H A D | README | 2342 - CONFIG_SYS_BOARD
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | bitmain_antminer_s9_defconfig | 3 CONFIG_SYS_BOARD="antminer_s9"
|
| H A D | rk3568-usbplug.config | 78 CONFIG_SYS_BOARD="evb_rk3568"
|
| H A D | rv1126b-usbplug.config | 76 CONFIG_SYS_BOARD="evb_rv1126b"
|
| H A D | rk3562-usbplug.config | 79 CONFIG_SYS_BOARD="evb_rk3562"
|
| H A D | rv1103b-usbplug.config | 78 CONFIG_SYS_BOARD="evb_rv1103b"
|
| H A D | rv1106-usbplug.config | 78 CONFIG_SYS_BOARD="evb_rv1106"
|
| H A D | rk3576-usbplug.config | 91 CONFIG_SYS_BOARD="evb_rk3576"
|
| H A D | rk3568-pcie-ep_defconfig | 23 CONFIG_SYS_BOARD="evb_rk3568"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.kconfig | 100 Board -> CONFIG_SYS_BOARD defined by Kconfig 117 Define CONFIG_SYS_BOARD="board" to compile board/<board>/*
|
| /rk3399_rockchip-uboot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 339 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | mpspec.c | 64 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Kconfig | 349 Change this to override the default one (CONFIG_SYS_BOARD).
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 668 fb_add_string(response, chars_left, CONFIG_SYS_BOARD, NULL); in fb_read_var()
|