public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2] mkimage: FIT ciphering bug fixes
@ 2020-07-30  4:22 patrick.oppenlander at gmail.com
  2020-07-30  4:22 ` [PATCH v2 1/3] mkimage: fit: only process one cipher node patrick.oppenlander at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: patrick.oppenlander at gmail.com @ 2020-07-30  4:22 UTC (permalink / raw)
  To: u-boot

The v2 series addresses review comments from Philippe Reynes:
* Use FIT_CIPHER_NODENAME instead of hard coding "cipher"
* Simplify handling of FDT_ERR_NOSPACE
* Simplify detection of previously ciphered data

The last two points are possible as I overlooked that the retry loop
handling ENOSPC in fit_handle_file() reloads the original FIT before
retrying.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-08-08 12:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30  4:22 [PATCH v2] mkimage: FIT ciphering bug fixes patrick.oppenlander at gmail.com
2020-07-30  4:22 ` [PATCH v2 1/3] mkimage: fit: only process one cipher node patrick.oppenlander at gmail.com
2020-08-08 12:29   ` Tom Rini
2020-07-30  4:22 ` [PATCH v2 2/3] mkimage: fit: handle FDT_ERR_NOSPACE when ciphering patrick.oppenlander at gmail.com
2020-07-30 13:53   ` Philippe REYNES
2020-08-08 12:29   ` Tom Rini
2020-07-30  4:22 ` [PATCH v2 3/3] mkimage: fit: don't cipher ciphered data patrick.oppenlander at gmail.com
2020-07-30 13:58   ` Philippe REYNES
2020-08-08 12:29   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox