From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-video
Date: Sun, 26 Jul 2009 13:54:52 +0200 [thread overview]
Message-ID: <4A6C440C.8050905@denx.de> (raw)
Dear Wolfgang,
The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c:
Wolfgang Denk (1):
Revert "zlib: updated to v.1.2.3"
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Alessandro Rubini (2):
video: move extern declarations from C to headers
lcd.h: define extern vidinfo_t for all cases
Anatolij Gustschin (3):
lib_avr32/board.c: fix too long line added by 716ece1d
mimc200.c: fix too long lines added by f68378d6
video: bus_vcxk.c: fix style issues added by 50217dee
Jens Scharsig (2):
new video driver for bus vcxk framebuffers
update the EB+MCF-EV123 board support
Mark Jackson (3):
Add AVR32 LCD support
Add 16bit colour support in lcd.h
Add LCD support to MIMC200 board
board/BuS/EB+MCF-EV123/EB+MCF-EV123.c | 104 ++++-
board/BuS/EB+MCF-EV123/Makefile | 2 +-
board/BuS/EB+MCF-EV123/VCxK.c | 136 ------
board/mimc/mimc200/mimc200.c | 34 ++
common/cmd_bmp.c | 1 +
common/lcd.c | 16 -
cpu/at32ap/at32ap700x/clk.c | 5 +
cpu/at32ap/at32ap700x/portmux.c | 90 ++++
doc/README.bus_vcxk | 85 ++++
drivers/video/Makefile | 1 +
drivers/video/bus_vcxk.c | 440 ++++++++++++++++++++
include/asm-avr32/arch-at32ap700x/chip-features.h | 5 +
include/asm-avr32/arch-at32ap700x/clk.h | 6 +
include/asm-avr32/arch-at32ap700x/portmux.h | 3 +
include/asm-avr32/global_data.h | 3 +
.../BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h | 36 +-
include/configs/EB+MCF-EV123.h | 176 +++++----
include/configs/mimc200.h | 16 +
include/lcd.h | 22 +-
lib_avr32/board.c | 12 +
20 files changed, 914 insertions(+), 279 deletions(-)
delete mode 100644 board/BuS/EB+MCF-EV123/VCxK.c
create mode 100644 doc/README.bus_vcxk
create mode 100644 drivers/video/bus_vcxk.c
rename board/BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h (52%)
Best regards,
Anatolij
next reply other threads:[~2009-07-26 11:54 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-26 11:54 Anatolij Gustschin [this message]
2009-07-26 21:16 ` [U-Boot] Pull request: u-boot-video Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2010-03-13 16:00 Anatolij Gustschin
2010-03-13 23:59 ` Wolfgang Denk
2010-01-27 21:00 Anatolij Gustschin
2010-02-03 19:05 ` Wolfgang Denk
2009-08-11 12:07 Anatolij Gustschin
2009-08-11 19:48 ` Wolfgang Denk
2009-07-18 20:58 Anatolij Gustschin
2009-07-18 22:11 ` Wolfgang Denk
2009-07-18 22:51 ` Anatolij Gustschin
2009-07-17 13:51 Anatolij Gustschin
2009-07-17 21:08 ` Wolfgang Denk
2009-07-07 19:29 Anatolij Gustschin
2009-07-07 21:19 ` Wolfgang Denk
2009-04-28 9:04 Anatolij Gustschin
2009-04-30 20:59 ` Wolfgang Denk
2009-02-25 19:57 Anatolij Gustschin
2009-02-25 21:44 ` Wolfgang Denk
2009-02-24 10:39 Anatolij Gustschin
2009-02-24 21:59 ` Wolfgang Denk
2008-12-09 17:35 Anatolij Gustschin
2008-12-12 23:24 ` Wolfgang Denk
2008-10-27 23:43 Anatolij Gustschin
2008-10-28 7:40 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A6C440C.8050905@denx.de \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.