Bug 597

Summary: please keep to under 80 chars
Product: Libre-SOC's first SoC Reporter: Luke Kenneth Casson Leighton <lkcl>
Component: Source CodeAssignee: Tobias Platen <libre-soc>
Status: RESOLVED FIXED    
Severity: enhancement CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
See Also: https://bugs.libre-soc.org/show_bug.cgi?id=580
https://bugs.libre-soc.org/show_bug.cgi?id=603
https://bugs.libre-soc.org/show_bug.cgi?id=607
NLnet milestone: --- total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:

Description Luke Kenneth Casson Leighton 2021-02-13 18:12:59 GMT
tobias i've mentioned this many times: please keep commits to under 80
chars.

also you have missed another bug comment, an action which is assigned to
you in this exact specific area

please see, read, and action the following additional task:

https://bugs.libre-soc.org/show_bug.cgi?id=580#c6


commit 4a8fbc99b5337c33f399e47406166ea7a062b622 (HEAD -> master, origin/master)
Author: Tobias Platen <tplaten@posteo.de>
Date:   Sat Feb 13 18:07:43 2021 +0100

    forward microwatt mmu specific SPR: PID and PRTBL

-                  ((spr == SPR.DSISR) | (spr == SPR.DAR))):
+                  ((spr == SPR.DSISR) | (spr == SPR.DAR) | (spr==SPR_PRTBL) | (spr==SPR_PID))):
Comment 1 Luke Kenneth Casson Leighton 2021-02-28 00:03:33 GMT
tobias can you please action all of these cleanup bugs, rather than leave them unactioned for days and weeks at a time.
Comment 2 Tobias Platen 2021-02-28 10:24:50 GMT
Yes, I'll do it now.