From 524feec7b74aa4079999af13ba4daf73b423f28a Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 9 Jun 2023 17:21:08 +0530 Subject: docs: Add OpenSBI logo and use it in the top-level README.md We do have an official OpenSBI logo which was designed few months ago and was also approved by RISC-V International. Lets add this logo under docs and also use it in the top-level README.md Signed-off-by: Anup Patel Reviewed-by: Andrew Jones --- README.md | 2 ++ docs/riscv_opensbi_logo_final_color.png | Bin 0 -> 7758 bytes docs/riscv_opensbi_logo_final_grey.png | Bin 0 -> 9159 bytes 3 files changed, 2 insertions(+) create mode 100644 docs/riscv_opensbi_logo_final_color.png create mode 100644 docs/riscv_opensbi_logo_final_grey.png diff --git a/README.md b/README.md index a6bcb0c1..bb09fdfe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ RISC-V Open Source Supervisor Binary Interface (OpenSBI) ======================================================== +![RISC-V OpenSBI](docs/riscv_opensbi_logo_final_color.png) + Copyright and License --------------------- diff --git a/docs/riscv_opensbi_logo_final_color.png b/docs/riscv_opensbi_logo_final_color.png new file mode 100644 index 00000000..11147811 Binary files /dev/null and b/docs/riscv_opensbi_logo_final_color.png differ diff --git a/docs/riscv_opensbi_logo_final_grey.png b/docs/riscv_opensbi_logo_final_grey.png new file mode 100644 index 00000000..a370f411 Binary files /dev/null and b/docs/riscv_opensbi_logo_final_grey.png differ -- cgit v1.3.1