Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 16 of 16) sorted by relevance

/u-boot/test/py/tests/
A Dtest_tpm2.py23 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 Dab.rst3 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 Dupdate3.its8 description = "Automatic software updates: kernel, ramdisk, FDT";
/u-boot/doc/
A DREADME.update7 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 DREADME.atmel_pmecc35 This however is often not usable when doing field updates. To be able to
A DREADME.kconfig24 This target updates .config, include/generated/autoconf.h and
A DREADME.gpt215 communicate about software updates and boot failure. The 'gpt guid',
/u-boot/cmd/
A Dtpm-v2.c133 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 Dtpm-v2.c123 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 Dtpm-v2.h417 void *data, unsigned int *updates);
/u-boot/tools/binman/
A DREADME.entries270 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 Dchromebook_coral.rst119 This updates the HOB list to include graphics information, used by the fsp_video
/u-boot/arch/arm/
A DKconfig355 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 DKconfig644 bool "Android A/B updates"
/u-boot/tools/patman/
A DREADME494 Of course patches often attract comments and you need to make some updates.
/u-boot/
A DREADME575 * The bootm command automatically updates the fdt
2032 - Automatic software updates via TFTP server

Completed in 29 milliseconds