]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
PPC: Bamboo: Register CPU reset
authorAlexander Graf <agraf@suse.de>
Tue, 3 Jan 2012 18:10:02 +0000 (19:10 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 21 Jan 2012 04:16:59 +0000 (05:16 +0100)
commitb10a04b5aeca558a9f306ae749fd87850ad8d973
treeaa6309ed65ba1135dfdcce7635c91e41bdb4a28f
parentd29d3404fc1bb9e47b0e1cdc16218a574fbc2754
PPC: Bamboo: Register CPU reset

To be able to support CPU reset, we need to put all register initialization
and initial state into a CPU reset hook instead of a function that is only
called once on bootup.

This is a preparation step for the initial TLB setting code and brings bamboo
more in line with what e500 and virtex already do.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc440_bamboo.c