Tim Newsome

Results 28 issues of Tim Newsome

Previously only (name, value) was allowed. With this small change, parsing formats that are not aware of the ASN.1 schema becomes trivial. For instance we can now parse a JSON5...

The side effects only really occur in an extreme corner case. I think. I don't remember anything about why this section was written, and I wonder if I'm forgetting about...

See subject:"Influence of HART reset on Debug/Trigger CSRs" on the mailing list.

Feature
1.1

From today's meeting: - Scenario: - Halted - Hart resumes due to external trigger - Hart hits breakpoint - Debugger doesn’t know the hart resumed (so register caches need to...

1.1

In #467 Marc proposes introducing the formatting of the command register with: > For the Access Register Command, the \RdmCommand register (see Section~\ref{command}) is formatted as follows: Asked for clarification,...

Clarification
1.1

See https://github.com/riscv/riscv-opcodes/pull/139 Change-Id: I77ae5ab369e6cde26ad44d177dcae38c0fbe08ef Signed-off-by: Tim Newsome

Quoting Jan Matyas' feedback on http://openocd.zylin.com/#/c/5821/6/src/target/riscv/riscv.c: > I believe we should store the ebreakm, ebreaks, ..., ... and most other flags separately for each RISC-V target -- there can be...

The code supports two different ways of performing virtual address translation: 1. set_enable_virtual uses the optional dcsr.mprven bit to have the hardware perform the translation. 2. set_enable_virt2phys reads the page...

This should fix the "bfd requires xlen 8, but target has xlen 4" error you get when using older versions of gdb without a file. It also just seems right.