Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 14 of 14) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
A Dsha1_ce_core.S19 k2 .req v2
75 loadrc k2.4s, 0x8f1bbcdc, w6
105 add_update p, od, k2, 9, 10, 11, 8
107 add_update m, ev, k2, 10, 11, 8, 9
108 add_update m, od, k2, 11, 8, 9, 10
109 add_update m, ev, k2, 8, 9, 10, 11
110 add_update m, od, k2, 9, 10, 11, 8
/u-boot/configs/
A Dnanopi-k2_defconfig9 CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-nanopi-k2"
14 CONFIG_IDENT_STRING=" nanopi-k2"
/u-boot/fs/btrfs/
A Dctree.c73 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) in btrfs_comp_cpu_keys() argument
75 if (k1->objectid > k2->objectid) in btrfs_comp_cpu_keys()
77 if (k1->objectid < k2->objectid) in btrfs_comp_cpu_keys()
79 if (k1->type > k2->type) in btrfs_comp_cpu_keys()
81 if (k1->type < k2->type) in btrfs_comp_cpu_keys()
83 if (k1->offset > k2->offset) in btrfs_comp_cpu_keys()
85 if (k1->offset < k2->offset) in btrfs_comp_cpu_keys()
91 const struct btrfs_key *k2) in btrfs_comp_keys() argument
96 return btrfs_comp_cpu_keys(&k1, k2); in btrfs_comp_keys()
A Dctree.h1241 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
/u-boot/doc/board/amlogic/
A Dnanopi-k2.rst38 $ ./build-fip.sh nanopi-k2 /path/to/u-boot/u-boot.bin my-output-dir
53 $ git clone https://github.com/friendlyarm/u-boot.git -b nanopi-k2-v2015.01 amlogic-u-boot
74 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/bl1.bin.hardkernel fip/b…
76 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/aml_chksum fip/aml_chksum
A Dp201.rst72 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/bl1.bin.hardkernel fip/b…
74 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/aml_chksum fip/aml_chksum
A Dp200.rst72 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/bl1.bin.hardkernel fip/b…
74 …$ wget https://github.com/LibreELEC/amlogic-boot-fip/raw/master/nanopi-k2/aml_chksum fip/aml_chksum
A Dindex.rst104 nanopi-k2
/u-boot/board/amlogic/p200/
A DMAINTAINERS13 F: doc/board/amlogic/nanopi-k2.rst
/u-boot/arch/arm/dts/
A Dmeson-gxbb-nanopi-k2.dts13 compatible = "friendlyarm,nanopi-k2", "amlogic,meson-gxbb";
34 label = "nanopi-k2:blue:stat";
A DMakefile192 meson-gxbb-nanopi-k2.dtb \
194 meson-gxbb-nanopi-k2.dtb \
/u-boot/scripts/kconfig/
A Dexpr.c1030 enum string_value_kind k1 = k_string, k2 = k_string; in expr_calc_value() local
1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value()
1074 if (k1 == k_string || k2 == k_string) in expr_calc_value()
1076 else if (k1 == k_invalid || k2 == k_invalid) { in expr_calc_value()
1082 } else if (k1 == k_unsigned || k2 == k_unsigned) in expr_calc_value()
/u-boot/
A D.azure-pipelines.yml513 BUILDMAN: "k2 k3"
539 …od,mvebu,renesas,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rk,toradex,socfpga,k2,k3,zynq"
/u-boot/drivers/phy/
A DKconfig232 Support for the USB PHY found on some Keystone (k2) processors

Completed in 35 milliseconds