public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Preparing a KEV7a400 patch
@ 2003-08-06 19:16 Marc Singer
  2003-08-06 22:22 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Marc Singer @ 2003-08-06 19:16 UTC (permalink / raw)
  To: u-boot

I've successfully ported u-boot to the Sharp KEV7A400 board.  It can
program flash, boot from the network, and it runs from flash.

Before I submit a patch, I believe there are a couple of outstanding
issues that you,  Wolfgang, want resolved.

 1) Dependency on Perl

    Are you OK with an initial patch that checks for the presence of a
    Perl interpreter?  Since this is the only board using the
    mkocnfigx script, such a method will be backward compatible.  I
    agree that a shell script of the Perl script must be written.

 2) #undef arm

    It looks like the arm macro may be defined by the compiler.  The
    GCC info pages suggest that this macro may be defined unless
    -ansi is passed to the compiler.

    There are a few of ways to resolve this problem.  I could
    change the structure that is broken by the #define.  I could leave
    the #undef intact.  I could find a way to remove the #define by
    passing an switch to the compiler.  My preference, of course, is
    to leave the #undef intact. 

 3) Trailing whitespace

    You found some lines in a previous patch to have trailing
    whitespace.  What do you use to detect this?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-08-07 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 19:16 [U-Boot-Users] Preparing a KEV7a400 patch Marc Singer
2003-08-06 22:22 ` Wolfgang Denk
2003-08-06 22:34   ` Marc Singer
2003-08-06 23:30     ` Wolfgang Denk
2003-08-07  0:47       ` Marc Singer
2003-08-07 12:51         ` Wolfgang Denk
2003-08-07 17:54           ` Marc Singer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox