[Bug 205458] 11.0-CURRENT/10-STABLE powerpc64: a PowerMac G5 specific sys/powerpc/ofw/ofw_machdep.c change for reliable PowerMac G5 booting (with lots of RAM)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 25 04:35:03 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205458

--- Comment #14 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Justin Hibbits from comment #13)

That makes the following code in openfirmware_core odd:

#if defined(AIM) && !defined(__powerpc64__)
        /*
         * Clear battable[] translations
         */
        if (!(cpu_features & PPC_FEATURE_64))
                __asm __volatile("mtdbatu 2, %0\n"
                                 "mtdbatu 3, %0" : : "r" (0));
        isync();
#endif

No need to test AIM.

I assumed too much from seeing that AIM test.

Sorry for the noice.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list