From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 15 Oct 2012 09:43:39 -0600 Subject: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands In-Reply-To: <1505546.6btPi4fzxz@merom> References: <1349913907-25845-1-git-send-email-swarren@wwwdotorg.org> <1349913907-25845-2-git-send-email-swarren@wwwdotorg.org> <1505546.6btPi4fzxz@merom> Message-ID: <507C2F2B.6090102@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/13/2012 01:26 PM, Pavel Herrmann wrote: > Hi > > On Wednesday 10 October 2012 18:05:07 Stephen Warren wrote: >> ...snip... >> Makefile | 3 +- >> common/Makefile | 2 + >> common/cmd_fs.c | 86 ++++++++++++++++++++++ >> fs/Makefile | 47 ++++++++++++ >> fs/fs.c | 216 >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/fs.h | >> 49 +++++++++++++ >> 6 files changed, 402 insertions(+), 1 deletions(-) >> create mode 100644 common/cmd_fs.c >> create mode 100644 fs/Makefile >> create mode 100644 fs/fs.c >> create mode 100644 include/fs.h > > I dont see how this is a "partition switch library", when it doesnt deal with > partitions at all. Care to explain? Or maybe call it "filesystem-auto > detection" or something? Oops. I will s/partition/filesystem/ in the patch subject.