Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-05 | riscv: clear a3/a4 in crt1 | Christoph Hellwig | |
We don't support shared libraries and thus _init/_fini. But loading nommu binaries blows they aren't cleared, so do that. Signed-off-by: Christoph Hellwig <hch@lst.de> | |||
2019-07-05 | riscv: add the MAP_UNINITIALIZED definition | Christoph Hellwig | |
This avoids a nommu build failure. Signed-off-by: Christoph Hellwig <hch@lst.de> | |||
2018-06-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb | |
Only a simple hello world is tested in qemu system emulation. |