All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] env tools fixes
@ 2017-04-05 16:07 Stefano Babic
  2017-04-05 16:08 ` [U-Boot] [PATCH v1 1/4] Rename aes.h to uboot_aes.h Stefano Babic
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Stefano Babic @ 2017-04-05 16:07 UTC (permalink / raw)
  To: u-boot

This series addresses some issues when the environment tools
are used as library and linked to an external program.


Stefano Babic (4):
  Rename aes.h to uboot_aes.h
  env: split fw_env.h in public and private parts
  env: add a version number to check API
  env: fix memory leak in fw_env routines

 arch/arm/mach-tegra/tegra20/crypto.c |  2 +-
 cmd/aes.c                            |  2 +-
 common/env_common.c                  |  2 +-
 common/env_flags.c                   |  1 +
 include/{aes.h => uboot_aes.h}       |  0
 lib/aes.c                            |  2 +-
 tools/env/fw_env.c                   | 73 ++++++++++++++++++++++++++--------
 tools/env/fw_env.h                   | 77 +++++++++++++-----------------------
 tools/env/fw_env_main.c              |  1 +
 tools/env/fw_env_private.h           | 55 ++++++++++++++++++++++++++
 10 files changed, 145 insertions(+), 70 deletions(-)
 rename include/{aes.h => uboot_aes.h} (100%)
 create mode 100644 tools/env/fw_env_private.h

-- 
2.7.4

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

end of thread, other threads:[~2017-04-14 21:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 16:07 [U-Boot] [PATCH v1 0/4] env tools fixes Stefano Babic
2017-04-05 16:08 ` [U-Boot] [PATCH v1 1/4] Rename aes.h to uboot_aes.h Stefano Babic
2017-04-14 21:09   ` [U-Boot] [U-Boot,v1,1/4] " Tom Rini
2017-04-05 16:08 ` [U-Boot] [PATCH v1 2/4] env: split fw_env.h in public and private parts Stefano Babic
2017-04-14 21:09   ` [U-Boot] [U-Boot, v1, " Tom Rini
2017-04-05 16:08 ` [U-Boot] [PATCH v1 3/4] env: add a version number to check API Stefano Babic
2017-04-14 21:09   ` [U-Boot] [U-Boot, v1, " Tom Rini
2017-04-05 16:08 ` [U-Boot] [PATCH v1 4/4] env: fix memory leak in fw_env routines Stefano Babic
2017-04-14 21:09   ` [U-Boot] [U-Boot, v1, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.