/u-boot/board/gdsys/common/ |
A D | ioep-fpga.c | 305 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 D | ihs_fpga.c | 429 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 D | ihs_fpga.h | 22 u16 versions; member
|
/u-boot/board/gdsys/a38x/ |
A D | hydra.c | 29 u32 versions = readl(&fpga->versions); in print_hydra_version() local 32 uint hardware_version = versions & 0xf; in print_hydra_version()
|
A D | hydra.h | 3 u32 versions; /* 0x0004 */ member
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd.c | 60 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 D | ihs_video_out.c | 34 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 D | gdsys_fpga.h | 83 u16 versions; /* 0x0002 */ member 94 u16 versions; /* 0x0002 */ member 140 u16 versions; /* 0x0002 */ member 170 u16 versions; /* 0x0002 */ member
|
/u-boot/tools/patman/ |
A D | series.py | 174 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 D | tools.rst | 21 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 D | source.rst | 18 The released versions are available as tags which use the naming scheme::
|
/u-boot/board/bosch/shc/ |
A D | README | 48 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 D | Kconfig | 16 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 D | README | 6 bug in some versions of GCC. As the output size is a constant, the size
|
/u-boot/board/bachmann/ot1200/ |
A D | README | 3 There are two different versions of the base board, which differ
|
/u-boot/board/boundary/nitrogen6x/ |
A D | 6x_upgrade.txt | 11 echo "------- U-Boot versions match" ;
|
/u-boot/doc/device-tree-bindings/net/ |
A D | aquantia-phy.txt | 12 be driven by the PHY driver and reduce dependency on specific FW versions.
|
/u-boot/drivers/tpm/ |
A D | Kconfig | 12 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 D | README | 13 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 D | README.omap3 | 51 uses while running. This is why we have two versions of the memory map that
|
/u-boot/lib/lzma/ |
A D | history.txt | 105 - The bug in versions 4.33b:4.38b was fixed: 163 previous versions could work incorrectly,
|
/u-boot/drivers/smem/ |
A D | msm_smem.c | 622 __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 D | README | 17 For building against older versions of the MTD headers (meaning before
|
/u-boot/doc/board/intel/ |
A D | minnowmax.rst | 41 Checksums are as follows (but note that newer versions will invalidate this)::
|
/u-boot/doc/arch/ |
A D | arm64.rst | 28 3. Earlier Linux kernel versions required the FDT to be placed at a
|