Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support

2008-08-02 Thread Antonio R. Costa
Hi JC, I have been busy on writing a Linux driver for the DSP on our AT572D940HF-EB board. Furthermore in the next 3 weeks I'm on vacation, please gimme more time cause I would like rework this patch but also support for our board and SDHC support for all Atmel devices together with Haarvard.

[U-Boot-Users] [PATCH] mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'

2008-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/MVBC_P.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/MVBC_P.h b/include/configs/MVBC_P.h index 48f427e..8c8a445 100644 --- a/include/configs/MVBC_P.h +++

[U-Boot-Users] [PATCH] nios2: fix phys_addr_t and phys_size_t support

2008-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- cpu/nios2/interrupts.c|1 + include/asm-nios2/types.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu/nios2/interrupts.c b/cpu/nios2/interrupts.c index aeb5b65..ec5db31 100644 ---

[U-Boot-Users] [PATCH] Fix remaining build issues with MPC8xx FADS boards.

2008-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/FADS860T.h |2 +- include/configs/MPC86xADS.h |2 +- include/configs/MPC885ADS.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/FADS860T.h

[U-Boot-Users] [PATCH] nios2/sysid: fix printf warning

2008-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- cpu/nios2/sysid.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/nios2/sysid.c b/cpu/nios2/sysid.c index b5a2959..697ed03 100644 --- a/cpu/nios2/sysid.c +++ b/cpu/nios2/sysid.c @@ -40,7 +40,7 @@

[U-Boot-Users] [PATCH] drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros

2008-08-02 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Need to build nios2 I've prefer to move conditional compilation to Makefile instead of you move an include in xuartlite. Which is not related to nios2. I've choose to only move the CONFIG_ and merge the CFG_ in a second step

[U-Boot-Users] ‘发’‘票’

2008-08-02 Thread
您好: 我公司在(深圳市、东莞市、广州市、上海市等)有一部分税--票/ 代开; 如:普通商品销售发/票;运输业、建筑业、建筑安装业、广告业、其它服务行业、餐饮业、普通增值税发票等等。 贵公司如有需要,欢迎您的来电与我联系: 张先生:13642347225 - This SF.Net email is sponsored by

Re: [U-Boot-Users] [PATCH] mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'

2008-08-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/MVBC_P.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot-Users] [PATCH] nios2: fix phys_addr_t and phys_size_t support

2008-08-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- cpu/nios2/interrupts.c|1 + include/asm-nios2/types.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot-Users] [PATCH] Fix remaining build issues with MPC8xx FADS boards.

2008-08-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- include/configs/FADS860T.h |2 +- include/configs/MPC86xADS.h |2 +- include/configs/MPC885ADS.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Applied,

Re: [U-Boot-Users] [PATCH] nios2/sysid: fix printf warning

2008-08-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- cpu/nios2/sysid.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot-Users] [PATCH] drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros

2008-08-02 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] --- Need to build nios2 I've prefer to move conditional compilation to Makefile instead of you move an include in xuartlite. Which is not related to nios2. I've choose to only move

Re: [U-Boot-Users] [PATCH] fdt: Add simple alias support to fdt print command

2008-08-02 Thread Jerry Van Baren
Kumar Gala wrote: On Jul 9, 2008, at 12:02 PM, Jerry Van Baren wrote: Thinking out loud... we could define the syntax that a leading * indicates the first part of the path is a dereference of /aliases. Assuming /aliases/soc = /[EMAIL PROTECTED] /aliases/ethernet0 = /[EMAIL

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-08-02 Thread Jerry Van Baren
Scott Wood wrote: Ben Warren wrote: On Mon, Jul 28, 2008 at 10:32 AM, Scott Wood [EMAIL PROTECTED] wrote: I find a device tree much easier to figure out than a tangled mess of header files, #defines, and #ifdefs... In many ways, yes. But are you an average Joe or a Linux kernel

Re: [U-Boot-Users] using a flat device tree to drive u-boot config

2008-08-02 Thread Jon Smirl
On 7/29/08, Timur Tabi [EMAIL PROTECTED] wrote: On Mon, Jul 28, 2008 at 10:07 AM, Kumar Gala [EMAIL PROTECTED] wrote: One topic that come up during OLS in discussions and u-boot BOF was the idea of driving u-boot configuration from a device tree instead of from config.h. I was wondering

Re: [U-Boot-Users] Power.org open-firmware/device trees ePAPR reference

2008-08-02 Thread Jerry Van Baren
David Hawkins wrote: Hi, I just received an email from Power.org referencing this document: http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf The ePAPR is loosely related to the IEEE 1275 Open Firmware standard—IEEE Standard for Boot (Initialization