Searched refs:k2 (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/arm/cpu/armv8/ |
| A D | sha1_ce_core.S | 19 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 D | nanopi-k2_defconfig | 9 CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-nanopi-k2" 14 CONFIG_IDENT_STRING=" nanopi-k2"
|
| /u-boot/fs/btrfs/ |
| A D | ctree.c | 73 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 D | ctree.h | 1241 int btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
|
| /u-boot/doc/board/amlogic/ |
| A D | nanopi-k2.rst | 38 $ ./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 D | p201.rst | 72 …$ 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 D | p200.rst | 72 …$ 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 D | index.rst | 104 nanopi-k2
|
| /u-boot/board/amlogic/p200/ |
| A D | MAINTAINERS | 13 F: doc/board/amlogic/nanopi-k2.rst
|
| /u-boot/arch/arm/dts/ |
| A D | meson-gxbb-nanopi-k2.dts | 13 compatible = "friendlyarm,nanopi-k2", "amlogic,meson-gxbb"; 34 label = "nanopi-k2:blue:stat";
|
| A D | Makefile | 192 meson-gxbb-nanopi-k2.dtb \ 194 meson-gxbb-nanopi-k2.dtb \
|
| /u-boot/scripts/kconfig/ |
| A D | expr.c | 1030 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.yml | 513 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 D | Kconfig | 232 Support for the USB PHY found on some Keystone (k2) processors
|
Completed in 35 milliseconds