All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] phyCORE-i.MX8MM Updates
@ 2021-10-06  9:56 Teresa Remmet
  2021-10-06  9:56 ` [PATCH 1/9] board: phytec: phycore_imx8mm: Clean up spl Teresa Remmet
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Teresa Remmet @ 2021-10-06  9:56 UTC (permalink / raw)
  To: u-boot
  Cc: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team, Peng Fan,
	Jagan Teki

This patchstack contains mainly cleanup for phyCORE-i.MX8MM but
also adds:
* SPI NOR flash support
* clk command
* binman support

Teresa

Teresa Remmet (9):
  board: phytec: phycore_imx8mm: Clean up spl
  include: configs: phycore_imx8mm: Remove hard coded network settings
  include: configs: phycore-imx8mm: Remove not needed defines
  include: configs: phycore-imx8mm: Do not use macro for address
  arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry
  arm: dts: phycore-imx8mm: Fix property
  board: phytec: phycore-imx8mm: Add SPI-NOR flash support
  configs: phycore-imx8mm_defconfig: Enable clk command
  board: phytec: imx8mm-phycore: Switch to binman

 arch/arm/dts/phycore-imx8mm-u-boot.dtsi       | 126 ++++++++++++++++++
 arch/arm/dts/phycore-imx8mm.dts               |  30 ++++-
 arch/arm/mach-imx/imx8m/Kconfig               |   1 +
 board/phytec/phycore_imx8mm/Kconfig           |   2 +-
 .../phytec/phycore_imx8mm/imximage-8mm-sd.cfg |   9 ++
 board/phytec/phycore_imx8mm/spl.c             |  19 +--
 configs/phycore-imx8mm_defconfig              |  22 ++-
 include/configs/phycore_imx8mm.h              |  18 +--
 8 files changed, 191 insertions(+), 36 deletions(-)
 create mode 100644 board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-10-20 14:47 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  9:56 [PATCH 0/9] phyCORE-i.MX8MM Updates Teresa Remmet
2021-10-06  9:56 ` [PATCH 1/9] board: phytec: phycore_imx8mm: Clean up spl Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 2/9] include: configs: phycore_imx8mm: Remove hard coded network settings Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 3/9] include: configs: phycore-imx8mm: Remove not needed defines Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 4/9] include: configs: phycore-imx8mm: Do not use macro for address Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 5/9] arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry Teresa Remmet
2021-10-20 14:44   ` sbabic
2021-10-06  9:56 ` [PATCH 6/9] arm: dts: phycore-imx8mm: Fix property Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 7/9] board: phytec: phycore-imx8mm: Add SPI-NOR flash support Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 8/9] configs: phycore-imx8mm_defconfig: Enable clk command Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-06  9:56 ` [PATCH 9/9] board: phytec: imx8mm-phycore: Switch to binman Teresa Remmet
2021-10-20 14:43   ` sbabic
2021-10-19 10:44 ` [PATCH 0/9] phyCORE-i.MX8MM Updates Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.