Skip to content
Commit 4e21b94c authored by Laurentiu TUDOR's avatar Laurentiu TUDOR Committed by Scott Wood
Browse files

powerpc/85xx: Move ePAPR paravirt initialization earlier



At console init, when the kernel tries to flush the log buffer
the ePAPR byte-channel based console write fails silently,
losing the buffered messages.
This happens because The ePAPR para-virtualization init isn't
done early enough so that the hcall instruction to be set,
causing the byte-channel write hcall to be a nop.
To fix, change the ePAPR para-virt init to use early device
tree functions and move it in early init.

Signed-off-by: default avatarLaurentiu Tudor <Laurentiu.Tudor@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent f31dd944
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment