OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Gan <ganboing@gmail.com>
To: opensbi@lists.infradead.org, wangruikang@iscas.ac.cn,
	dramforever@live.com, andrew.jones@oss.qualcomm.com
Cc: cleger@rivosinc.com, pjw@kernel.org, asrinivasan@oss.tenstorrent.com
Subject: [PATCH v2 6/8] Makefile: define OPENSBI_DEBUG if DEBUG builds
Date: Fri,  5 Jun 2026 04:32:12 -0700	[thread overview]
Message-ID: <20260605113214.242-7-ganboing@gmail.com> (raw)
In-Reply-To: <20260605113214.242-1-ganboing@gmail.com>

Signed-off-by: Bo Gan <ganboing@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 46541063..6ce3c11e 100644
--- a/Makefile
+++ b/Makefile
@@ -451,6 +451,7 @@ DTSCPPFLAGS	=	$(CPPFLAGS) -nostdinc -nostdlib -fno-builtin -D__DTS__ -x assemble
 
 ifneq ($(DEBUG),)
 CFLAGS		+=	-O0
+CPPFLAGS	+=	-DOPENSBI_DEBUG
 else
 CFLAGS		+=	-O2
 endif
-- 
2.34.1


-- 
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi

  parent reply	other threads:[~2026-06-05 11:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-05 11:32 [PATCH v2 0/8] Fixes for load/store misaligned and access faults Bo Gan
2026-06-05 11:32 ` [PATCH v2 1/8] include: sbi: Add more mstatus and instruction encoding Bo Gan
2026-06-05 11:32 ` [PATCH v2 2/8] include: sbi: Add sbi_regs_prev_xlen Bo Gan
2026-06-05 11:32 ` [PATCH v2 3/8] include: sbi: Add GET_RDS_NUM/SET(_FP32/_FP64)_RDS macros Bo Gan
2026-06-05 11:32 ` [PATCH v2 4/8] include: sbi: set FS dirty in vsstatus when V=1 Bo Gan
2026-06-05 11:32 ` [PATCH v2 5/8] lib: sbi: Do not override emulator callback for vector load/store Bo Gan
2026-06-16  8:17   ` Anup Patel
2026-06-05 11:32 ` Bo Gan [this message]
2026-06-16  8:19   ` [PATCH v2 6/8] Makefile: define OPENSBI_DEBUG if DEBUG builds Anup Patel
2026-06-05 11:32 ` [PATCH v2 7/8] lib: sbi: Rework load/store emulator instruction decoding Bo Gan
2026-06-16  8:21   ` Anup Patel
2026-06-05 11:32 ` [PATCH v2 8/8] [NOT-FOR-UPSTREAM] Test program for misaligned load/store Bo Gan
2026-06-16  8:23   ` Anup Patel
2026-06-08 18:18 ` [PATCH v2 0/8] Fixes for load/store misaligned and access faults Anirudh Srinivasan
2026-06-08 21:42   ` Bo Gan
2026-06-10  0:02     ` Anirudh Srinivasan
2026-06-16  8:25 ` 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=20260605113214.242-7-ganboing@gmail.com \
    --to=ganboing@gmail.com \
    --cc=andrew.jones@oss.qualcomm.com \
    --cc=asrinivasan@oss.tenstorrent.com \
    --cc=cleger@rivosinc.com \
    --cc=dramforever@live.com \
    --cc=opensbi@lists.infradead.org \
    --cc=pjw@kernel.org \
    --cc=wangruikang@iscas.ac.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox