Searched refs:updates (Results 1 – 16 of 16) sorted by relevance
/u-boot/test/py/tests/ |
A D | test_tpm2.py | 23 updates = 0 variable 194 global updates 195 updates = int(re.findall(r'\d+', str)[0]) 227 assert (updates + 1) == new_updates
|
/u-boot/doc/android/ |
A D | ab.rst | 3 Android A/B updates 9 A/B system updates ensures modern approach for system update. This feature 17 The A/B updates support can be activated by specifying next options in
|
/u-boot/doc/uImage.FIT/ |
A D | update3.its | 8 description = "Automatic software updates: kernel, ramdisk, FDT";
|
/u-boot/doc/ |
A D | README.update | 7 This feature allows to automatically store software updates present on a TFTP 11 updates. Each update in the update file has an address in NOR Flash where it 12 should be placed, updates are also protected with a SHA-1 checksum. If the 88 An example containing three updates. It can be used to update Linux kernel,
|
A D | README.atmel_pmecc | 35 This however is often not usable when doing field updates. To be able to
|
A D | README.kconfig | 24 This target updates .config, include/generated/autoconf.h and
|
A D | README.gpt | 215 communicate about software updates and boot failure. The 'gpt guid',
|
/u-boot/cmd/ |
A D | tpm-v2.c | 133 unsigned int updates; in do_tpm_pcr_read() local 154 rc = tpm2_pcr_read(dev, index, priv->pcr_select_min, data, &updates); in do_tpm_pcr_read() 156 printf("PCR #%u content (%u known updates):\n", index, updates); in do_tpm_pcr_read()
|
/u-boot/lib/ |
A D | tpm-v2.c | 123 void *data, unsigned int *updates) in tpm2_pcr_read() argument 158 if (updates) in tpm2_pcr_read() 159 *updates = counter; in tpm2_pcr_read()
|
/u-boot/include/ |
A D | tpm-v2.h | 417 void *data, unsigned int *updates);
|
/u-boot/tools/binman/ |
A D | README.entries | 270 Note that the -u option must be provided to ensure that binman updates the 307 within this entry. To access these you need to enable device-tree updates 1114 this entry holds the concatenation of all updates, and the device tree 1124 It updates it with the address and size of the microcode so that 1148 this process. This entry updates U-Boot with the offset and size of the
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 119 This updates the HOB list to include graphics information, used by the fsp_video
|
/u-boot/arch/arm/ |
A D | Kconfig | 355 A write updates the cache only and marks the cache line as dirty. 362 A write updates both the cache and the external memory system.
|
/u-boot/common/ |
A D | Kconfig | 644 bool "Android A/B updates"
|
/u-boot/tools/patman/ |
A D | README | 494 Of course patches often attract comments and you need to make some updates.
|
/u-boot/ |
A D | README | 575 * The bootm command automatically updates the fdt 2032 - Automatic software updates via TFTP server
|
Completed in 29 milliseconds