[PATCH v2 0/2] OSPI updates

Sai Pavan Boddu posted 2 patches 1 year, 2 months ago
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 1 year, 2 months 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 1 year, 2 months 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