Re: [U-Boot] [PATCH] Add a CBFS driver and commands to u-boot

2012-01-07 Thread Mike Frysinger
On Saturday 03 December 2011 06:47:01 Gabe Black wrote: > --- /dev/null > +++ b/common/cmd_cbfs.c > > +int do_cbfs_init(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) static > + if (argc > 2) { > + printf("usage: cbfsls [end of rom]>\n"); > + return 0; > +

Re: [U-Boot] [PATCH] Add a CBFS driver and commands to u-boot

2011-12-05 Thread Gabe Black
On Mon, Dec 5, 2011 at 2:35 PM, Gabe Black wrote: > > > On Mon, Dec 5, 2011 at 2:25 PM, Wolfgang Denk wrote: > >> Dear Gabe Black, >> >> In message <1322912821-32677-1-git-send-email-gabebl...@chromium.org> >> you wrote: >> > Coreboot uses a very simple "file system" called CBFS to keep track of

Re: [U-Boot] [PATCH] Add a CBFS driver and commands to u-boot

2011-12-05 Thread Gabe Black
On Mon, Dec 5, 2011 at 2:25 PM, Wolfgang Denk wrote: > Dear Gabe Black, > > In message <1322912821-32677-1-git-send-email-gabebl...@chromium.org> you > wrote: > > Coreboot uses a very simple "file system" called CBFS to keep track of > and > > allow access to multiple "files" in a ROM image. This

Re: [U-Boot] [PATCH] Add a CBFS driver and commands to u-boot

2011-12-05 Thread Wolfgang Denk
Dear Gabe Black, In message <1322912821-32677-1-git-send-email-gabebl...@chromium.org> you wrote: > Coreboot uses a very simple "file system" called CBFS to keep track of and > allow access to multiple "files" in a ROM image. This change adds CBFS > support and some commands to use it to u-boot. T

[U-Boot] [PATCH] Add a CBFS driver and commands to u-boot

2011-12-03 Thread Gabe Black
Coreboot uses a very simple "file system" called CBFS to keep track of and allow access to multiple "files" in a ROM image. This change adds CBFS support and some commands to use it to u-boot. These commands are: cbfsinit - Initialize CBFS support and pull all metadata into RAM. The end of the ROM