Re: [PATCH] powerpc/powernv: Remove powernv RTAS support
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2015-03-25 09:42:52
On Wed, 2015-03-25 at 16:46 +1100, Stewart Smith wrote:
Michael Ellerman [off-list ref] writes:quoted
The powernv code has some conditional support for running on bare metal machines that have no OPAL firmware, but provide RTAS. No released machines ever supported that, and even in the lab it was just a transitional hack in the days when OPAL was still being developed. So remove the code. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>The only current place I could think this could be remotely possible would be in simulator... and we should instead make the OPAL calls work properly in the simulator for all the RTAS functionality (that we care about).
If you mean mambo, I tested that, at least the public version, and it doesn't provide or need RTAS. On the other sims we ran without RTAS during the Power8 bringup, though it was eventually used a little bit late in the cycle. In future we should be using skiboot, or just putting logic directly into the kernel for early bringup - or permanently :)
Acked-by: Stewart Smith <redacted>
Thanks. cheers