All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] tpm2-* fix build errors
@ 2018-03-25  3:59 Carlos Santos
  2018-03-25  3:59 ` [Buildroot] [PATCH 1/2] toolchain: fix detection of SSP support Carlos Santos
  2018-03-25  3:59 ` [Buildroot] [PATCH 2/2] tpm2-tools: fix compilation error due to uninitialized variable Carlos Santos
  0 siblings, 2 replies; 5+ messages in thread
From: Carlos Santos @ 2018-03-25  3:59 UTC (permalink / raw)
  To: buildroot

- Properly detect the support for SSP.
- Fix CodeSourcery NIOSII toolchain configuration, which incorrectly selected
  BR2_TOOLCHAIN_HAS_SSP.
- Fix compilation error in tpm2-tools due to uninitialized variable.

Notice that the first two changes CAN NOT be sent as separete patches because
the first one would break any build using CodeSourcery NIOSII toolchain.

Carlos Santos (2):
  toolchain: fix detection of SSP support
  tpm2-tools: fix compilation error due to uninitialized variable

 ...y-fix-type-may-be-used-uninitialized-warn.patch | 36 ++++++++++++++++++++++
 toolchain/helpers.mk                               |  2 +-
 .../Config.in                                      |  1 -
 3 files changed, 37 insertions(+), 2 deletions(-)
 create mode 100644 package/tpm2-tools/0001-tpm2_certify-fix-type-may-be-used-uninitialized-warn.patch

-- 
2.14.3

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

end of thread, other threads:[~2018-03-25 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-25  3:59 [Buildroot] [PATCH 0/2] tpm2-* fix build errors Carlos Santos
2018-03-25  3:59 ` [Buildroot] [PATCH 1/2] toolchain: fix detection of SSP support Carlos Santos
2018-03-25 21:21   ` Thomas Petazzoni
2018-03-25  3:59 ` [Buildroot] [PATCH 2/2] tpm2-tools: fix compilation error due to uninitialized variable Carlos Santos
2018-03-25 13:44   ` Peter Korsgaard

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.