exynos: Allow tizen to be built without an LCDThis file currently requires an LCD. Adjust it to work without one.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Minkyu Kang <mk7.kang
exynos: Allow tizen to be built without an LCDThis file currently requires an LCD. Adjust it to work without one.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
Logo: TIZEN: Change booting logo size to official size.Since TIZEN group has been used 450 X 140 bmp logo for lunchbox,this patch tries to change the logo size from 500 X 150 to official size.By
Logo: TIZEN: Change booting logo size to official size.Since TIZEN group has been used 450 X 140 bmp logo for lunchbox,this patch tries to change the logo size from 500 X 150 to official size.By reducing image size, we also save about 35KB.To make row aligned 4 bytes, add 2 pixels to row. Therefore the real widthof image size is 452.Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>Reviewed-by : Przemyslaw Marczak <p.marczak@samsung.com>
lib: tizen: change Tizen logo with the new one.Changes:- check image bpp instead of resolution when returns logo address- remove 32bpp logo- add 16bpp logo in two formats: bmp and gzipped bmp-
lib: tizen: change Tizen logo with the new one.Changes:- check image bpp instead of resolution when returns logo address- remove 32bpp logo- add 16bpp logo in two formats: bmp and gzipped bmp- init logo address with "0" for unsupported bpp mode- update boards configs with proper image size for gunzip- extend structure vidinfo by two fields: logo_x_offset and logo_y_offset.Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>Tested-by: Hyungwon Hwang <human.hwang@samsung.com>Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
lib: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk <wd@denx.de>[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini <trini@ti.com>
create lib/tizen directoryThis directory includes tizen logo data, common tizen library and so on.Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@sam
create lib/tizen directoryThis directory includes tizen logo data, common tizen library and so on.Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>Acked-by: Minkyu Kang <mk7.kang@samsung.com>[ agust: change to conditionally build lib/tizen directory ]Signed-off-by: Anatolij Gustschin <agust@denx.de>