* [U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S?
@ 2015-02-03 0:22 Robert E Cochran
0 siblings, 0 replies; only message in thread
From: Robert E Cochran @ 2015-02-03 0:22 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-03 0:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03 0:22 [U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S? Robert E Cochran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox