| /rk3399_rockchip-uboot/scripts/ |
| H A D | build-whitelist.sh | 37 |sort |uniq >scripts/config_whitelist.txt.tmp1; 44 |sort |uniq >scripts/config_whitelist.txt.tmp2 47 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \ 48 |sort |uniq >scripts/config_whitelist.txt.tmp3 52 if [ -r scripts/config_whitelist.txt ]; then 53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \ 54 > scripts/config_whitelist.txt.tmp4 55 mv scripts/config_whitelist.txt.tmp4 scripts/config_whitelist.txt 57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt 60 rm scripts/config_whitelist.txt.tmp*
|
| H A D | build-tftp-firmware.sh | 102 rm -f *${SUFFIX} *.itb *.its *.dtb *.dts data2sign* *.hdr *.hash orderlist.txt 142 cp ${ARG_CONFIG_FILE} orderlist.txt 144 ls ${ARG_IMAGE_DIR} > orderlist.txt 148 cat orderlist.txt | while read IMAGE 278 rm -f *.itb *.its *.dtb *.dts data2sign* *.hash orderlist.txt
|
| H A D | README.rockchip | 31 ./scripts/stacktrace.sh dump.txt 32 ./scripts/stacktrace.sh dump.txt spl 33 ./scripts/stacktrace.sh dump.txt tpl
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | README | 60 … General Public License v2.0 only GPL-2.0 Y gpl-2.0.txt http://www.gnu.org/licenses/gpl-2.0.txt 61 …neral Public License v2.0 or later GPL-2.0+ Y gpl-2.0.txt http://www.gnu.org/licenses/gpl-2.0.txt 62 …blic License v2 or later LGPL-2.0+ Y lgpl-2.0.txt http://www.gnu.org/licenses/old-licenses/lgpl-… 63 …ic License v2.1 or later LGPL-2.1+ Y lgpl-2.1.txt http://www.gnu.org/licenses/old-licenses/lgpl-… 64 eCos license version 2.0 eCos-2.0 eCos-2.0.txt http://www.gnu.org/licenses/ecos-license.html 65 BSD 2-Clause License BSD-2-Clause Y bsd-2-clause.txt http://spdx.org/licenses/BSD-2-Clause 66 BSD 3-clause "New" or "Revised" License BSD-3-Clause Y bsd-3-clause.txt http://spdx.org/licenses/… 67 IBM PIBS (PowerPC Initialization and IBM-pibs ibm-pibs.txt 69 ISC License ISC Y isc.txt https://spdx.org/licenses/ISC 70 SIL OPEN FONT LICENSE (OFL-1.1) OFL-1.1 Y OFL.txt https://spdx.org/licenses/OFL-1.1.html [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bedbug.c | 856 struct operand *oper, char *txt, int *err) in parse_operand() argument 867 data = read_number (txt); in parse_operand() 883 if (txt[0] == 'r' || txt[0] == 'R') in parse_operand() 884 txt++; in parse_operand() 885 else if (txt[0] == '%' && (txt[1] == 'r' || txt[1] == 'R')) in parse_operand() 886 txt += 2; in parse_operand() 888 data = read_number (txt); in parse_operand() 899 if ((data = spr_value (txt)) == 0) { in parse_operand() 907 if ((data = tbr_value (txt)) == 0) { in parse_operand() 915 data = htonl (read_number (txt)); in parse_operand() [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 13 See ../clocks/clock-bindings.txt for details. 15 See ../reset/reset.txt for details. 29 See ../clocks/clock-bindings.txt for details. 31 See ../reset/reset.txt for details. 42 See ../clocks/clock-bindings.txt for details. 44 See ../reset/reset.txt for details. 55 See ../clocks/clock-bindings.txt for details. 57 See ../reset/reset.txt for details. 68 See ../clocks/clock-bindings.txt for details. 70 See ../reset/reset.txt for details. [all …]
|
| /rk3399_rockchip-uboot/board/keymile/scripts/ |
| H A D | README | 12 develop-common.txt 17 develop-<arch>.txt 23 ramfs-common.txt 28 ramfs-<arch>.txt
|
| H A D | ramfs-ppc_8xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|
| H A D | ramfs-ppc_82xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|
| H A D | develop-ppc_8xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
| H A D | ramfs-arm.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|
| H A D | develop-ppc_82xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
| H A D | develop-arm.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/develop-common.txt && env import -t 0x200000 ${filesize} …
|
| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | report_platform.c | 20 int vt, txt, aes; in report_cpu_info() local 35 txt = (cpuidr.ecx & (1 << 6)) ? 1 : 0; in report_cpu_info() 38 mode[aes], mode[txt], mode[vt]); in report_cpu_info()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | Kconfig | 10 in doc/mvebu/cmd/bubt.txt 23 in doc/mvebu/cmd/bubt.txt 32 in doc/mvebu/cmd/bubt.txt 41 in doc/mvebu/cmd/bubt.txt
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/mtd/ |
| H A D | altera_qspi.txt | 17 - #address-cells: please refer to /mtd/partition.txt 18 - #size-cells: please refer to /mtd/partition.txt 19 For partitions inside each flash, please refer to /mtd/partition.txt
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 27 - .../mailbox/mailbox.txt 28 - .../mailbox/nvidia,tegra186-hsp.txt 34 - .../clock/clock-bindings.txt 36 - ../power/power_domain.txt 38 - .../reset/reset.txt 65 See ".../sram/sram.txt" for the bindings.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/leds/ |
| H A D | leds-gpio.txt | 11 Documentation/devicetree/bindings/gpio/gpio.txt. Active low LEDs should be 14 see Documentation/devicetree/bindings/leds/common.txt 16 see Documentation/devicetree/bindings/leds/common.txt
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pmic/ |
| H A D | max77686.txt | 10 - doc/device-tree-bindings/regulator/max77686.txt 21 (see max77686.txt - regulator binding info)
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | altera_tse.txt | 22 - phy-mode: See ethernet.txt in the same directory. 23 - phy-handle: See ethernet.txt in the same directory. 24 - phy-addr: See ethernet.txt in the same directory. A configuration should 48 - local-mac-address: See ethernet.txt in the same directory. 49 - max-frame-size: See ethernet.txt in the same directory.
|
| H A D | snps,dwc-qos-ethernet.txt | 21 same order. See ../clock/clock-bindings.txt. 86 - phy-mode: See ethernet.txt file in the same directory 88 same order. See ../reset/reset.txt. 105 - mac-address: See ethernet.txt in the same directory 106 - local-mac-address: See ethernet.txt in the same directory 108 See ../gpio/gpio.txt. 120 - phy-handle: See ethernet.txt file in the same directory 133 - fixed-mode device tree subnode: see fixed-link.txt in the same directory
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | fixed.txt | 5 binding by the node prefix (doc/device-tree-bindings/regulator/regulator.txt). 14 - regulator constraints (binding info: regulator.txt)
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | README.txt | 10 * copies the files LzmaDec.h, Types.h, LzmaDec.c, history.txt, 11 and lzma.txt from source archive into the lib_lzma directory (pwd).
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | nvidia,tegra186-bpmp-i2c.txt | 10 ../firmware/nvidia,tegra186-bpmp.txt for details of the BPMP binding. 12 This node represents an I2C controller. See ../i2c/i2c.txt for details of the
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | sandbox-fb.txt | 4 This uses the displaymode.txt binding except that only xres and yres are
|