[U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

Stephen Warren swarren at wwwdotorg.org
Mon Oct 15 17:43:39 CEST 2012


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.


More information about the U-Boot mailing list