mbox series

[v2,0/2] OSPI updates

Message ID 20240220091721.82954-1-sai.pavan.boddu@amd.com
Headers show
Series OSPI updates | expand

Message

Sai Pavan Boddu Feb. 20, 2024, 9:17 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 22, 2024, 5:54 p.m. UTC | #1
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