=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus71.html,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/plus71.html 2022/04/16 21:45:53 1.4 --- www/plus71.html 2022/04/21 04:25:45 1.5 *************** *** 284,289 **** --- 284,290 ----
  • Corrected architecture checking to prevent partial building of binutils-2.17 on unsupported systems.
  • Introduced mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. +
  • Included minimal UBSan libraries, for runtime detection of undefined behavior.
  • Correlated uaudio(4) and ucc(4) devices attached over USB in order to adjust the volume of the correct attached audio device rather than the first one attached. (Reverted 2022/03/29)
  • Fixed suspend/resume issues with com(4) at acpi(4).