qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Hao Wu <wuhaotsh@google.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org, venture@google.com,
	 Avi.Fishman@nuvoton.com, kfting@nuvoton.com,
	hskinnemoen@google.com,  titusr@google.com,
	chli30@nuvoton.corp-partner.google.com,  pbonzini@redhat.com,
	jasowang@redhat.com, alistair@alistair23.me,  philmd@linaro.org
Subject: Re: [PATCH v5 00/17] hw/arm: Add NPCM8XX Support
Date: Thu, 20 Feb 2025 08:53:08 -0800	[thread overview]
Message-ID: <CAGcCb10OPzQhjMQ0dc06AQt06Y2x2syQURSC26bx=mUsyNir3Q@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA_3FOHVo6q_tiOEE7dHZNDw7_0emdCR5=5cEt7fdKVkTQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Thank you very much!

On Thu, Feb 20, 2025 at 8:18 AM Peter Maydell <peter.maydell@linaro.org>
wrote:

> On Wed, 19 Feb 2025 at 18:46, Hao Wu <wuhaotsh@google.com> wrote:
> >
> > Changes since v4:
> >
> > 1. Bump vmstate versions on NPCM CLK and GCR modules.
> > 2. Remove "hw/boards.h" include in npcm8xx.h and add it in npcm8xx*.c
> > 3. Use cpu_to_le32 instead of tswap32 in npcm8xx.c
> >
>
> I've applied this to target-arm.next with the fix for the
> type of flash_size applied.
>
> thanks
> -- PMM
>

[-- Attachment #2: Type: text/html, Size: 954 bytes --]

      reply	other threads:[~2025-02-20 16:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-19 18:45 [PATCH v5 00/17] hw/arm: Add NPCM8XX Support Hao Wu
2025-02-19 18:45 ` [PATCH v5 01/17] roms: Update vbootrom to 1287b6e Hao Wu
2025-02-19 18:45 ` [PATCH v5 02/17] pc-bios: Add NPCM8XX vBootrom Hao Wu
2025-02-19 18:45 ` [PATCH v5 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU Hao Wu
2025-02-20 15:21   ` Peter Maydell
2025-02-19 18:45 ` [PATCH v5 04/17] hw/misc: Rename npcm7xx_gcr to npcm_gcr Hao Wu
2025-02-19 18:45 ` [PATCH v5 05/17] hw/misc: Move NPCM7XX GCR to NPCM GCR Hao Wu
2025-02-19 18:45 ` [PATCH v5 06/17] hw/misc: Add nr_regs and cold_reset_values " Hao Wu
2025-02-24 20:52   ` Pierrick Bouvier
2025-02-24 20:54     ` Hao Wu
2025-02-25 13:49   ` Peter Maydell
2025-02-19 18:45 ` [PATCH v5 07/17] hw/misc: Add support for NPCM8XX GCR Hao Wu
2025-02-19 18:45 ` [PATCH v5 08/17] hw/misc: Store DRAM size in NPCM8XX GCR Module Hao Wu
2025-02-19 18:46 ` [PATCH v5 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module Hao Wu
2025-02-19 18:46 ` [PATCH v5 10/17] hw/misc: Rename npcm7xx_clk to npcm_clk Hao Wu
2025-02-19 18:46 ` [PATCH v5 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK Hao Wu
2025-02-19 18:46 ` [PATCH v5 12/17] hw/misc: Add nr_regs and cold_reset_values " Hao Wu
2025-02-19 18:46 ` [PATCH v5 13/17] hw/misc: Support NPCM8XX CLK Module Registers Hao Wu
2025-02-19 18:46 ` [PATCH v5 14/17] hw/net: Add NPCM8XX PCS Module Hao Wu
2025-02-19 18:46 ` [PATCH v5 15/17] hw/arm: Add NPCM8XX SoC Hao Wu
2025-02-19 18:46 ` [PATCH v5 16/17] hw/arm: Add NPCM845 Evaluation board Hao Wu
2025-02-19 18:46 ` [PATCH v5 17/17] docs/system/arm: Add Description for NPCM8XX SoC Hao Wu
2025-02-20 16:18 ` [PATCH v5 00/17] hw/arm: Add NPCM8XX Support Peter Maydell
2025-02-20 16:53   ` Hao Wu [this message]

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='CAGcCb10OPzQhjMQ0dc06AQt06Y2x2syQURSC26bx=mUsyNir3Q@mail.gmail.com' \
    --to=wuhaotsh@google.com \
    --cc=Avi.Fishman@nuvoton.com \
    --cc=alistair@alistair23.me \
    --cc=chli30@nuvoton.corp-partner.google.com \
    --cc=hskinnemoen@google.com \
    --cc=jasowang@redhat.com \
    --cc=kfting@nuvoton.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=titusr@google.com \
    --cc=venture@google.com \
    /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;
as well as URLs for NNTP newsgroup(s).