| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | microcode.c | 42 struct microcode_update *update) in microcode_decode_node() argument 44 update->data = fdt_getprop(blob, node, "data", &update->size); in microcode_decode_node() 45 if (!update->data) in microcode_decode_node() 47 update->data += UCODE_HEADER_LEN; in microcode_decode_node() 48 update->size -= UCODE_HEADER_LEN; in microcode_decode_node() 50 update->header_version = fdtdec_get_int(blob, node, in microcode_decode_node() 52 update->update_revision = fdtdec_get_int(blob, node, in microcode_decode_node() 54 update->date_code = fdtdec_get_int(blob, node, in microcode_decode_node() 56 update->processor_signature = fdtdec_get_int(blob, node, in microcode_decode_node() 58 update->checksum = fdtdec_get_int(blob, node, "intel,checksum", 0); in microcode_decode_node() [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | build-tftp-firmware.sh | 65 --force-update) 176 cat > update.its << EOF 197 };" >> update.its 210 };" >> update.its 220 cat >> update.its << EOF 227 force-update = <${ARG_FORCE_UPDATE}>; 248 cp update.its key.its 252 ./mkimage -f update.its -k keys/ -K key.dtb -E -p ${HDR_SIZE} -r update.itb -v ${ARG_VERSION} 253 ./fit_check_sign -f update.itb -k key.dtb 256 ./mkimage -f update.its -E -p ${HDR_SIZE} update.itb -v ${ARG_VERSION} [all …]
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | README | 21 This message protocol update involves some software component, including 31 | arch | before update | after update | 41 c20711e rk3036: tee: update optee version to v2.00 42 cb7d8f9 rk322x: tee with ta: update optee version to v2.11 43 4f9488e rk3128x: tee with ta: update optee version to v2.11 44 6d6473c rk312x: tee with ta: update optee version to v2.01 45 c0b025b rk3288: tee with ta: update optee version to v2.01 46 664ccee rk3228h/rk3328: bl32: update version to 2.01 47 6334115 rk3368: bl32: update version to 2.01 48 ccf1bef rk3399pro: bl32: update version to 2.01 [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.update | 1 Automatic software update from a TFTP server 10 boot. The update file should be a FIT file, and can contain one or more 11 updates. Each update in the update file has an address in NOR Flash where it 13 TFTP transfer is successful, the hash of each update is verified, and if the 14 verification is positive, the update is stored in Flash. 16 The auto-update feature is enabled by the CONFIG_UPDATE_TFTP macro: 21 Note that when enabling auto-update, Flash support must be turned on. Also, 27 The auto-update feature uses the following configuration knobs: 31 Normally, TFTP transfer of the update file is done to the address specified 48 Since the update file is in FIT format, it is created from an *.its file using [all …]
|
| H A D | README.dfutftp | 41 for USB based DFU (CONFIG_DFU_*) and DFU TFTP update 42 (CONFIG_DFU_TFTP) described in ./doc/README.update. 50 the update.c code is not enabled (CONFIG_UPDATE_TFTP) by any board in the 86 3. If required, to update firmware on boot, put the "dfu tftp 0 mmc 0" in the 99 To create FIT image for download one should follow the update tftp README file 100 (./doc/README.update) with one notable difference: 105 update@1 {
|
| H A D | README.sh | 3 Last update 01/18/2008 by Nobuhiro Iwamatsu
|
| H A D | README.mxs | 218 environment contains script "update_nand_full" to update the system. 224 To update the system, run the following in U-Boot prompt: 228 In case you would only need to update the bootloader in future, 239 To simplify the process of firmware update, the U-Boot default 240 environment contains script "update_nand_firmware" to update only 247 To update the system, run the following in U-Boot prompt: 251 III) Special settings for the update scripts 257 The update scripts take this possibility into account. In case the 261 variable for the update scripts to work correctly. 265 update scripts to work properly.
|
| H A D | README.marvell | 50 Configuration update 52 To update the U-Boot configuration, please refer to doc/README.kconfig
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | update3.its | 2 * Example Automatic software update file. 12 update@1 { 22 update@2 { 33 update@3 {
|
| H A D | update_uboot.its | 2 * Automatic software update for U-Boot 9 description = "Automatic U-Boot update"; 13 update@1 {
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | cougarcanyon2.dts | 32 update@0 { 35 update@1 { 38 update@2 { 41 update@3 { 44 update@4 {
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | membuff.c | 22 static int membuff_putrawflex(struct membuff *mb, int maxlen, bool update, in membuff_putrawflex() argument 47 if (update) in membuff_putrawflex() 56 if (update) in membuff_putrawflex() 68 if (update) in membuff_putrawflex() 76 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_putraw() argument 82 size = membuff_putrawflex(mb, maxlen, update, &datap, &offset); in membuff_putraw() 99 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data) in membuff_getraw() argument 120 if (update) in membuff_getraw() 135 if (update) { in membuff_getraw() 143 maxlen, update, (int)(mb->head - mb->start), in membuff_getraw()
|
| /rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/ |
| H A D | README | 7 To update the SPI NOR flash, please use the following 11 sf update 2000000 0 60000 14 problems with the "sf update" command. This does not
|
| /rk3399_rockchip-uboot/tools/binman/test/ |
| H A D | 39_x86_ucode_missing_node2.dts | 16 update@0 { 19 update@1 {
|
| H A D | 38_x86_ucode_missing_node.dts | 19 update@0 { 22 update@1 {
|
| H A D | 40_x86_ucode_not_in_image.dts | 21 update@0 { 24 update@1 {
|
| H A D | 34_x86_ucode.dts | 22 update@0 { 25 update@1 {
|
| H A D | 44_x86_optional_ucode.dts | 23 update@0 { 26 update@1 {
|
| H A D | 35_x86_single_ucode.dts | 22 update@0 {
|
| /rk3399_rockchip-uboot/include/ |
| H A D | membuff.h | 68 int membuff_putraw(struct membuff *mb, int maxlen, bool update, char **data); 86 int membuff_getraw(struct membuff *mb, int maxlen, bool update, char **data);
|
| H A D | eeprom_layout.h | 24 int (*update)(struct eeprom_layout *eeprom_layout, char *field_name, member
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | load.c | 40 int update; member 198 if (test->update) in cpu_post_test_load()
|
| H A D | store.c | 40 int update; member 182 if (test->update) in cpu_post_test_store()
|
| /rk3399_rockchip-uboot/common/eeprom/ |
| H A D | eeprom_layout.c | 85 err = fields[i].update(&fields[i], new_data); in eeprom_layout_update_field() 124 layout->update = eeprom_layout_update_field; in eeprom_layout_setup()
|
| /rk3399_rockchip-uboot/ |
| H A D | usb_update.txt | 2 echo "this is usb update script!"
|