-
Hi, I would like to show the boot logs on the mipi LCD with frame buffer console, but I cannot get it working.
I hv added the following in
build\boards\sg200x\sg2002_licheervnano_sd\linux\sg2002_l…
-
### RT-Thread Version
7bf8589fad1c0406ed993025c9e7055ee6725619
### Hardware Type/Architectures
milkv-duo256m-sd (SOC SG2002)
### Develop Toolchain
GCC
### Describe the bug
The RTT-Smart with de…
-
Hello!
I am reaching out to discuss some enhancements we are considering for our RISC-V processors test generator. Currently, we are utilizing SAIL as our golden model. To streamline our workflow,…
-
```
gmake[6]: *** No rule to make target '/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/cpu/riscv/vm/riscv64.ad', needed by '../generated/adfiles/linux_riscv64.ad'. Stop.
gmake[6]: *** Waiti…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/riscv-glibc-ci/actions/runs/9200036369
## Patch information
Applied patches: 1 -> 1
Asso…
-
It seems like most of the proposed RVP extensions are getting renamed to be more consistent overall.
Examples:
- ADD8 -> ADD.B
- ADD16 -> ADD.H
See http://www.jhauser.us/RISCV/ext-P/RVP-baseIn…
-
Tried to compile som fir becnhmark test and with this instruction :
riscv64-unknown-elf-gcc -I/home/edgar/Desktop/RISCV_FOLDERS/rocket-chip/riscv-tools/riscv-tests/build/../benchmarks/../env -I/hom…
-
> Верните -1, если вызвавший процесс не имеет прав смотреть требуемый регистр
Add clarification of accessibility of register. Hard to understand what is requirement of such access.
-
The JIT code today assume that static resolver will give us a small offset that we embed in JIT. However, with dynamic resolver, the offset returned can that be of current thread, and embedding it in …
-
In example https://godbolt.org/z/b8z5P1KEz
```c
size_t strlen2(const char *s)
{
const char *s1 = s;
while (*s++) ;
return (size_t)(s-s1-1);
}
```
GCC frequently produce kernel loop wi…