All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charlie Jenkins <charlie@rivosinc.com>
To: indrek.kruusa@gmail.com
Cc: apatel@ventanamicro.com, conor.dooley@microchip.com,
	guoren@kernel.org, heiko@sntech.de, jernej.skrabec@gmail.com,
	linux-riscv@lists.infradead.org, samuel.holland@sifive.com,
	samuel@sholland.org
Subject: Re: [PATCH v9 00/13] riscv: Add support for xtheadvector
Date: Mon, 19 Aug 2024 16:08:06 -0700	[thread overview]
Message-ID: <ZsPQVpJAh7L5kuXX@ghost> (raw)
In-Reply-To: <20240810185815.116-1-indrek.kruusa@gmail.com>

On Sat, Aug 10, 2024 at 09:58:15PM +0300, indrek.kruusa@gmail.com wrote:
> > I have tested this with an Allwinner Nezha board. I ran into issues
> > booting the board after 6.9-rc1 so I applied these patches to 6.8. There
> > are a couple of minor merge conflicts that do arrise when doing that, so
> > please let me know if you have been able to boot this board with a 6.9
> > kernel.
> 
> Hi!
> Regarding issues with Allwinner D1 CPU I tried to track down the problematic commit.
> I tested with MangoPi MQ board (Allwinner D1s) and starting from this merge I can't
> get beyond "Starting kernel...", ie. no output at all (and u-boot keeps restarting):
> 
> author	Linus Torvalds <torvalds@linux-foundation.org>	2024-03-11 14:03:03 -0700
> committer	Linus Torvalds <torvalds@linux-foundation.org>	2024-03-11 14:03:03 -0700
> commit	4527e837801e76bbb196bb3b19375d8e43d636be (patch)
> tree	9c5b6c1a9f7d42530ff6140bceed737428ebac2a
> parent	02d4df78c5ae70d283ebb4f78b9dcfdd4dfb71c2 (diff)
> parent	678c607ecf8a9b1b2ea09c367877164ba66cb11f (diff)
> download	linux-4527e837801e76bbb196bb3b19375d8e43d636be.tar.gz
> Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
> 
> 
> Previous merge boots fine:
> 
> author	Linus Torvalds <torvalds@linux-foundation.org>	2024-03-11 13:50:30 -0700
> committer	Linus Torvalds <torvalds@linux-foundation.org>	2024-03-11 13:50:30 -0700
> commit	02d4df78c5ae70d283ebb4f78b9dcfdd4dfb71c2 (patch)
> tree	cb8d854f7987a864e3699a616e028953844181db
> parent	045395d86acd02062b067bd325d4880391f2ce02 (diff)
> parent	f7f56d59a3923e95bad2c49615a4d7313ed78314 (diff)
> download	linux-02d4df78c5ae70d283ebb4f78b9dcfdd4dfb71c2.tar.gz
> Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
> 
> 
> I hope that someone can take a look at it.

Anup sent out a patch to fix this:
https://lore.kernel.org/lkml/20240817081218.2985171-1-apatel@ventanamicro.com/.

- Charlie

> 
> Thanks,
> Indrek

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2024-08-19 23:08 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-07  0:31 [PATCH v9 00/13] riscv: Add support for xtheadvector Charlie Jenkins
2024-08-07  0:31 ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 02/13] dt-bindings: cpus: add a thead vlen register length property Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 03/13] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 04/13] riscv: Add thead and xtheadvector as a vendor extension Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 05/13] riscv: vector: Use vlenb from DT for thead Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 06/13] RISC-V: define the elements of the VCSR vector CSR Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 07/13] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 08/13] riscv: Add xtheadvector instruction definitions Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 09/13] riscv: vector: Support xtheadvector save/restore Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 10/13] riscv: hwprobe: Add thead vendor extension probing Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 11/13] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 12/13] selftests: riscv: Fix vector tests Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-07  0:31 ` [PATCH v9 13/13] selftests: riscv: Support xtheadvector in " Charlie Jenkins
2024-08-07  0:31   ` Charlie Jenkins
2024-08-09 22:31 ` [PATCH v9 00/13] riscv: Add support for xtheadvector Conor Dooley
2024-08-09 22:31   ` Conor Dooley
2024-08-13  0:45   ` Charlie Jenkins
2024-08-13  0:45     ` Charlie Jenkins
2024-08-13 15:55     ` Conor Dooley
2024-08-13 15:55       ` Conor Dooley
2024-08-19 23:06       ` Charlie Jenkins
2024-08-19 23:06         ` Charlie Jenkins
2024-08-20 16:42         ` Conor Dooley
2024-08-20 16:42           ` Conor Dooley
2024-08-10 18:58 ` indrek.kruusa
2024-08-19 23:08   ` Charlie Jenkins [this message]
2024-08-21 15:41     ` indrek.kruusa

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=ZsPQVpJAh7L5kuXX@ghost \
    --to=charlie@rivosinc.com \
    --cc=apatel@ventanamicro.com \
    --cc=conor.dooley@microchip.com \
    --cc=guoren@kernel.org \
    --cc=heiko@sntech.de \
    --cc=indrek.kruusa@gmail.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-riscv@lists.infradead.org \
    --cc=samuel.holland@sifive.com \
    --cc=samuel@sholland.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.