public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add support for MB86R0x SoCs
@ 2010-04-22 10:30 Matthias Weisser
  2010-04-22 10:30 ` [U-Boot] [PATCH 1/3] arm: " Matthias Weisser
  0 siblings, 1 reply; 22+ messages in thread
From: Matthias Weisser @ 2010-04-22 10:30 UTC (permalink / raw)
  To: u-boot

This patchset adds support for MB86R0x SoC familiy from Fujitsu,
its built in lcd controller and a first board using the
MB86R01.

Matthias Weisser (3):
  arm: Add support for MB86R0x SoCs
  video: add support for display controller in MB86R0x SoCs
  arm: Add support for jadecpu board based on MB86R01 SoC

 MAINTAINERS                                  |    4 +
 MAKEALL                                      |    1 +
 Makefile                                     |    3 +
 arch/arm/cpu/arm926ejs/mb86r0x/Makefile      |   47 +++++
 arch/arm/cpu/arm926ejs/mb86r0x/reset.c       |   37 ++++
 arch/arm/cpu/arm926ejs/mb86r0x/timer.c       |  129 ++++++++++++
 arch/arm/include/asm/arch-mb86r0x/hardware.h |   31 +++
 arch/arm/include/asm/arch-mb86r0x/mb86r0x.h  |  170 ++++++++++++++++
 board/syteco/jadecpu/Makefile                |   55 +++++
 board/syteco/jadecpu/config.mk               |    1 +
 board/syteco/jadecpu/jadecpu.c               |  198 ++++++++++++++++++
 board/syteco/jadecpu/lowlevel_init.S         |  279 ++++++++++++++++++++++++++
 common/serial.c                              |    3 +-
 drivers/video/Makefile                       |    1 +
 drivers/video/cfb_console.c                  |    8 +
 drivers/video/mb86r0xgdc.c                   |  194 ++++++++++++++++++
 include/configs/jadecpu.h                    |  189 +++++++++++++++++
 include/serial.h                             |    3 +-
 tools/Makefile                               |    3 +
 tools/logos/syteco.bmp                       |  Bin 0 -> 11414 bytes
 20 files changed, 1354 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/cpu/arm926ejs/mb86r0x/Makefile
 create mode 100644 arch/arm/cpu/arm926ejs/mb86r0x/reset.c
 create mode 100644 arch/arm/cpu/arm926ejs/mb86r0x/timer.c
 create mode 100644 arch/arm/include/asm/arch-mb86r0x/hardware.h
 create mode 100644 arch/arm/include/asm/arch-mb86r0x/mb86r0x.h
 create mode 100644 board/syteco/jadecpu/Makefile
 create mode 100644 board/syteco/jadecpu/config.mk
 create mode 100644 board/syteco/jadecpu/jadecpu.c
 create mode 100644 board/syteco/jadecpu/lowlevel_init.S
 create mode 100644 drivers/video/mb86r0xgdc.c
 create mode 100644 include/configs/jadecpu.h
 create mode 100644 tools/logos/syteco.bmp

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

end of thread, other threads:[~2010-06-12  8:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 10:30 [U-Boot] [PATCH 0/3] Add support for MB86R0x SoCs Matthias Weisser
2010-04-22 10:30 ` [U-Boot] [PATCH 1/3] arm: " Matthias Weisser
2010-04-22 10:30   ` [U-Boot] [PATCH 2/3] video: add support for display controller in " Matthias Weisser
2010-04-22 10:30     ` [U-Boot] [PATCH 3/3] arm: Add support for jadecpu board based on MB86R01 SoC Matthias Weisser
2010-04-22 12:51       ` Wolfgang Denk
2010-04-22 13:17         ` Matthias Weißer
2010-04-22 14:13           ` Wolfgang Denk
2010-05-03 11:38         ` Matthias Weißer
2010-05-03 12:28           ` Wolfgang Denk
2010-04-22 12:41     ` [U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs Wolfgang Denk
2010-04-22 13:03       ` Matthias Weißer
2010-05-01 18:51         ` Anatolij Gustschin
2010-05-01 19:05         ` [U-Boot] [PATCH] video: cfb_console: add weak default video_set_lut() Anatolij Gustschin
2010-06-12  8:20           ` [U-Boot] [PATCH v2] " Anatolij Gustschin
2010-06-12  8:35             ` Anatolij Gustschin
2010-04-28  6:29       ` [U-Boot] [PATCH 2/3] video: add support for display controller in MB86R0x SoCs Matthias Weißer
2010-04-28  6:44         ` Wolfgang Denk
2010-04-28  8:08           ` Matthias Weißer
2010-05-01 18:46     ` Anatolij Gustschin
2010-04-22 12:34   ` [U-Boot] [PATCH 1/3] arm: Add support for " Wolfgang Denk
2010-04-26  6:55     ` Matthias Weißer
2010-05-04 22:18       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox