[PATCH v2 0/2] OSPI updates

Sai Pavan Boddu posted 2 patches 8 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240220091721.82954-1-sai.pavan.boddu@amd.com
Maintainers: Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
hw/block/m25p80_sfdp.h    |  1 +
hw/arm/xlnx-versal-virt.c | 44 ++++++++++++++++++++++++++++++++++++++-
hw/block/m25p80.c         |  3 +++
hw/block/m25p80_sfdp.c    | 36 ++++++++++++++++++++++++++++++++
4 files changed, 83 insertions(+), 1 deletion(-)
[PATCH v2 0/2] OSPI updates
Posted by Sai Pavan Boddu 8 months, 3 weeks ago
Add a new 2Gib octal flash mt35xu02gbba. Add an interface for versal
virt board to swap the default flash.

Changes for V2:
  Added type checks for provided flash part name.

Sai Pavan Boddu (2):
  block: m25p80: Add support of mt35xu02gbba
  arm: xlnx-versal-virt: Add machine property ospi-flash

 hw/block/m25p80_sfdp.h    |  1 +
 hw/arm/xlnx-versal-virt.c | 44 ++++++++++++++++++++++++++++++++++++++-
 hw/block/m25p80.c         |  3 +++
 hw/block/m25p80_sfdp.c    | 36 ++++++++++++++++++++++++++++++++
 4 files changed, 83 insertions(+), 1 deletion(-)

-- 
2.25.1
Re: [PATCH v2 0/2] OSPI updates
Posted by Peter Maydell 8 months, 3 weeks ago
On Tue, 20 Feb 2024 at 09:17, Sai Pavan Boddu <sai.pavan.boddu@amd.com> wrote:
>
> Add a new 2Gib octal flash mt35xu02gbba. Add an interface for versal
> virt board to swap the default flash.
>
> Changes for V2:
>   Added type checks for provided flash part name.
>
> Sai Pavan Boddu (2):
>   block: m25p80: Add support of mt35xu02gbba
>   arm: xlnx-versal-virt: Add machine property ospi-flash
>
>  hw/block/m25p80_sfdp.h    |  1 +
>  hw/arm/xlnx-versal-virt.c | 44 ++++++++++++++++++++++++++++++++++++++-
>  hw/block/m25p80.c         |  3 +++
>  hw/block/m25p80_sfdp.c    | 36 ++++++++++++++++++++++++++++++++
>  4 files changed, 83 insertions(+), 1 deletion(-)

Applied to target-arm.next, thanks.

-- PMM