All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] lpc32xx updates
@ 2021-06-07  4:33 Trevor Woerner
  2021-06-07  4:33 ` [PATCH v1 1/3] lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX Trevor Woerner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Trevor Woerner @ 2021-06-07  4:33 UTC (permalink / raw)
  To: U-Boot Mailing List

This patch series starts with some lpc32xx-related cleanups, then adds
support for a new LPC32XX board: the Embedded Artists LPC3250 DevKit v2


Trevor Woerner (3):
  lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX
  lpc32xx: import device tree from Linux
  arm: lpc32xx: add EA LPC3250 DevKitv2 board support

 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/lpc3250-ea3250-u-boot.dtsi       |  15 +
 arch/arm/dts/lpc3250-ea3250.dts               | 273 ++++++++++
 arch/arm/dts/lpc32xx.dtsi                     | 508 ++++++++++++++++++
 arch/arm/include/asm/arch-lpc32xx/config.h    |   4 +-
 arch/arm/mach-lpc32xx/Kconfig                 |   4 +
 arch/arm/mach-lpc32xx/devices.c               |   3 +-
 board/ea/ea-lpc3250devkitv2/Kconfig           |  15 +
 board/ea/ea-lpc3250devkitv2/MAINTAINERS       |   9 +
 board/ea/ea-lpc3250devkitv2/Makefile          |   4 +
 board/ea/ea-lpc3250devkitv2/README.rst        | 132 +++++
 .../ea-lpc3250devkitv2/ea-lpc3250devkitv2.c   |  37 ++
 board/timll/devkit3250/devkit3250.c           |   2 +-
 board/timll/devkit3250/devkit3250_spl.c       |   2 +-
 board/work-microwave/work_92105/work_92105.c  |   2 +-
 .../work_92105/work_92105_spl.c               |   2 +-
 configs/devkit3250_defconfig                  |   2 +
 configs/ea-lpc3250devkitv2_defconfig          |  23 +
 configs/work_92105_defconfig                  |   2 +
 include/configs/devkit3250.h                  |   5 -
 include/configs/ea-lpc3250devkitv2.h          |  37 ++
 include/configs/work_92105.h                  |   5 -
 include/dt-bindings/clock/lpc32xx-clock.h     |  58 ++
 scripts/config_whitelist.txt                  |   1 -
 24 files changed, 1128 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/dts/lpc3250-ea3250-u-boot.dtsi
 create mode 100644 arch/arm/dts/lpc3250-ea3250.dts
 create mode 100644 arch/arm/dts/lpc32xx.dtsi
 create mode 100644 board/ea/ea-lpc3250devkitv2/Kconfig
 create mode 100644 board/ea/ea-lpc3250devkitv2/MAINTAINERS
 create mode 100644 board/ea/ea-lpc3250devkitv2/Makefile
 create mode 100644 board/ea/ea-lpc3250devkitv2/README.rst
 create mode 100644 board/ea/ea-lpc3250devkitv2/ea-lpc3250devkitv2.c
 create mode 100644 configs/ea-lpc3250devkitv2_defconfig
 create mode 100644 include/configs/ea-lpc3250devkitv2.h
 create mode 100644 include/dt-bindings/clock/lpc32xx-clock.h

-- 
2.30.0.rc0


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

end of thread, other threads:[~2021-06-07  4:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07  4:33 [PATCH v1 0/3] lpc32xx updates Trevor Woerner
2021-06-07  4:33 ` [PATCH v1 1/3] lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX Trevor Woerner
2021-06-07  4:33 ` [PATCH v1 2/3] lpc32xx: import device tree from Linux Trevor Woerner
2021-06-07  4:33 ` [PATCH v1 3/3] arm: lpc32xx: add EA LPC3250 DevKitv2 board support Trevor Woerner

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.