Koteswar,
A few things:
First of all, please don't top post.
On Sun, Dec 20, 2009 at 9:55 PM, KoteswarK wrote:
>
> Hi
> What are those "I/O accessor functions"? API present in
>
Look in include/asm-ppc/io.h. You'll find lots of wonderful accessor
functions. They're always preferable to the a
Hi
What are those "I/O accessor functions"? API present in
./drivers/mtd/nand/fsl_upm.c file??? I am also getting crash while doing
dummy write to NAND_BASE. Code is follows
void UPMA_prog()
{
int i=0;
/* OP set to write to RAM array command*/
*(int *)(MAMR) = 0x1000;
/* Wr
Before starting the project I'd like to have some advices from the community
about the feasibility of porting U-Boot/ucLinux to a cortex-m3 based SoC
with limited resources (up to 512K flash, up to 64K SRAM). I limit my
questions to U-Boot only and will post similar ones to ucLinux mailing-list.
Bu
Himanshu Chauhan wrote:
> May be I really want that CONFIG_SYS_NO_FLASH defined then build should at
> least not break. Isn't it?
Correct, it should build even with CONFIG_SYS_NO_FLASH.
>>> diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
>>> index efd6aec..5bd3af0 100644
>>> --- a/common/cm
On Sunday 20 December 2009 14:30:35 Dirk Behme wrote:
> For TI OMAP3 Beagle based Zippy expansion board from TinCanTools [1]
> I'm currently looking into reusing spi based ENC28J60 network driver
>
> drivers/net/enc28j60.c
>
> It seems to me that it uses LPC2292 specific macros
>
> IO1CLR, IO1SE
Dirk,
On Sun, Dec 20, 2009 at 11:30 AM, Dirk Behme wrote:
>
> For TI OMAP3 Beagle based Zippy expansion board from TinCanTools [1]
> I'm currently looking into reusing spi based ENC28J60 network driver
>
> drivers/net/enc28j60.c
>
> It seems to me that it uses LPC2292 specific macros
>
> IO1CLR,
For TI OMAP3 Beagle based Zippy expansion board from TinCanTools [1]
I'm currently looking into reusing spi based ENC28J60 network driver
drivers/net/enc28j60.c
It seems to me that it uses LPC2292 specific macros
IO1CLR, IO1SET and IO1DIR
These macros are defined in
asm-arm/arch-lpc2292/lpc2
Dear "nanda",
In message <20091220172434.48360.qm...@f5mail-237-207.rediffmail.com> you wrote:
>
> Our development needs NAND to be implemented from u-boot level. And our
> booting from FLASH depends of NOR flash using the GPCM.
>
> We are facing in the initialization of the nand_init, a crash
Our development needs NAND to be implemented from u-boot level. And our booting
from FLASH depends of NOR flash using the GPCM.
We are facing in the initialization of the nand_init, a crash in the dummy
write during the UPM program based on the UPM mode of freescale MPC8323 in the
code below:
The following changes since commit
bb3bcfa2426cc6a0aecec7270e3ee67ca843a125:
Wolfgang Denk (1):
Merge branch 'next' of ../next
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Ajay Kumar Gupta (1):
omap3evm: musb: add USB config
Mahavir Jain (1):
10 matches
Mail list logo