From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
Date: Wed, 26 Mar 2008 23:33:25 +0100 [thread overview]
Message-ID: <20080326223325.6DF82242FC@gemini.denx.de> (raw)
In-Reply-To: Your message of "Wed, 26 Mar 2008 10:16:49 +0100." <1206523009-18011-1-git-send-email-sr@denx.de>
Dear Stefan,
in message <1206523009-18011-1-git-send-email-sr@denx.de> you wrote:
>
> It is strongly recommendet to not use the last 256 bytes on those
<nitpick> recommended </nitpick>
> --- a/README
> +++ b/README
> @@ -1854,6 +1854,27 @@ Configuration Settings:
> Scratch address used by the alternate memory test
> You only need to set this if address zero isn't writeable
>
> +- CFG_MEM_TOP_HIDE (PPC only):
> + 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.
> +
> + This option can be used as a workaround for the 440EPx/GRx
> + CHIP 11 errata where the last 256 bytes in SDRAM shouldn't
> + be touched.
> +
> + WARNING: Please make sure that this value is a multiple of
> + the Linux page size (normally 4k). If this is not the case,
> + then the end address of the Linux memory will be located at a
> + non page size aligned address and this could cause mayor
<nitpick> major </nitpick>
Will you send a pull request for the ppc4xx repo, or should I apply
this directly?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The human mind treats a new idea the way the body treats a strange
protein - it rejects it. - P. Medawar
next prev parent reply other threads:[~2008-03-26 22:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-26 9:16 [U-Boot-Users] [PATCH v4] ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" Stefan Roese
2008-03-26 22:33 ` Wolfgang Denk [this message]
2008-03-27 6:12 ` Stefan Roese
2008-03-27 2:23 ` Larry Johnson
2008-03-27 2:28 ` Larry Johnson
2008-03-27 5:55 ` Stefan Roese
2008-03-27 18:34 ` Larry Johnson
2008-03-27 18:40 ` Jerry Van Baren
2008-03-27 22:05 ` Wolfgang Denk
2008-03-28 10:05 ` Stefan Roese
2008-03-28 14:54 ` Larry Johnson
2008-03-28 16:13 ` Kumar Gala
2008-03-28 16:40 ` Stefan Roese
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=20080326223325.6DF82242FC@gemini.denx.de \
--to=wd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox