Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 68) sorted by relevance

123

/u-boot/board/gdsys/common/
A Dioep-fpga.c305 versions->con_side = false; in get_versions()
310 versions->con_side = true; in get_versions()
314 versions->video_channel = true; in get_versions()
315 versions->con_side = false; in get_versions()
319 versions->video_channel = true; in get_versions()
320 versions->con_side = true; in get_versions()
462 struct fpga_versions versions; in ioep_fpga_print_info() local
466 get_versions(fpga, &versions); in ioep_fpga_print_info()
469 if (versions.video_channel) in ioep_fpga_print_info()
474 if (versions.con_side) in ioep_fpga_print_info()
[all …]
/u-boot/drivers/misc/
A Dihs_fpga.c429 versions->video_channel = false; in get_versions()
430 versions->con_side = false; in get_versions()
435 versions->con_side = true; in get_versions()
439 versions->video_channel = true; in get_versions()
440 versions->con_side = false; in get_versions()
444 versions->video_channel = true; in get_versions()
445 versions->con_side = true; in get_versions()
586 struct fpga_versions versions; in fpga_print_info() local
590 get_versions(dev, &versions); in fpga_print_info()
593 if (versions.video_channel) in fpga_print_info()
[all …]
A Dihs_fpga.h22 u16 versions; member
/u-boot/board/gdsys/a38x/
A Dhydra.c29 u32 versions = readl(&fpga->versions); in print_hydra_version() local
32 uint hardware_version = versions & 0xf; in print_hydra_version()
A Dhydra.h3 u32 versions; /* 0x0004 */ member
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd.c60 u32 versions; /* 0x0004 */ member
365 u32 versions; in hydra_initialize() local
395 versions = readl(&fpga->versions); in hydra_initialize()
399 hardware_version = versions & 0xf; in hydra_initialize()
/u-boot/drivers/video/
A Dihs_video_out.c34 u16 versions; member
120 u16 versions; in ihs_video_out_get_info() local
122 ihs_video_out_get(priv->map, versions, &versions); in ihs_video_out_get_info()
126 info->major_version = versions / 100; in ihs_video_out_get_info()
127 info->minor_version = versions % 100; in ihs_video_out_get_info()
/u-boot/include/
A Dgdsys_fpga.h83 u16 versions; /* 0x0002 */ member
94 u16 versions; /* 0x0002 */ member
140 u16 versions; /* 0x0002 */ member
170 u16 versions; /* 0x0002 */ member
/u-boot/tools/patman/
A Dseries.py174 versions = sorted(changes, reverse=True)
178 if versions:
179 newest_version = max(newest_version, versions[0])
185 for version in versions:
/u-boot/doc/build/
A Dtools.rst21 If you wish to generate Windows versions of the utilities in the tools directory
33 Note the version numbers in these parentheses above are the package versions
A Dsource.rst18 The released versions are available as tags which use the naming scheme::
/u-boot/board/bosch/shc/
A DREADME48 There are a lot of board versions and boot configurations, which
52 enable different boot versions for the shc board (enable eMMC) --->
58 enable different board versions for the shc board (C3 Sample board version) --->
A DKconfig16 prompt "enable different boot versions for the shc board"
44 prompt "enable different board versions for the shc board"
/u-boot/board/varisys/cyrus/
A DREADME6 bug in some versions of GCC. As the output size is a constant, the size
/u-boot/board/bachmann/ot1200/
A DREADME3 There are two different versions of the base board, which differ
/u-boot/board/boundary/nitrogen6x/
A D6x_upgrade.txt11 echo "------- U-Boot versions match" ;
/u-boot/doc/device-tree-bindings/net/
A Daquantia-phy.txt12 be driven by the PHY driver and reduce dependency on specific FW versions.
/u-boot/drivers/tpm/
A DKconfig12 Major TPM versions are not compatible at all, choose either
74 TCG Main Specification 1.2. OIAP-authorised versions of the commands
125 Major TPM versions are not compatible at all, choose either
/u-boot/board/sbc8349/
A DREADME13 although earlier versions were also tested on the SBC8347. The primary
33 Note that U-Boot versions up to and including 2009.06 had essentially
56 Note that some versions of the register files used with Workbench
/u-boot/doc/SPL/
A DREADME.omap351 uses while running. This is why we have two versions of the memory map that
/u-boot/lib/lzma/
A Dhistory.txt105 - The bug in versions 4.33b:4.38b was fixed:
163 previous versions could work incorrectly,
/u-boot/drivers/smem/
A Dmsm_smem.c622 __le32 *versions; in qcom_smem_get_sbl_version() local
625 versions = header->version; in qcom_smem_get_sbl_version()
627 return le32_to_cpu(versions[SMEM_MASTER_SBL_VERSION_INDEX]); in qcom_smem_get_sbl_version()
/u-boot/tools/env/
A DREADME17 For building against older versions of the MTD headers (meaning before
/u-boot/doc/board/intel/
A Dminnowmax.rst41 Checksums are as follows (but note that newer versions will invalidate this)::
/u-boot/doc/arch/
A Darm64.rst28 3. Earlier Linux kernel versions required the FDT to be placed at a

Completed in 28 milliseconds

123