From: Christian Pell <chri@ascensit.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] support for CF/IDE on PCMCIA for PXA25X
Date: Fri, 16 Apr 2004 08:56:00 +0200 [thread overview]
Message-ID: <1082098560.2166.2.camel@absolute> (raw)
In-Reply-To: <20040415223746.83BCAC109F@atlas.denx.de>
On Fri, 2004-04-16 at 00:37, Wolfgang Denk wrote:
>
> > diff -u -b -B -N -r -X dodiff.not u-boot.orig/include/fat.h u-boot/include/fat.h
> > --- u-boot.orig/include/fat.h 2004-02-23 20:31:01.000000000 +0100
> > +++ u-boot/include/fat.h 2004-03-31 15:15:46.000000000 +0200
> > @@ -210,4 +210,11 @@
> > const char *file_getfsname(int idx);
> > int fat_register_device(block_dev_desc_t *dev_desc, int part_no);
> >
> > +#ifdef CONFIG_PXA250
> > +#undef FAT2CPU16
> > +#define FAT2CPU16(x) x
> > +#undef FAT2CPU32
> > +#define FAT2CPU32(x) x
> > +#endif
> > +
> > #endif /* _FAT_H_ */
>
Hi, sorry for this I'll look at it ASAP. I realized, like you said, that
there is a deeper problem with endianess when dealing with PXA
endianess. For example I had to do a byte swap when adapting the driver
for a custom board flash. Guess there is some assuption on big-endian
somewhere.
Thanks,
Bye!
--
Christian Pellegrin
<chri@ascensit.com>, <c.pellegrin@eurotech.it>,
<chri@infis.univ.ts.it>, <c.pellegrin@exadron.com>
next prev parent reply other threads:[~2004-04-16 6:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-01 10:11 [U-Boot-Users] [PATCH] support for CF/IDE on PCMCIA for PXA25X Christian Pell
2004-04-15 22:37 ` Wolfgang Denk
2004-04-16 6:56 ` Christian Pell [this message]
2004-04-19 7:01 ` Christian Pell
2004-04-22 14:47 ` Wolfgang Denk
2004-04-20 4:58 ` David Miles
2004-04-25 13:21 ` Wolfgang Denk
2005-04-06 13:32 ` Wolfgang Denk
2005-08-13 9:38 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1082098560.2166.2.camel@absolute \
--to=chri@ascensit.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.