All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v3] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
Date: Wed, 26 Mar 2008 10:01:46 +0100	[thread overview]
Message-ID: <200803261001.46585.sr@denx.de> (raw)
In-Reply-To: <20080326083542.4ACF2241A2@gemini.denx.de>

On Wednesday 26 March 2008, Wolfgang Denk wrote:
> In message <1206518897-15473-1-git-send-email-sr@denx.de> you wrote:
> > If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
> > memory area will get subtracted from the top (end) of ram and won't get
> > "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
> > should gets passed the now "corrected" memory size and won't touch it
> > either. This should work for arch/ppc and arch/powerpc. Only Linux board
> > ports in arch/powerpc with bootwrapper support, that recalculate the
> > memory size from the SDRAM controller setup will have to get fixed.
>
> I'm afraid we still have a problem here...
>
> > - Changed value of CFG_MEM_TOP_HIDE from 256 to 4k so that memory
> >   end location is on a page boundary
>
> This assumes a page size of 4 KiB, which is not necessarily true.  As
> you  know,  we  also  support page sizes of 16, 64 and 256 KiB on 44x
> systems (even though so far this is only avaiable in arch/ppc).

Right. Unfortunately I can't take care of this in an other way as to set this 
define to the max possible page size value. And I don't think this is 
acceptable, since removing 256k (or even more) from all Sequoia's and other 
440EPx boards isn't a good idea.

> I don't know of a good way to fix this, but I ask that you  at  least
> document  the  new  variable in the README and probably add a big fat
> warning for page sizes other than 4 KiB.

OK, will do.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

      reply	other threads:[~2008-03-26  9:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26  8:08 [U-Boot-Users] [PATCH v3] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" Stefan Roese
2008-03-26  8:35 ` Wolfgang Denk
2008-03-26  9:01   ` Stefan Roese [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=200803261001.46585.sr@denx.de \
    --to=sr@denx.de \
    --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.