
27 Jul
2011
27 Jul
'11
11:26 p.m.
Dear Anatolij Gustschin,
In message 1306739780-19781-1-git-send-email-agust@denx.de you wrote:
Add detection and initialisation for graphic extension board and support splash screen when booting. Enable "bmp" command in the board configuration and provide "disp" command to be able to switch the display on/off.
Signed-off-by: Anatolij Gustschin agust@denx.de
v2:
- get rid of exbo.h header and put the needed defines into the .c file
- use accessors when reading/writing gpio registers
- correct GPIO_EE_DO, GPIO_EE_CTS and GPIO_USB1_9 macros for settings in 8-bit wkup gpio registers
board/digsy_mtc/Makefile | 7 ++-- board/digsy_mtc/cmd_disp.c | 57 +++++++++++++++++++++++++++++++++++++ board/digsy_mtc/digsy_mtc.c | 66 +++++++++++++++++++++++++++++++++++++++++++ include/configs/digsy_mtc.h | 27 +++++++++++++++++ 4 files changed, 154 insertions(+), 3 deletions(-) create mode 100644 board/digsy_mtc/cmd_disp.c
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Harrisberger's Fourth Law of the Lab:
Experience is directly proportional to the
amount of equipment ruined.