TODO revision 1.38
11.38Spalle/* $NetBSD: TODO,v 1.38 2021/03/16 20:11:30 palle Exp $ */
21.1Spalle
31.1SpalleThings to be done:
41.1Spalle
51.5Spallecommon:
61.5Spalle- make %g6 point to curcpu
71.5Spalle- make %g7 point to curlwp
81.8Spalle- change run-time checks for cpu type to function pointers
91.5Spalle
101.1Spallesun4u:
111.10Spalle- GENERIC.UP kernel hangs on v445 (missing interrupt?)
121.1Spalle
131.1Spallesun4v:
141.34Spalle - current status
151.34Spalle     T5 ldom with 2 VCPU and 4GB:
161.38Spalle       - kernel boots from miniroot.fs via ldom fisk (vdsk)
171.38Spalle	   - ldom virtual network interface (vnet) is working
181.38Spalle	     (verified by exiting sysinst and issuing a ping command)
191.38Spalle	   - the sysinst tool starts, disk setup is working,
201.38Spalle	     but the process crashes when selecting network installtion method
211.38Spalle		 (probably due to trashing of user proces registers)
221.34Spalle	 T2000 ldom with 8 VCPU and 4GB:
231.34Spalle	   On this platform it crashes in /sbin/init doing an access() call where %o0 is corrupted (zero)
241.37Spalle- idle handling - call hypervisor trap (openbsd code...??)	   
251.1Spalle- 64-bit kernel support
261.1Spalle- 32-bit kernel support
271.2Spalle- libkvm
281.2Spalle- ofwboot: tlb_init_sun4v() hardcodes number of slots to 64
291.17Spalle- locore.s: sun4v_datatrap missing implementation for trap level 1
301.5Spalle- check build without SUN4V defined
311.13Spalle- replace relevant references to %ver with GET_MAXCWP
321.6Spalle- pmap_mp_init(): sun4v missing handling
331.6Spalle- replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS
341.6Spalle- replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
351.7Spalle- sun4v tsb no need to lock... per cpu... anyway...
361.7Spalle- ci_tsb_desc->td_ctxidx: -1 or 1?
371.14Spalle- MP support - currently bypassed in pmap_bootstrap() for sun4v
381.12Spalle- vpci.c/vpcivar.h: cleanup FIXMEs
391.30Sskrll- interrupts not handled properly (com at ebus only...)
401.18Spalle- mpt(4) complains: mpt0: Phy 0: Link Status Unknown
411.20Spalle- man pages for drivers imported from OpenBSD lke vpci, vbus, cbus, vdsk, ldc etc.
421.20Spalle- vdsk and ldc drivers: code maked with OPENBSD_BUSDMA - make the bus_dma stuff work properly
431.22Spalle- vbus.c: handle prom_getprop() memory leaks
441.25Spalle- locore.s: rft_user (sun4v specific manaul fill) - seems to work, but is it good enough (compared to openbsds rft_user?
451.36Spalle- openfirmware interface
461.36Spalle    bounce handlng could need rework
471.36Spalle      - only #if __arch64__ independent for SUN4V, as OF for all ultrasparcs is
481.36Spalle        plain 32bit code too (and this #if only because the point below becomes
491.36Spalle        always false otherwise)
501.36Spalle      - only bounce if the address is >= 1UL<<32
511.36Spalle      - perhaps apply the lock to OF calls in general, not only the bounce'd ones
521.36Spalle        (in other words: let's protect the OF context with the lock, not
531.36Spalle        only the bounce buffer contents).
541.36Spalle	  - Are there any other bounce-worthy OF calls? If so, apply handling 
551.36Spalle	    to all of them now
561.36Spalle      - consider method used by Solaris/OpenSolaris/Illumos (look for PROM_32BIT_ADDRS in
571.36Spalle	    the Illumos codebase)
581.27Spalle - platforms tested so far:
591.33Spalle -- qemu sun4v/niagara - reaches the point where the kernel needs to mount a root fs
601.27Spalle -- T2000 - mmu fault somewhere
611.27Spalle -- T5 - stickcmpr is not properly initialized ???
62