All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anup Patel <apatel@ventanamicro.com>
To: opensbi@lists.infradead.org
Subject: [PATCH 0/2] OpenSBI LLVM related fixes
Date: Tue, 10 Dec 2024 09:46:45 +0530	[thread overview]
Message-ID: <20241210041647.397206-1-apatel@ventanamicro.com> (raw)

This series does few LLVM related fixes encountered using
"Ubuntu clang version 18.1.3 (1ubuntu1)".

These patches can also be found in the riscv_llvm_compile_fixes_v1
branch at: https://github.com/avpatel/opensbi.git

Anup Patel (2):
  lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
  Makefile: Don't enable V-extension using -march option

 Makefile                       | 8 ++++----
 lib/sbi/sbi_trap_v_ldst.c      | 5 +++--
 lib/utils/cppc/fdt_cppc_rpmi.c | 7 +++++--
 3 files changed, 12 insertions(+), 8 deletions(-)

-- 
2.43.0



             reply	other threads:[~2024-12-10  4:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10  4:16 Anup Patel [this message]
2024-12-10  4:16 ` [PATCH 1/2] lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM Anup Patel
2024-12-10  4:16 ` [PATCH 2/2] Makefile: Don't enable V-extension using -march option Anup Patel
2024-12-10  5:05   ` Xiang W
2024-12-10  5:16     ` Anup Patel
2024-12-11  2:41       ` Xiang W
2024-12-11  2:58         ` Jessica Clarke
2024-12-11  3:25           ` Xiang W
2024-12-10  5:08   ` Jessica Clarke
2024-12-10  5:17     ` Anup Patel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241210041647.397206-1-apatel@ventanamicro.com \
    --to=apatel@ventanamicro.com \
    --cc=opensbi@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.