mbox series

[0/2] env_spi: support overriding spi dev from board code

Message ID 20240614124811.22945-1-venkatesh.abbarapu@amd.com
Headers show
Series env_spi: support overriding spi dev from board code | expand

Message

Venkatesh Yadav Abbarapu June 14, 2024, 12:48 p.m. UTC
This enables boards to choose where to/from the environment
should be saved/loaded either QSPI or OSPI based on the bootmode.

Venkatesh Yadav Abbarapu (2):
  env_spi: support overriding spi dev from board code
  xilinx: versal-net: Handle spi seq number based on boot device

 board/xilinx/versal-net/board.c | 45 +++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi-nor-core.c  |  9 +++++++
 env/sf.c                        |  3 ++-
 include/spi.h                   |  2 ++
 4 files changed, 58 insertions(+), 1 deletion(-)

Comments

Michal Simek July 11, 2024, 11:37 a.m. UTC | #1
On 6/14/24 14:48, Venkatesh Yadav Abbarapu wrote:
> This enables boards to choose where to/from the environment
> should be saved/loaded either QSPI or OSPI based on the bootmode.
> 
> Venkatesh Yadav Abbarapu (2):
>    env_spi: support overriding spi dev from board code
>    xilinx: versal-net: Handle spi seq number based on boot device
> 
>   board/xilinx/versal-net/board.c | 45 +++++++++++++++++++++++++++++++++
>   drivers/mtd/spi/spi-nor-core.c  |  9 +++++++
>   env/sf.c                        |  3 ++-
>   include/spi.h                   |  2 ++
>   4 files changed, 58 insertions(+), 1 deletion(-)
> 

Applied.
M