CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/02/02 16:51:45
Modified files:
emulators/qemu : Makefile
emulators/qemu/patches: patch-configure
Added files:
emulators/qemu/patches: patch-hw_pxa2xx_c patch-rules_mak
Log message:
- Build option ROM .S files with separate preprocessor and
assembler steps because the C compiler could be unsuitable.
- When the pxa2xx performance counter related cp14 registers were converted
from a switch-statement implementation to the new table driven cpregs
format in commit dc2a9045c, the crn and crm values for all these
registers were accidentally transposed. Fixes being able to boot
OpenBSD/zaurus.
ok sthen@