[U-Boot] [PATCH v2 1/2] Loop block device for sandbox

Pavel Herrmann morpheus.ibis at gmail.com
Mon Sep 3 19:31:20 CEST 2012


On Monday 03 of September 2012 18:49:00 Marek Vasut wrote:
> > +
> > +static const char revision[] = "0.0";
> > +static const char vendor[] = "SATA loopback";
> > +
> > +static const char * const filenames[] = CONFIG_SATA_LOOP_DISKS;
> > +static int max_devs = CONFIG_SYS_SATA_MAX_DEVICE;
> 
> One more thing is missing -- documentation for these (add to doc/ ).

which file shoud that be exactly? README.sata has nothing about configs, i 
cannot find any README.sandbox or README.configs

> Alternatively (which would be much better), let sandbox uboot accept params
> and supply these as params.

or even make a command that would allow you to specify a filename in runtime, 
possibly with a dynamic number of ports.

Pavel Herrmann




More information about the U-Boot mailing list