Home | History | Annotate | Download | only in microcode
History log of /src/sys/arch/dreamcast/dev/microcode/Makefile
RevisionDateAuthorComments
 1.6  25-Sep-2022  ryo arm side of aica(4) sometimes became unresponsive when audioplay was performed several times.

- disabled data cache at startup.
- compiled with cross-arm-none-eabi-gcc-8.3.0nb4 of pkg.
- added memset() in asm because gcc8 (and later) detects the zero clear part in
own bzero function and calls memset internally, and bzero were replaced with memset.
 1.5  06-May-2019  ryo branches: 1.5.2;
don't use tsleep() in interrupt context.
when the audio starts playing, initialization is performed on the aica arm driver side.
 1.4  04-Mar-2006  uwe branches: 1.4.160;
s/u_intN_t/uintN_t/
 1.3  11-Dec-2005  christos branches: 1.3.4; 1.3.6;
merge ktrace-lwp.
 1.2  18-Sep-2004  itohy branches: 1.2.12;
Make sure the string dollar NetBSD doller is stored literally.
 1.1  24-Aug-2003  marcus branches: 1.1.4;
Added AICA sound driver contributed by Ryo Shimizu.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  24-Aug-2003  skrll file Makefile was added on branch ktrace-lwp on 2004-08-03 10:33:53 +0000
 1.2.12.1  21-Jun-2006  yamt sync with head.
 1.3.6.1  22-Apr-2006  simonb Sync with head.
 1.3.4.1  09-Sep-2006  rpaulo sync with head
 1.4.160.1  10-Jun-2019  christos Sync with HEAD
 1.5.2.1  20-Apr-2023  martin Pull up following revision(s) (requested by tsutsui in ticket #1628):

sys/arch/dreamcast/dev/microcode/aica_armcode.h: revision 1.5
sys/arch/dreamcast/dev/microcode/aica_arm_locore.S: revision 1.4
sys/arch/dreamcast/dev/microcode/aica_arm_locore.S: revision 1.5
sys/arch/dreamcast/dev/microcode/Makefile: revision 1.6
sys/arch/dreamcast/dev/microcode/aica_arm.c: revision 1.7
sys/arch/dreamcast/dev/microcode/aica_arm.c: revision 1.8

arm side of aica(4) sometimes became unresponsive when audioplay was performed several times.
- disabled data cache at startup.
- compiled with cross-arm-none-eabi-gcc-8.3.0nb4 of pkg.
- added memset() in asm because gcc8 (and later) detects the zero clear part in
own bzero function and calls memset internally, and bzero were replaced with memset.
improve comment, update mailaddr, and remove clause 3 from my licenses.

RSS XML Feed