Statistics
| Branch: | Revision:

root / hw / mpc8544_guts.c @ d43ed9ec

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
b0fb8423 06/17/2011 03:58 am Alexander Graf

PPC: E500: Implement reboot controller

When Linux reboots an e500 VM, it writes to a magic register in the
"global-utilities" device indicated by the device tree. We were not
emulating that device so far, rendering the VM reboot-less.

This patch implements that device with only the reboot functionality...