[U-Boot] How to create an ELF file which U-Boot understands and boots it

2009-03-31 Thread arun c
. Regards, Arun C ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] configuring the board as a pci target in u-boot

2009-01-19 Thread arun c
have a PCI logic analyzer adapter :) > > Out of interest, how were you planning on communicating with > your PCI agent? Ira has a very nice PCINet driver that implements > ethernet over PCI, for both U-Boot and Linux. > I want to develop my on custom drivers for this. Don't want to implement console over PCI or ehernet. > Cheers, > Dave Regards, Arun C ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] configuring the board as a pci target in u-boot

2009-01-18 Thread arun c
st have to configure the PCI inbound windows and leave the rest to PCI master of the entire system. am I thinking wrong? Regards, Arun C ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] Coldfire: XL Bus minor fixes

2008-12-04 Thread arun c
According to coldfire manual data timeout > address time out also use correct macro to program XARB_CFG Signed-off-by: Arun C <[EMAIL PROTECTED]> --- cpu/mcf547x_8x/cpu_init.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpu/mcf547x_8x/cpu_init.c b/cpu/m

[U-Boot] Does u-boot support custom binaries?

2008-12-02 Thread arun c
ed by u-boot, it just want an environment to execute itself. Is this possible? Regards, Arun C ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] nor flash testing

2008-11-20 Thread arun c
Hi all, Is there any mechanism to test NOR FLASH in u-boot? I am looking for a mechanism similar to mtest. The intention is to test the flash for any address and data line fault(other faults also relevant to memories). Anybody got any pointers? Regards, Arun C