From 36054c917c232258865a4c876997c8e1a5448eec Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Mon, 8 Apr 2013 16:15:59 +0200 Subject: [PATCH] sdbfs/doc: update doc as it now lives in fpga-config-space Signed-off-by: Alessandro Rubini <rubini@gnudd.com> --- sdbfs/doc/sdbfs.in | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/sdbfs/doc/sdbfs.in b/sdbfs/doc/sdbfs.in index 4c45e56..667ffa5 100644 --- a/sdbfs/doc/sdbfs.in +++ b/sdbfs/doc/sdbfs.in @@ -34,7 +34,7 @@ @setchapternewpage off -@set update-month September 2012 +@set update-month April 2013 @finalout @@ -55,7 +55,14 @@ @node Top @top Introduction -This package implements and describes a file-system based on the SDB +SDBFS was born in 2012 as a stand-alone project, but it is now part of +@i{fpga-config-space}, hosted at @t{ohwr.org}. The +@i{fpga-config-space} project is the home project of SDB, so the +associated filesystem is naturally hosted in that project. Still, +sometimes this manual uses the clause ``this package'' to refer +to the SDBFS subset of the overall package. + +SDBFS is a filesystem based on the SDB data structures defined by the Open Hardware Repository project called @i{FPGA Configuration Space}. The official SDB specification at the time of this writing is @url{http://www.ohwr.org/attachments/1487/sdb-1.0.pdf}. @@ -74,12 +81,9 @@ is aware of the concept of block size, so it can be placed on flash memory, but doesn't do wear-leveling or any other fancy thing to preserver simplicity. -Currently, the repository is hosted at Gitorious: -@code{git://gitorious.org/rubi/sdbfs.git} but it will likely be merged -into the OHWR project (thus: -@code{git://ohwr.org/hdl-core-lib/fpga-config-space.git}. If you are reading -this document and look for the latest version, if the Gitorious repository -doesn't exist, please try the @i{fpga-config-space} in the OHWR project. +The repository for this code (and documentation) is +@code{git://ohwr.org/hdl-core-lib/fpga-config-space.git}; SDBFS lives +in the @t{sdbfs} subdirectory. @c ########################################################################## @node Library Support -- GitLab