Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Denv_default.h96 #ifdef CONFIG_SYS_BOARD
97 "board=" CONFIG_SYS_BOARD "\0"
98 "board_name=" CONFIG_SYS_BOARD "\0"
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c32 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/rk3399_rockchip-uboot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c28 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/rk3399_rockchip-uboot/
H A Dconfig.mk32 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
H A DREADME2342 - CONFIG_SYS_BOARD
/rk3399_rockchip-uboot/configs/
H A Dbitmain_antminer_s9_defconfig3 CONFIG_SYS_BOARD="antminer_s9"
H A Drk3568-usbplug.config78 CONFIG_SYS_BOARD="evb_rk3568"
H A Drv1126b-usbplug.config76 CONFIG_SYS_BOARD="evb_rv1126b"
H A Drk3562-usbplug.config79 CONFIG_SYS_BOARD="evb_rk3562"
H A Drv1103b-usbplug.config78 CONFIG_SYS_BOARD="evb_rv1103b"
H A Drv1106-usbplug.config78 CONFIG_SYS_BOARD="evb_rv1106"
H A Drk3576-usbplug.config91 CONFIG_SYS_BOARD="evb_rk3576"
H A Drk3568-pcie-ep_defconfig23 CONFIG_SYS_BOARD="evb_rk3568"
/rk3399_rockchip-uboot/doc/
H A DREADME.kconfig100 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 Dot1200.c339 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dmpspec.c64 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
/rk3399_rockchip-uboot/lib/
H A DKconfig349 Change this to override the default one (CONFIG_SYS_BOARD).
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c668 fb_add_string(response, chars_left, CONFIG_SYS_BOARD, NULL); in fb_read_var()