Add logo_gen.py for generating splash logo image, it converts
PNG file to image file proper for flashing splash partition.
Change-Id: I277c18d3352977c53b702d11698fec501ffede42
In kernel, dtsi is now using strings for several
properties instead of u32 datatypes. Updating
the parser to account for this change.
Change-Id: I9f8236201658a5c857fe9301b4b10cc248751021
Add the reset sequence to the panel header files
and dtsi files and remove it from the platform
files to reflect the kernel/LK changes.
Change-Id: I2aa9620e6b1be97f7239848a71264b959dadc7dc
Add support for panel physical dimension fields to
parser to generate dtsi with those additional fields.
Change-Id: I7de1e9e42efb8ee5bb55298ba58a4db64d88f8ce
Panel was probed as seperate device earlier. Dynamic panel
detection is now using panel dtsi as utility API to parse
all display panel property.
*Remove compatible string from panel dtsi becase it is not a
seperate driver.
*Panel DTSI is part of mdss_mdp device node, not soc.
Change-Id: I9f7af0fa4717a5281556a37b094438eb23e46473
Parser script parses the XML tags and generates the panel dtsi
and header file. It is also capable of generating display platform
dtsi and header file. Refer example XML file to write a new XML
input file.
Refer README.txt file for more information on parser
Change-Id: Ic78f543df9358d1bd66212c838988bfb725cbc07
Parser script parses the XML tags and generate the panel dtsi
and header file. Refer example XML files to write a new XML
input file.
Refer README.txt for more information on parser
Change-Id: Idd9d026626d1b5cd8921738d2abce7b298d1fbdf