]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
Fix powerpc 604 reset vector
authorTristan Gingold <gingold@adacore.com>
Tue, 28 Apr 2009 18:07:01 +0000 (18:07 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 28 Apr 2009 18:07:01 +0000 (18:07 +0000)
commit2d3eb7bfd9f91f17a22dc6d75bdb8eec25937a55
tree81d1327214df34c81fcd1789eb9e0e0d144b144a
parentfc1c67bc2a43a53f7315b602e0c67f9604835fe1
Fix powerpc 604 reset vector

According to 604eUM_book (see 8.3.3 Reset inputs p8-54), the IP bit is set
for hreset and the vector is at offset 0x100 from the exception prefix.

No difference in this area between 604 and 604e.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
target-ppc/translate_init.c