summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-22kernel cmdline disable console blankingAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2016-02-20Change the base mk fileFengwei Yin
2016-02-04Local change from yfwFengwei Yin
2016-01-15Enable ethernet supportRob Herring
This still doesn't quite work in QEMU. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-15Set ro.sf.lcd_density propertyRob Herring
SurfaceFlinger spews warnings about this property being set, but it doesn't really matter and gets the same value of 160. So this just quiets the log. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-15Enable on-screen navigation barRob Herring
Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-14Add a device ueventd.rcRob Herring
Only /dev/sw_sync is needed for now. It should be added to the base ueventd.rc. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-12Add QCom Adreno 30x firmware files to buildRob Herring
For running on Snapdragon 410 board, these GPU files are needed. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-12Adjust image create size and typeRob Herring
For actual h/w (i.e. non-qemu), we need sparse images and smaller filesystem size. The smaller filesystem means we need to disable DEX compiling to native code. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-08Initial commitRob Herring
This is a partially generated device configuration allowing building same config on multiple architectures. Since the Android build system uses TARGET_PRODUCT to set the build path and requires it match a directory under device/, this setup allows trivially adding architectures or other configuration options. Signed-off-by: Rob Herring <robh@kernel.org>