mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] add bpkfs support
@ 2013-10-03  9:59 Jean-Christophe PLAGNIOL-VILLARD
  2013-10-03 10:01 ` [PATCH 1/2] filetype: add Binary PacKage BPK type Jean-Christophe PLAGNIOL-VILLARD
  2013-10-06 11:34 ` [PATCH 0/2 v2] add bpkfs support Sascha Hauer
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-10-03  9:59 UTC (permalink / raw)
  To: barebox

Hi,

	v2 update comment and fix comment typo
	and rebase next

The following changes since commit 705dbd7c795bbdfb448e1d0ace89d98cbceaaec1:

  Merge branch 'for-next/tegra' into next (2013-10-02 11:07:14 +0200)

are available in the git repository at:


  git://git.jcrosoft.org/barebox.git delivery/bpkfs

for you to fetch changes up to 6edfa631c4aafd71d0508b94c7cdea87695dd492:

  fs: add BPKFS support (2013-10-03 17:54:27 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
      filetype: add Binary PacKage BPK type
      fs: add BPKFS support

 common/filetype.c  |   3 +
 fs/Kconfig         |   5 ++
 fs/Makefile        |   1 +
 fs/bpkfs.c         | 514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/bpkfs.h    |  68 +++++++++++++++
 include/filetype.h |   1 +
 6 files changed, 592 insertions(+)
 create mode 100644 fs/bpkfs.c
 create mode 100644 include/bpkfs.h

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-10-14  9:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-03  9:59 [PATCH 0/2 v2] add bpkfs support Jean-Christophe PLAGNIOL-VILLARD
2013-10-03 10:01 ` [PATCH 1/2] filetype: add Binary PacKage BPK type Jean-Christophe PLAGNIOL-VILLARD
2013-10-03 10:01   ` [PATCH 2/2] fs: add BPKFS support Jean-Christophe PLAGNIOL-VILLARD
2013-10-06 11:34 ` [PATCH 0/2 v2] add bpkfs support Sascha Hauer
2013-10-08 12:51   ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14  9:00     ` Sascha Hauer

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