freebsd-ports/emulators/psim-freebsd/files
2001-10-14 12:35:19 +00:00
..
dot.gdbinit PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
HOW-TO Fix numbering and add reference to the PSIM web page. 2001-10-14 12:35:19 +00:00
patch-emul_chirp.c PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
patch-hw_cpu.c PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
patch-hw_init.c PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
patch-hw_tab.c PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
patch-ppc-spr-table PowerPC PSIM simulator for FreeBSD/PowerPC kernel development. 2001-10-12 21:42:54 +00:00
README.patches Fix dangling sentence with what I really meant to say. 2001-10-13 20:06:27 +00:00

$FreeBSD$

Patch comments:

sim/ppc/emul_chirp.c:
Add a mapping for the kernel to obtain the mapping for the
OpenFirmware callback.

sim/ppc/hw_cpu.c:
Add the device type and timebase-frequency to the cpu device.
Add code to create an instance of the cpu for the translation of the
OpenFirmware callback.

sim/ppc/hw_init.c:
Allow the simulator to load a dynamically linked OEA environment.

sim/ppc/hw_tab.c:
Ignore warnings for the improper alignment of the htab. A better fix would be
to properly align the htab when the memory is allocated in the first place.

sim/ppc/ppc-spr-table:
Correct 2 of the SPR entries to allow "info all-registers" to work when the
architecture is set using "set architecture powerpc:604".