Home
last modified time | relevance | path

Searched refs:board_rev (Results 1 – 11 of 11) sorted by relevance

/u-boot/board/freescale/ls1012afrdm/
A Dls1012afrdm.c91 int board_rev; in dram_init() local
98 board_rev = get_board_version(); in dram_init()
100 if (board_rev & BOARD_REV_C) in dram_init()
114 int board_rev; in dram_init() local
133 board_rev = get_board_version(); in dram_init()
135 if (board_rev == BOARD_REV_C) { in dram_init()
/u-boot/board/compulab/common/
A Dcommon.c20 u32 board_rev = get_board_rev(); in cl_print_pcb_info() local
21 u32 rev_major = board_rev / 100; in cl_print_pcb_info()
22 u32 rev_minor = board_rev - (rev_major * 100); in cl_print_pcb_info()
A Deeprom.c127 static u32 board_rev; variable
138 if (board_rev) in cl_eeprom_get_board_rev()
139 return board_rev; in cl_eeprom_get_board_rev()
147 if (cl_eeprom_read(offset, (uchar *)&board_rev, BOARD_REV_SIZE)) in cl_eeprom_get_board_rev()
155 sprintf(str, "%x", board_rev); in cl_eeprom_get_board_rev()
156 board_rev = simple_strtoul(str, NULL, 10); in cl_eeprom_get_board_rev()
159 return board_rev; in cl_eeprom_get_board_rev()
/u-boot/board/samsung/trats2/
A Dtrats2.c28 static unsigned int board_rev = -1; variable
67 board_rev = modelrev << 8; in check_hw_revision()
72 return board_rev; in get_board_rev()
77 return (board_rev >> 8) & 0xff; in get_model_rev()
115 printf("HW Revision:\t0x%04x\n", board_rev); in exynos_init()
/u-boot/arch/arm/mach-omap2/
A Dutils.c80 const char *board_rev; in omap_set_fastboot_board_rev() local
82 board_rev = env_get("board_rev"); in omap_set_fastboot_board_rev()
83 if (board_rev == NULL) in omap_set_fastboot_board_rev()
86 env_set("fastboot.board_rev", board_rev); in omap_set_fastboot_board_rev()
/u-boot/board/samsung/universal_c210/
A Duniversal.c33 unsigned int board_rev; variable
38 return board_rev; in get_board_rev()
48 return board_rev & 0xFF; in get_hwrev()
142 board_rev |= hwrev; in check_hw_revision()
387 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
/u-boot/include/samsung/
A Dexynos5-dt-types.h20 int board_rev; member
/u-boot/board/samsung/trats/
A Dtrats.c35 unsigned int board_rev; variable
40 return board_rev; in get_board_rev()
50 printf("HW Revision:\t0x%x\n", board_rev); in exynos_init()
216 board_rev |= hwrev; in check_hw_revision()
/u-boot/board/samsung/common/
A Dexynos5-dt-types.c56 return odroid_info[i].board_rev; in odroid_get_rev()
/u-boot/drivers/ddr/marvell/axp/
A Dddr3_hw_training.h297 enum board_rev { enum
/u-boot/env/
A DKconfig636 environment. These will be named board_name, board_rev.

Completed in 13 milliseconds