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] Coldboot wait improvements
Date: Tue, 19 Mar 2024 20:29:28 +0530	[thread overview]
Message-ID: <20240319145930.1827176-1-apatel@ventanamicro.com> (raw)

These are some of the simplifications/improvements which were found
upon trying QEMU virt machine with large number of HARTs.

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

Anup Patel (2):
  lib: sbi: Simplify wait_for_coldboot() implementation
  lib: sbi: Wakeup non-coldboot HARTs early in the coldboot path

 include/sbi/riscv_barrier.h |  6 ++-
 lib/sbi/sbi_init.c          | 81 ++++++-------------------------------
 2 files changed, 17 insertions(+), 70 deletions(-)

-- 
2.34.1


             reply	other threads:[~2024-03-19 14:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-19 14:59 Anup Patel [this message]
2024-03-19 14:59 ` [PATCH 1/2] lib: sbi: Simplify wait_for_coldboot() implementation Anup Patel
2024-03-19 14:59 ` [PATCH 2/2] lib: sbi: Wakeup non-coldboot HARTs early in the coldboot path Anup Patel
2024-04-05 12:26 ` [PATCH 0/2] Coldboot wait improvements 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=20240319145930.1827176-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.