From: Anup Patel Date: Fri, 9 Jun 2023 11:51:08 +0000 (+0530) Subject: docs: Add OpenSBI logo and use it in the top-level README.md X-Git-Tag: v1.3~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=524feec7b74aa4079999af13ba4daf73b423f28a;p=platform%2Fkernel%2Fopensbi.git 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 --- diff --git a/README.md b/README.md index a6bcb0c..bb09fdf 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 0000000..1114781 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 0000000..a370f41 Binary files /dev/null and b/docs/riscv_opensbi_logo_final_grey.png differ