u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Clarify standalone application support
@ 2022-05-05 15:32 Paul Barker
  2022-05-05 15:32 ` [PATCH 1/3] Licenses: Clarify exceptions for standalone apps Paul Barker
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Paul Barker @ 2022-05-05 15:32 UTC (permalink / raw)
  To: u-boot; +Cc: Paul Barker, Wolfgang Denk

While looking into the support for u-boot standalone applications I
noticed that there was some mis-alignment between the license exception
and the files which needed to be included to get a functioning
application. I also noticed that the set of SPI access functions
defined in the jump table was missing a key function and did not match
the set of prototypes defined in the exports header. These patches
should rectify the issues I found.

Paul Barker (3):
  Licenses: Clarify exceptions for standalone apps
  examples: hello_world: Drop inclusion of common header
  exports: Fix export of SPI access functions

 Licenses/Exceptions               | 12 ++++++++----
 examples/standalone/hello_world.c |  1 -
 include/_exports.h                |  4 ++++
 include/exports.h                 | 15 ++++++++++++++-
 4 files changed, 26 insertions(+), 6 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-10-26 19:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 15:32 [PATCH 0/3] Clarify standalone application support Paul Barker
2022-05-05 15:32 ` [PATCH 1/3] Licenses: Clarify exceptions for standalone apps Paul Barker
2022-05-11 13:34   ` Tom Rini
2022-08-26 13:35   ` Wolfgang Denk
2022-10-26 19:26   ` Tom Rini
2022-05-05 15:32 ` [PATCH 2/3] examples: hello_world: Drop inclusion of common header Paul Barker
2022-05-11 13:34   ` Tom Rini
2022-08-26 13:36   ` Wolfgang Denk
2022-10-26 19:26   ` Tom Rini
2022-05-05 15:32 ` [PATCH 3/3] exports: Fix export of SPI access functions Paul Barker
2022-05-11 13:34   ` Tom Rini
2022-08-26 13:42   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).