docs: ASCII typography and style normalization across all repo text

Replace every em dash with real punctuation (rewrites, not hyphen swaps)
in docs, code comments, scripts, configs, and the port records; convert
en dashes, curly quotes, ellipsis glyphs, arrows, and section signs to
ASCII; drop machine-writing tell phrases from living docs. ADR titles
now use a colon. The M2 bring-up DTS model string carried an em dash
into the patch series and its record echoes; fixed at both, and the full
series re-verified to apply cleanly onto pristine 6.18.46. One comment
in freshness.h deliberately names the em dash glyph the UI renders as
the unknown mark; that is data, kept as prose naming it.

Verified: cargo tests (sim, config-lint, rs485-bridge), shellcheck,
both driver MC/DC harnesses, patches-apply.
This commit is contained in:
BFE Engineering
2026-08-31 12:31:27 -06:00
parent 80d9a9539b
commit 42fb386f60
111 changed files with 1261 additions and 1261 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
# arch-timer / vDSO clock fix plan (issue #3)
# arch-timer / vDSO clock fix: plan (issue #3)
Status: DIAGNOSED off-board, fix gated on two bench measurements.
@@ -9,7 +9,7 @@ The same kernel family under `qemu-system-arm -M virt` gives musl
measurement, `qemu/tests/clockprobe`). The generic 6.18 armv7 vDSO is
therefore CORRECT; the board symptom (musl reads ~12% high, kernel time
right) is RV1106-specific. The boot chain runs in the secure world and is
closed rkbin the NS view of the CPU timer registers (CNTFRQ, CNTVOFF) is
closed rkbin: the NS view of the CPU timer registers (CNTFRQ, CNTVOFF) is
whatever it left behind, and only the arch-counter path (vDSO,
`arch_sys_counter`) trusts them.
@@ -28,14 +28,14 @@ distinguish these.)
## The fix (both cases, one DT override)
Append to the BOARD dts (`rv1106-warden.dts` never the vendor dtsi) an
Append to the BOARD dts (`rv1106-warden.dts`, never the vendor dtsi) an
override on the armv7-timer node:
arm,cpu-registers-not-fw-configured;
clock-frequency = <MEASURED_HZ>;
The property makes the driver use the physical counter, ignore CNTVOFF, and
take the frequency from DT the documented remedy for firmware that does
take the frequency from DT: the documented remedy for firmware that does
not configure the CPU timer registers. `MEASURED_HZ` comes from bench
answer 1 (do NOT guess; a wrong value makes every clock wrong instead of
one path). Ship as an update to the arch/dts patch in `patches/`.
@@ -50,5 +50,5 @@ one path). Ship as an update to the arch/dts patch in `patches/`.
## Bench access note
2026-08-30: c8a3 is physically dark (CP2102 console silent through two
remote power cycles; both network paths down) needs hands at the bench
remote power cycles; both network paths down), needs hands at the bench
before the measurements can run.