| History log of /src/sys/arch/evbmips/conf/MALTA64 |
| Revision | | Date | Author | Comments |
| 1.8 |
| 24-Aug-2017 |
simonb | Remove the NOFPU option. The main MALTA config file has this now.
|
| 1.7 |
| 17-Aug-2014 |
joerg | branches: 1.7.2; 1.7.12; Reorganize symbol table embedding. The existing option SYMTAB_SPACE is replaced by the make option COPY_SYMTAB set to any value. The copy of the symbol table is no longer put into a buffer in kern_ksyms.o, but a small helper object. This object is build first with a dummy size, then the kernel is linked to compute the real dimension of the symbol table buffer. After that, the helper object is rebuild and the kernel linked again.
|
| 1.6 |
| 13-Oct-2012 |
riz | branches: 1.6.12; 1.6.14; 1.6.18; Bump SYMTAB_SPACE 480000->490000
|
| 1.5 |
| 09-Feb-2012 |
matt | branches: 1.5.2; 1.5.4; 1.5.6; Enable NOFPU option for N32/N64 MALTA kernels
|
| 1.4 |
| 30-May-2011 |
oster | branches: 1.4.4; 1.4.8; Bump SYMTAB_SPACE from 460000 to 470000 to let evbmips64-el and evbmips64-eb build again.
|
| 1.3 |
| 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64.
|
| 1.2 |
| 14-Dec-2009 |
matt | branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
| 1.1 |
| 21-Aug-2009 |
matt | branches: 1.1.2; file MALTA64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.5 |
| 10-Feb-2012 |
matt | O32 MALTA uses FPU, N32/N64 MALTA does not.
|
| 1.1.2.4 |
| 29-Jan-2010 |
matt | Change mips kernel options SOFTFLOAT to FPEMUL. Allow a kernel to have no FP emulation code. Fix insufficient SYMTAB_SPACE. When a kernel without an FPU and with FPEMUL code, the application will trap with a SIGILL/ILL_ILLOPC signal, not SIGSEGV/SEGV_MAPERR.
|
| 1.1.2.3 |
| 12-Sep-2009 |
matt | Add COMPAT_NETBSD32 and increase SYMTAB_SPACE
|
| 1.1.2.2 |
| 26-Aug-2009 |
matt | Add no ath* since we have no Atheros HAL for mips64
|
| 1.1.2.1 |
| 21-Aug-2009 |
matt | Make MALTA LP64 capable.
|
| 1.2.10.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.2.8.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.2.6.2 |
| 31-May-2011 |
rmind | sync with head
|
| 1.2.6.1 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.2.4.2 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.2.4.1 |
| 14-Dec-2009 |
yamt | file MALTA64 was added on branch yamt-nfs-mp on 2010-03-11 15:02:19 +0000
|
| 1.4.8.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.4.4.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.4.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.5.6.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.5.6.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.5.4.1 |
| 01-Nov-2012 |
matt | sync with netbsd-6-0-RELEASE.
|
| 1.5.2.2 |
| 31-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #1499): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. Remove the NOFPU option. The main MALTA config file has this now. mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb.
|
| 1.5.2.1 |
| 13-Oct-2012 |
riz | Pull up following revision(s) (requested by riz in ticket #607): sys/arch/evbmips/conf/MALTA64: revision 1.6 sys/arch/algor/conf/P5064: revision 1.74 Bump SYMTAB_SPACE 475000->485000. Bump SYMTAB_SPACE 480000->490000
|
| 1.6.18.1 |
| 24-Sep-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1500): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. -- Remove the NOFPU option. The main MALTA config file has this now. -- mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb.
|
| 1.6.14.1 |
| 24-Sep-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1500): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. -- Remove the NOFPU option. The main MALTA config file has this now. -- mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb.
|
| 1.6.12.1 |
| 24-Sep-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1500): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. -- Remove the NOFPU option. The main MALTA config file has this now. -- mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb.
|
| 1.7.12.1 |
| 31-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #239): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. Remove the NOFPU option. The main MALTA config file has this now. mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb.
|
| 1.7.2.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|