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

2011-12-07 Thread Wolfgang Denk
Dear Gabe Black, In message you wrote: > > > WARNING: do not add new typedefs > > #853: FILE: include/cbfs.h:61: > > +typedef const struct cbfs_cache_node *cbfs_file; > > This typedef is to create an opaque handle for CBFS files. If you look here: > > http://git.kernel.org/?p=linux/kernel/git/

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

2011-12-06 Thread Gabe Black
On Tue, Dec 6, 2011 at 3:01 AM, Wolfgang Denk wrote: > Dear Gabe Black, > > In message <1323134730-18471-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 v2] Add a CBFS driver and commands to u-boot

2011-12-06 Thread Wolfgang Denk
Dear Gabe Black, In message <1323134730-18471-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 v2] Add a CBFS driver and commands to u-boot

2011-12-05 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