All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] powerpc, 8xx: Add support for MCR3000 board from CSSI
@ 2017-06-23 12:57 Christophe Leroy
  2017-06-23 12:57 ` [U-Boot] [PATCH 1/4] powerpc, 8xx: add support for LXT973 PHY Christophe Leroy
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Christophe Leroy @ 2017-06-23 12:57 UTC (permalink / raw)
  To: u-boot

This serie adds MCR3000 board from CS Systemes d'Information.

Christophe Leroy (4):
  powerpc, 8xx: add support for LXT973 PHY
  powerpc, 8xx: Implement GLL2 ERRATA
  powerpc, 8xx: Properly set CPM frequency in the device tree
  powerpc, 8xx: Add support for MCR3000 board from CSSI

 arch/powerpc/cpu/mpc8xx/Kconfig    |   5 +
 arch/powerpc/cpu/mpc8xx/cpu_init.c |  14 ++
 arch/powerpc/cpu/mpc8xx/fdt.c      |   2 +
 arch/powerpc/cpu/mpc8xx/fec.c      |  24 ++
 board/cssi/MAINTAINERS             |   6 +
 board/cssi/MCR3000/Kconfig         |  15 ++
 board/cssi/MCR3000/MCR3000.c       | 436 +++++++++++++++++++++++++++++++++++++
 board/cssi/MCR3000/Makefile        |   9 +
 board/cssi/MCR3000/nand.c          |  77 +++++++
 board/cssi/MCR3000/u-boot.lds      |  91 ++++++++
 configs/MCR3000_defconfig          |  37 ++++
 include/configs/MCR3000.h          | 293 +++++++++++++++++++++++++
 12 files changed, 1009 insertions(+)
 create mode 100644 board/cssi/MAINTAINERS
 create mode 100644 board/cssi/MCR3000/Kconfig
 create mode 100644 board/cssi/MCR3000/MCR3000.c
 create mode 100644 board/cssi/MCR3000/Makefile
 create mode 100644 board/cssi/MCR3000/nand.c
 create mode 100644 board/cssi/MCR3000/u-boot.lds
 create mode 100644 configs/MCR3000_defconfig
 create mode 100644 include/configs/MCR3000.h

-- 
2.12.0

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

end of thread, other threads:[~2017-07-03 21:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23 12:57 [U-Boot] [PATCH 0/4] powerpc, 8xx: Add support for MCR3000 board from CSSI Christophe Leroy
2017-06-23 12:57 ` [U-Boot] [PATCH 1/4] powerpc, 8xx: add support for LXT973 PHY Christophe Leroy
2017-06-23 13:28   ` Tom Rini
2017-06-23 13:45   ` Wolfgang Denk
2017-06-23 16:26     ` Joe Hershberger
2017-06-23 12:57 ` [U-Boot] [PATCH 2/4] powerpc, 8xx: Implement GLL2 ERRATA Christophe Leroy
2017-06-23 13:28   ` Tom Rini
2017-06-23 13:48   ` Wolfgang Denk
2017-06-23 14:02     ` Tom Rini
2017-06-23 12:57 ` [U-Boot] [PATCH 3/4] powerpc, 8xx: Properly set CPM frequency in the device tree Christophe Leroy
2017-06-23 13:29   ` Tom Rini
2017-06-23 13:50   ` Wolfgang Denk
2017-06-23 12:57 ` [U-Boot] [PATCH 4/4] powerpc, 8xx: Add support for MCR3000 board from CSSI Christophe Leroy
2017-06-23 13:52   ` Wolfgang Denk
2017-07-03 21:46   ` [U-Boot] [U-Boot, " Tom Rini

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.