From: Robert E Cochran <u-boot@mindchasers.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S?
Date: Mon, 02 Feb 2015 19:22:48 -0500 [thread overview]
Message-ID: <54D014D8.9030207@mindchasers.com> (raw)
Hi,
I noticed in cpu/mpc85xx/start.S that for ENABLE_36BIT_PHYS builds,
HID0_ENMAS7 is set for E5500/T1040 builds, but the E5500 reference
manual shows the bit doesn't exist.
If the bit truly doesn't exist, should the code be patched or is it not
worth the #ifdef?
Bob
start.S:309:
#if defined(CONFIG_ENABLE_36BIT_PHYS)
ori r0,r0,HID0_ENMAS7 at l /* Enable MAS7 */
#endif
reply other threads:[~2015-02-03 0:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=54D014D8.9030207@mindchasers.com \
--to=u-boot@mindchasers.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.