mbox series

[0/2] phycore-imx8mp: Add support for SPI NOR flash

Message ID 20240826-wip-bhahn-add_qspi_support-v1-0-0ea7840b940a@phytec.de
Headers show
Series phycore-imx8mp: Add support for SPI NOR flash | expand

Message

Benjamin Hahn Aug. 26, 2024, 4:49 p.m. UTC
Add support for flashing and booting from spi nor flash.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
---
Benjamin Hahn (2):
      configs: phycore-imx8mp_defconfig: Enable SPI NOR flash support
      board: phytec: phycore_imx8mp: Add mtd spi partitions

 board/phytec/phycore_imx8mp/phycore-imx8mp.c   | 34 ++++++++++++++++++++++++++
 board/phytec/phycore_imx8mp/phycore_imx8mp.env |  4 +++
 configs/phycore-imx8mp_defconfig               | 24 ++++++++++++++++++
 3 files changed, 62 insertions(+)
---
base-commit: ee2af844ba1b27b2e959c4e649e4b769fbeb4074
change-id: 20240826-wip-bhahn-add_qspi_support-61200b09e4eb

Best regards,

Comments

Fabio Estevam Sept. 2, 2024, 5:42 p.m. UTC | #1
On Mon, Aug 26, 2024 at 1:49 PM Benjamin Hahn <B.Hahn@phytec.de> wrote:
>
> Add support for flashing and booting from spi nor flash.
>
> Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
> ---
> Benjamin Hahn (2):
>       configs: phycore-imx8mp_defconfig: Enable SPI NOR flash support
>       board: phytec: phycore_imx8mp: Add mtd spi partitions

Applied both, thanks.