| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inflate.c | 103 unsigned copy, dist; in updatewindow() local 123 copy = out - strm->avail_out; in updatewindow() 124 if (copy >= state->wsize) { in updatewindow() 131 if (dist > copy) dist = copy; in updatewindow() 132 zmemcpy(state->window + state->write, strm->next_out - copy, dist); in updatewindow() 133 copy -= dist; in updatewindow() 134 if (copy) { in updatewindow() 135 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow() 136 state->write = copy; in updatewindow() 337 unsigned copy; /* number of stored or match bytes to copy */ in inflate() local [all …]
|
| /rk3399_rockchip-uboot/env/ |
| H A D | mmc.c | 65 static inline s64 mmc_offset(int copy) in mmc_offset() argument 94 if (copy) { in mmc_offset() 102 static inline s64 mmc_offset(int copy) in mmc_offset() argument 107 if (copy) in mmc_offset() 114 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument 116 s64 offset = mmc_offset(copy); in mmc_get_env_addr() 206 int ret, copy = 0; in env_mmc_save() local 221 copy = 1; in env_mmc_save() 224 if (mmc_get_env_addr(mmc, copy, &offset)) { in env_mmc_save() 229 printf("Writing to %sMMC(%d)... ", copy ? "redundant " : "", dev); in env_mmc_save()
|
| H A D | env_blk.c | 21 int get_env_addr(struct blk_desc *blk_desc, int copy, u32 *env_addr) in get_env_addr() argument 26 if (copy) in get_env_addr() 106 int ret, copy = 0; in env_blk_save() local 127 copy = 1; in env_blk_save() 130 if (get_env_addr(blk_desc, copy, &offset)) { in env_blk_save() 135 printf("Writing to %s%s(%s)... ", copy ? "redundant " : "", in env_blk_save()
|
| H A D | Kconfig | 132 memory for the RAM copy of the environment. 141 wrong before the contents has been restored from a copy in 148 a redundant copy of the environment data, so that there is 149 a valid backup copy in case there is a power failure during 193 hold a redundant copy of the environment data. This provides a 194 valid backup copy in case the other copy is corrupted, e.g. due 226 size used to hold a redundant copy of the environment data, so 227 that there is a valid backup copy in case there is a power failure 314 size used to hold a redundant copy of the environment data, so 315 that there is a valid backup copy in case there is a power failure [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | crt0_ia32_efi.S | 19 pushl 12(%ebp) # copy "image" argument 20 pushl 8(%ebp) # copy "systab" argument
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | lgpl-2.1.txt | 6 Everyone is permitted to copy and distribute verbatim copies 50 permission to copy, distribute and/or modify the library. 150 1. You may copy and distribute verbatim copies of the Library's 152 you conspicuously and appropriately publish on each copy an 155 warranty; and distribute a copy of this License along with the 158 You may charge a fee for the physical act of transferring a copy, 162 2. You may modify your copy or copies of the Library or any portion 163 of it, thus forming a work based on the Library, and copy and 212 License instead of this License to a given copy of the Library. To do 220 Once this change is made in a given copy, it is irreversible for [all …]
|
| H A D | lgpl-2.0.txt | 6 Everyone is permitted to copy and distribute verbatim copies 46 permission to copy, distribute and/or modify the library. 137 1. You may copy and distribute verbatim copies of the Library's 139 you conspicuously and appropriately publish on each copy an 142 warranty; and distribute a copy of this License along with the 145 You may charge a fee for the physical act of transferring a copy, 149 2. You may modify your copy or copies of the Library or any portion 150 of it, thus forming a work based on the Library, and copy and 199 License instead of this License to a given copy of the Library. To do 207 Once this change is made in a given copy, it is irreversible for [all …]
|
| H A D | gpl-2.0.txt | 6 Everyone is permitted to copy and distribute verbatim copies 40 (2) offer you this license which gives you legal permission to copy, 79 1. You may copy and distribute verbatim copies of the Program's 81 conspicuously and appropriately publish on each copy an appropriate 84 and give any other recipients of the Program a copy of this License 87 You may charge a fee for the physical act of transferring a copy, and 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 109 these conditions, and telling the user how to view a copy of this 134 3. You may copy and distribute the Program (or a work based on it, [all …]
|
| H A D | x11.txt | 4 Permission is hereby granted, free of charge, to any person obtaining a copy of 7 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.arm-relocation | 43 For boards which boot from spl, it is possible to save one copy 53 d) this initialize CPU, RAM, ... and copy itself to RAM 56 e) there it copy u-boot to CONFIG_SYS_NAND_U_BOOT_DST and 59 the relocation address and copy itself to it 93 where it has to copy and relocate itself to this address. If 96 to copy, just go on with bss clear and jump to board_init_r.
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree_augmented.h | 28 void (*copy)(struct rb_node *old, struct rb_node *new); member 161 augment->copy(node, successor); in __rb_erase_augmented() 185 augment->copy(node, successor); in __rb_erase_augmented()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | sdhc_boot.c | 35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun7i-a20-primo73.dts | 19 * You should have received a copy of the GNU General Public 27 * obtaining a copy of this software and associated documentation 30 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6ul-isiot-nand.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp809.dtsi | 24 * obtaining a copy of this software and associated documentation 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-icore-rqs.dts | 21 * obtaining a copy of this software and associated documentation 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-icore-rqs.dts | 21 * obtaining a copy of this software and associated documentation 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp152.dtsi | 24 * obtaining a copy of this software and associated documentation 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun50i-a64-pine64-plus.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6ul-isiot-mmc.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun5i-a13-empire-electronix-m712.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-h3-nanopi-neo.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-h3-nanopi-m1.dts | 22 * obtaining a copy of this software and associated documentation 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | sdhc_boot.c | 21 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() argument
|
| /rk3399_rockchip-uboot/board/solidrun/clearfog/ |
| H A D | README | 12 Now all you need to do is copy this image on a SD card.
|