public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marc Singer <elf@buici.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] New x86 board booted...now the hard part
Date: Tue, 27 May 2003 13:30:43 -0700	[thread overview]
Message-ID: <20030527203043.GA10981@buici.com> (raw)
In-Reply-To: <20030527200817.4003EC6162@atlas.denx.de>

On Tue, May 27, 2003 at 10:08:12PM +0200, Wolfgang Denk wrote:
> Dear Marc,
> 
> in message <20030527173633.GA7367@buici.com> you wrote:
> > 
> > > 2) If there is no such memory, you can probably lock some  parts  (or
> > >    all of) the cache and (mis-) use this as memory.
> > 
> > This may be possible, but it seems to me to be a lot of work just so
> > we can 'call' the routine that performs the SDRAM controller setup.
> 
> There is little choice. If you want to use C, you will have to  stick
> to  the  ABI,  and  you  will  have to provide a working stack. For a
> stack, you need some memory.

Hey, I want a stack as much as the next guy.

> > Then how about making this single function a configuration definition
> > and fixing the lib_i386 to use that constant.
> > 
> >   include/configs/thisboard
> > 
> > #define MEM_INIT mem_init_sc520
> > 
> >   lib-i386/board.c
> > 
> > ...
> #ifdef MEM_INIT
> > MEM_INIT()
> #endif
> > ... 
> 
> OK with me.

Excellent.  That's what I'll do.

Thanks.

      reply	other threads:[~2003-05-27 20:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-23 19:00 [U-Boot-Users] New x86 board booted...now the hard part Marc Singer
2003-05-26  6:35 ` Daniel Engström
2003-05-26 19:09   ` Marc Singer
2003-05-26 19:48     ` Wolfgang Denk
2003-05-26 23:08       ` Marc Singer
2003-05-27  6:34         ` Wolfgang Denk
2003-05-27 17:36           ` Marc Singer
2003-05-27 20:08             ` Wolfgang Denk
2003-05-27 20:30               ` Marc Singer [this message]

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=20030527203043.GA10981@buici.com \
    --to=elf@buici.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox