[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/17] hw/arm: Add NPCM8XX Support
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 00/17] hw/arm: Add NPCM8XX Support |
Date: |
Mon, 17 Feb 2025 13:44:08 +0000 |
On Thu, 6 Feb 2025 at 22:12, Hao Wu <wuhaotsh@google.com> wrote:
>
> Changes since v3:
>
> 1. Removed REGS_END constants according to code review.
> 2. Added a few asserts according to code review.
> 3. A few minor style changes.
>
> Changes since v2:
>
> 1. Update doc to include npcm845-evb description
> 2. Add g_assert for register size in CLK and GCR enter_reset function
> 3. Fix various 8xx SoC and board file issues.
>
> Changes since v1:
>
> 1. Updated vbootrom and pc-bios
> 2. Split out CLK/GCR patches into refactoring and adding new features
> 3. Fixed a few misc items from the patches.
I had a minor comment on patch 15, and as Philippe notes
you need to bump the vmstate version number where you
change the size of something that's a vmstate array field,
but I think this is very close to being ready to go in.
thanks
-- PMM
- [PATCH v4 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK, (continued)
- [PATCH v4 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK, Hao Wu, 2025/02/06
- [PATCH v4 14/17] hw/net: Add NPCM8XX PCS Module, Hao Wu, 2025/02/06
- [PATCH v4 13/17] hw/misc: Support NPCM8XX CLK Module Registers, Hao Wu, 2025/02/06
- [PATCH v4 17/17] docs/system/arm: Add Description for NPCM8XX SoC, Hao Wu, 2025/02/06
- [PATCH v4 16/17] hw/arm: Add NPCM845 Evaluation board, Hao Wu, 2025/02/06
- [PATCH v4 15/17] hw/arm: Add NPCM8XX SoC, Hao Wu, 2025/02/06
- Re: [PATCH v4 00/17] hw/arm: Add NPCM8XX Support,
Peter Maydell <=