Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-power/ultravisor
https://github.com/open-power/ultravisor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-power/ultravisor
- Owner: open-power
- License: gpl-2.0
- Created: 2020-10-27T18:30:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T20:08:04.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:25:50.047Z (4 months ago)
- Language: C
- Size: 904 KB
- Stars: 3
- Watchers: 11
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/open-power/ultravisor
README
# Ultravisor
Firmware for OpenPower systems.
Source: https://github.com/open-power/ultravisor
Mailing list: [email protected]
Info/subscribe: https://lists.ozlabs.org/listinfo/linuxppc-uv
## Building
Any host OS can build and test Ultravisor provided it has a C cross compiler
for *big endian* powerpc64.(The little-endian powerpc64le compilers in Ubuntu and Fedora are actually
bi-endian and can compile Ultravisor even though it's big-endian. We recommend
installing a little-endian toolchain if you plan on building other projects.)### Define CROSS environment variable if needed
```
export CROSS=powerpc64le-linux-gnu-
```### Make ultra.lid
```
$ make
```## Hacking
Ultravisor follows the Linux kernel coding style. Ultravisor source tree
contains a `.clang-format` file based on the Linux kernel provided one.* (coding-style)[https://www.kernel.org/doc/html/latest/process/coding-style.html]
* (clang-format)[https://www.kernel.org/doc/html/latest/process/clang-format.html]
## License
See LICENSE