User Details
- User Since
- Nov 27 2014, 10:57 AM (522 w, 5 d)
Yesterday
This driver needed before threadinit() otherwise tid_alloc() won't work. It is needed even all cache ways in ccache driver are disabled (however the way 0 is always enabled). May be it flushes other L1/L2/L3 caches I am not sure, but from I saw the freebsd could not use memory that was just allocated in tid_alloc() without a flush. So this should go anywhere but before SI_SUB_INTRINSIC.
Sat, Nov 30
store both reg and bit in the hwreset *id
Fri, Nov 29
extract paddr on each page assuming the range is not contiguous
Thu, Nov 28
Mon, Nov 25
Sun, Nov 24
On the Input front, I have inserted Shure SM7B into External card Input 1, and I barely hear myself in Audacity. Slighly more loud on LowGain compare to +4dBu, but still very low on both. I could not set -10dBV because of off-by-one error somewhere (I guess).
Thu, Nov 21
Works to me on SiFive Premier P550 (no hacky TLB flush needed anymore). Thanks!
Sat, Nov 16
On the "-10dbV" problem I could suggest to rename this to "minus10dbv" (and "plus4dbu as well).
(Note that default setting (-10dBV) is loudest, then +4dbU is lower, and HighGain is lowest volume)
Interesting, should be the other way round. The linux code doesn't seem to label these explicitly, which is why I expected the 0 value to be safe (quiet) similar to HDSP 9632. Chances are the input and output levels work the same and are in wrong order too, could you check them?
Wed, Nov 13
Thu, Nov 7
On travel currently -- will look next week.
Nov 3 2024
Great work, thanks!
Oct 31 2024
fix shift value of a register and remove bogus ones
Oct 30 2024
unlock spin mutex when no interrupts found during APLIC CLAIM request
Oct 29 2024
great idea, and happy to test (and actually use) if you can adopt to hdspe!
Oct 28 2024
Instead of using static address for device tree blob, locate it just after bootrom image dynamically.
Remove unrelated arm64/amd64 changes
Address markj@ comments, Thanks Mark
Oct 24 2024
Oct 7 2024
Oct 4 2024
Oct 2 2024
Sep 13 2024
Sep 12 2024
handle VM_EXITCODE_SUSPENDED.
this fixes re-creation of a VM with the same name after graceful shutdown
Sep 10 2024
Sep 4 2024
Move guest's hstatus bits initialization from vmmops_run() to vmmops_vcpu_init()
Sep 3 2024
Sep 2 2024
reorder EXT channel between LINE and PHONE
Aug 30 2024
Add a1 to the list of clobbers
Try to address issues discovered by jrtc27:
Aug 29 2024
add vmexit_hyp for exceptions that could not be handled
Handle exceptions during unprivileged read using hlvx.hu
Aug 27 2024
combine all external channels to a single channel
remove U_BOOT_SLAVE_PORTREVISION_2024.01= 1
Aug 26 2024
sync with CURRENT: vmm_dev and vmm_stat moved to dev/vmm/
Aug 22 2024
we actually need to change this patch to support stereo (I currently own just one studio monitor).
Should we do HDSPE_CHAN_AIO_EXT1 for two channels, and HDSPE_CHAN_AIO_EXT2 for another two channels? to support stereo.
Aug 21 2024
Aug 13 2024
Hi Himanshu what is status of this? could you regenerate for the latest HEAD ?