[PATCH 0/3] introduce command abi version
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Oct 22 12:03:41 EDT 2012
Hi,
This will allow to detect command incompability between different
version of barebox
The following changes since commit a6f852d401b63e1de0efe73a11efd5403870b594:
Merge branch 'pu/compiler-warnings' (2012-10-21 10:57:54 +0200)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/command_abi_version
for you to fetch changes up to 5ee2adb18c6e0e609e5633de4d4c6d9383b14173:
environment: detect command_abi_version (2012-10-22 14:34:25 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
command: introduce abi version
envfs: add command_abi_version support
environment: detect command_abi_version
commands/loadenv.c | 11 ++++++++++-
common/command.c | 2 ++
common/environment.c | 7 ++++++-
common/startup.c | 42 ++++++++++++++++++++++++++++++++----------
include/command.h | 1 +
include/command_abi.h | 12 ++++++++++++
include/envfs.h | 4 ++--
include/environment.h | 13 ++++++++++++-
scripts/bareboxenv.c | 9 ++++++++-
9 files changed, 85 insertions(+), 16 deletions(-)
create mode 100644 include/command_abi.h
Best Regards,
J.
More information about the barebox
mailing list