Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-07 Thread Wolfgang Denk
Dear Simon, In message CAPnjgZ0k58-JG+MxvKp=6jxthmpb8pzhp+xfpdnb8jctamt...@mail.gmail.com you wrote: Yes I am now completely lost :-) Me too. Where have I changed the licensing model? Your original request was to remove the CREDITS line I think. I have done that in this patch:

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-07 Thread Simon Glass
Hi Wolfgang, On Wed, Nov 7, 2012 at 4:38 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message CAPnjgZ0k58-JG+MxvKp=6jxthmpb8pzhp+xfpdnb8jctamt...@mail.gmail.com you wrote: Yes I am now completely lost :-) Me too. Where have I changed the licensing model? Your original

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-06 Thread Simon Glass
Hi Wolfgang, On Mon, Nov 5, 2012 at 11:27 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz0stfp2ucfn4tmdpg_x-4vdw7gxodsscgsbq6sum0o...@mail.gmail.com you wrote: Well I found a very short version: * Use of this source code is governed by a BSD-style license

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-06 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ1DbXwS=bgzLecoLM-V0785Zi6bytKTM=rp2ecnskt...@mail.gmail.com you wrote: Well I found a very short version: * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. but it is inaccurate. We could

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-06 Thread Simon Glass
Hi Wolfgang, On Tue, Nov 6, 2012 at 2:23 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ1DbXwS=bgzLecoLM-V0785Zi6bytKTM=rp2ecnskt...@mail.gmail.com you wrote: Well I found a very short version: * Use of this source code is governed by a BSD-style license

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-05 Thread Simon Glass
Hi, On Sat, Nov 3, 2012 at 2:11 PM, Simon Glass s...@chromium.org wrote: Hi Wolfgang, On Sat, Nov 3, 2012 at 8:04 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ2hD4ZgzM=0rppsgr0-iojtv+q40e3gyexeqxndkop...@mail.gmail.com you wrote: --- /dev/null +++

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-05 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz0stfp2ucfn4tmdpg_x-4vdw7gxodsscgsbq6sum0o...@mail.gmail.com you wrote: Well I found a very short version: * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. but it is inaccurate. We could perhaps

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ2hD4ZgzM=0rppsgr0-iojtv+q40e3gyexeqxndkop...@mail.gmail.com you wrote: --- /dev/null +++ b/common/cmd_cbfs.c @@ -0,0 +1,214 @@ +/* + * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. + * + * See file CREDITS for list of

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-03 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 8:04 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ2hD4ZgzM=0rppsgr0-iojtv+q40e3gyexeqxndkop...@mail.gmail.com you wrote: --- /dev/null +++ b/common/cmd_cbfs.c @@ -0,0 +1,214 @@ +/* + * Copyright (c) 2011 The

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-11-01 Thread Simon Glass
Hi, On Wed, Oct 31, 2012 at 6:22 PM, Tom Rini tr...@ti.com wrote: On Wed, Oct 31, 2012 at 11:41:20PM +0100, Wolfgang Denk wrote: Dear Simon Glass, In message 1350087972-1581-6-git-send-email-...@chromium.org you wrote: From: Gabe Black gabebl...@chromium.org This change adds CBFS

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-10-31 Thread Simon Glass
Hi Tom, On Mon, Oct 22, 2012 at 8:22 AM, Tom Rini tr...@ti.com wrote: On Fri, Oct 12, 2012 at 05:26:11PM -0700, Simon Glass wrote: From: Gabe Black gabebl...@chromium.org This change adds CBFS support and some commands to use it to u-boot. These commands are: cbfsinit - Initialize CBFS

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-10-31 Thread Wolfgang Denk
Dear Simon Glass, In message 1350087972-1581-6-git-send-email-...@chromium.org you wrote: From: Gabe Black gabebl...@chromium.org This change adds CBFS support and some commands to use it to u-boot. These commands are: ... --- /dev/null +++ b/common/cmd_cbfs.c @@ -0,0 +1,214 @@ +/* + *

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-10-31 Thread Tom Rini
On Wed, Oct 31, 2012 at 11:41:20PM +0100, Wolfgang Denk wrote: Dear Simon Glass, In message 1350087972-1581-6-git-send-email-...@chromium.org you wrote: From: Gabe Black gabebl...@chromium.org This change adds CBFS support and some commands to use it to u-boot. These commands are:

Re: [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

2012-10-22 Thread Tom Rini
On Fri, Oct 12, 2012 at 05:26:11PM -0700, Simon Glass wrote: From: Gabe Black gabebl...@chromium.org 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 is an