public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] arm, am33xx, video: add video support for am33xx based boards
@ 2013-08-03  5:22 Heiko Schocher
  2013-08-03  5:22 ` [U-Boot] [PATCH 1/7] arm, am335x: add some missing registers and defines for lcd and epwm support Heiko Schocher
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Heiko Schocher @ 2013-08-03  5:22 UTC (permalink / raw)
  To: u-boot

This patchset prepare video support for am33xx based boards. This
driver is used on the siemens boards rut, dxr2 and pxm2, posted
without video support here:

http://patchwork.ozlabs.org/patch/263211/

Heiko Schocher (7):
  arm, am335x: add some missing registers and defines for lcd and epwm
    support
  video, da8xx: move da8xx-fb.h to drivers/video
  arm, am33xx: add clk_get prototype
  video, da8xx-fb: changes for am335x usage
  video, da8xx-fb: show fb addr in bdinfo
  tools, bmp_logo: fix index from uint16_t to int to allow bigger logos
  video: add an option to skip cfb console init

 arch/arm/include/asm/arch-am33xx/cpu.h             |  35 ++-
 arch/arm/include/asm/arch-am33xx/hardware.h        |   1 +
 arch/arm/include/asm/arch-am33xx/hardware_am33xx.h |   7 +
 board/davinci/ea20/ea20.c                          |  28 +-
 drivers/video/cfb_console.c                        |  18 ++
 drivers/video/da8xx-fb.c                           | 338 +++++++++++++++++----
 .../asm/arch-davinci => drivers/video}/da8xx-fb.h  |   7 +-
 tools/bmp_logo.c                                   |   2 +-
 8 Dateien ge?ndert, 373 Zeilen hinzugef?gt(+), 63 Zeilen entfernt(-)
 rename {arch/arm/include/asm/arch-davinci => drivers/video}/da8xx-fb.h (94%)

Cc: Stefano Babic <sbabic@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@ti.com>
-- 
1.7.11.7

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

end of thread, other threads:[~2013-08-10  9:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-03  5:22 [U-Boot] [PATCH 0/7] arm, am33xx, video: add video support for am33xx based boards Heiko Schocher
2013-08-03  5:22 ` [U-Boot] [PATCH 1/7] arm, am335x: add some missing registers and defines for lcd and epwm support Heiko Schocher
2013-08-06 15:22   ` Tom Rini
2013-08-03  5:22 ` [U-Boot] [PATCH 2/7] video, da8xx: move da8xx-fb.h to drivers/video Heiko Schocher
2013-08-06 15:24   ` Tom Rini
2013-08-10  9:01   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 3/7] arm, am33xx: add clk_get prototype Heiko Schocher
2013-08-06 15:24   ` Tom Rini
2013-08-10  9:01   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 4/7] video, da8xx-fb: changes for am335x usage Heiko Schocher
2013-08-06 15:27   ` Tom Rini
2013-08-10  9:02   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo Heiko Schocher
2013-08-06 15:28   ` Tom Rini
2013-08-10  9:02   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 6/7] tools, bmp_logo: fix index from uint16_t to int to allow bigger logos Heiko Schocher
2013-08-10  9:02   ` Anatolij Gustschin
2013-08-03  5:22 ` [U-Boot] [PATCH 7/7] video: add an option to skip cfb console init Heiko Schocher
2013-08-06 15:30   ` Tom Rini
2013-08-10  9:04   ` Anatolij Gustschin

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