aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-09snowball: Fix vold.fstab for 3.4 kernellinaro_android_4.0.3_snowball_mmVishal Bhoj
The new path for mmc is /devices/soc0/sdi0/mmc_host/mmc1/mmc1 Change-Id: Ib332ad373b79e5bd165f13dfb3e4768721d44b92 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-06-20Snowball: Adding <platform>.usb.rc to rootfsSupriya Karanth
Adding init.st-ericssonsnowballplatform.usb.rc to rootfs Change-Id: I2b3143248c3fcc73578f4a01230ab44703806748 Signed-off-by: Supriya Karanth <supriya.karanth@stericsson.com>
2012-06-18Snowball: Enable USB composite deviceSupriya Karanth
Support for USB classes - RNDIS, Mass storage and ACM Change-Id: I4f5b21e0499c4ed1f5f881f4a6a44d8242578925 Signed-off-by: Supriya Karanth <supriya.karanth@stericsson.com>
2012-05-15snowball: moving from uboot-ux500 to u-boot-linaro-stableMathieu J. Poirier
Change-Id: I742e09f7de8dc400c22e0e94669ee3a7cc98c770 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-05-11Start USB enumeration from user spaceSupriya Karanth
Set the sysfs entry to allow USB enumeration. Change-Id: I2f3bbc77acfb860d7168a2ea9ce01e664cb492c1 Signed-off-by: Supriya Karanth <supriya.karanth@stericsson.com>
2012-05-04Revert "temp disable gator"Mathieu J. Poirier
This reverts commit 2b572236d4df4ef3f46b3d19a972ad1a9fddcb3b. Now that MM is alive and kicking, we need to put this back in. Change-Id: Id0e27d1f7a0eef08b56f6cce6a2f9f9fb3784e80 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-04-09removing trailing white space to TARGET_BOARD_PLATFORMMathieu J. Poirier
At this time TARGET_BOARD_PLATFORM resolves to 'snowball ' instead of 'snowball', causing build issues. Change-Id: Ie11b8161fdf1db3f1ed94ece0c530e51540045b8 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-04-05temp disable gatorPatrik Ryd
gator does not build with the current version of of the kernel Change-Id: I56e644fedc12b9a159c669a14c575f2a237ae953 Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com> Committed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-04-05ST-Ericsson proprietary code and codecs support.Patrik Ryd
Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com> Committed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Change-Id: Ibbb10d77766527f6e626114e8b951199a9d5f899
2012-04-05Configure build to be able to build multimedia from ST-EricssonPatrik Ryd
Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com> Committed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Change-Id: Iefdce6fedcb18a78b26204f97e4a6f78b68b6ac1
2012-03-28sensor: fix permission issue for libsensorramesh.chandrasekaran
Fix for libsensors can not access necessary sysfs nodes due to permission issue. This is a cherry-pick from 'linaro_android_snowball_4.0.3' that was missed during the merge. Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com> Committed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Change-Id: I1cabaf0cf7a9da4263270bb4fc0781de8a9c374d
2012-03-27Adding GPSUI to list of things to copy to file system.Mathieu J. Poirier
Change-Id: I5281654120af7abee9c5f9270fec5b1dd6a0c549 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-23Fixing init.partitions.rcMathieu J. Poirier
Snowball's mmc card is mmcblk1 rather than mmcblk0 as specified in the common init.partitions.rc, hence preventing ICS to come up. Change-Id: I1a965ee3f58ca838668c07a960d5f72ca233a4ed Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-23Removing duplicate gator configurationMathieu J. Poirier
Change-Id: Ia91efdbef8b5fc4b05c7af23a7fdbbde379bdda3 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-23Merge "snowball: install init.partitions.rc" into linaro_android_4.0.3Zach Pfeffer
2012-03-22Adding GPS userspace service.A Sunil Kamath
The daemon itself along with the libraries are coming from the 'vendor.tar.bz2' bundle. Change-Id: I8279ea6594f341706759707c3cb60d32653488a2 Signed-off-by: A Sunil Kamath <sunil.kamath@stericsson.com> Submitted-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-03-22snowball: install init.partitions.rcBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-21Merge "snowball: Merge all changes from vendor branch" into linaro_android_4.0.3Mathieu Poirier
2012-03-19snowball: Merge all changes from vendor branchBernhard Rosenkraenzer
Merge all changes from linaro_android_4.0.3_snowball into linaro_android_4.0.3 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-19snowball: Don't use custom init.rcBernhard Rosenkraenzer
Use system/core/rootdir/init.rc like the other targets Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-09Merge "For Bug #897176SD card not accessible(checked via Gallery app)" into ↵Zach Pfeffer
linaro_android_4.0.3
2012-03-09For Bug #897176SD card not accessible(checked via Gallery app)Kejun ZHOU
Change-Id: Ia4cab0c08103b5f375c9958f9cd49eadea98d7da Signed-off-by: Kejun ZHOU <kejun.zhou@linaro.org>
2012-03-07Merge "Add sensors.snowball as a product package that need to be built" into ↵Mathieu Poirier
linaro_android_4.0.3
2012-02-24Add sensors.snowball as a product package that need to be builtBenn Pörscke
Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org> (cherry picked from commit 9f41a3999d1bcbff4614ec383410bf01f8ce734d) Change-Id: I5bc79500e95ef8ec9ae5b18d3cfc2ef226623a70
2012-02-24Snowball does not need MLO.Patrik Ryd
Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org> (cherry picked from commit 77373631b2521b407afa9aee6b3d3418282313b8) Change-Id: I0a3538674b0e6e0f6f8a302892a5d053c205831d
2012-02-07init.rc: Load gatordBernhard Rosenkraenzer
This is a quickfix for snowball not loading gatord. The right fix is not to use a custom init.rc. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-01-23snowball: Remove gatorBernhard Rosenkraenzer
gator is invoked from the generic init.rc these days, there's no point in duplicating it here. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I66f30cb4a4f41239d065395c8273ba280916af05
2011-12-18BoardConfig: Enable gator in the build for Snowballlinaro_android_4.0.1Tony Mansson
Remove oneshot for gator service. We restart it if it exits. Change-Id: If4aab1858b56d65d9907dddf87ecab7b23c0468d Signed-off-by: Tony Mansson <tony.mansson@linaro.org>
2011-12-17snowball: Enable software rendering using ro.nohardwaregfx=trueVishal Bhoj
Change-Id: Ieee43727117d6efedd7320d460cccdb590615513 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-14Merge "mali snowball integration" into linaro_android_4.0.1Zach Pfeffer
2011-12-12mali snowball integrationAmit Pundir
Change-Id: I7a720142c46df3707310b2ad45b75e9ed96cd6ec Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2011-12-09Snowball: Adding service gatord to class mainPatrik Ryd
Need to add the service gatord to a class to make it start at boot. Currently there are the classes core and main. Adding it to main. Change-Id: I7bf032bd4178f5c760eabe7bd7f9f7821810226f Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2011-12-08Merge "Snowball: init.st-ericsson.rc renamed" into linaro_android_4.0.1Mathieu Poirier
2011-12-06snowball: Set TARGET_EXTRA_CFLAGSBernhard Rosenkraenzer
Use CPU specific optimizations if available Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-12-05snowball: android: Including bluez to snowball userspaceMathieu J. Poirier
Change-Id: I2bc993ed199afaf60b72a233dbb53640eea72e5e Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-12-05Snowball: init.st-ericsson.rc renamedPatrik Ryd
init.st-ericsson.rc renamed to init.st-ericssonsnowballplatform.rc Init in ICS has changes how /proc/cpuinfo is parsed. The name can be found by doing getprop ro.hardware. ueventd.st-ericsson.rc was also renamed. Change-Id: I9e6218ca78480b5bb7805063c903787dea344c42 Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2011-12-03init.rc: Update init.rc to ICSVishal Bhoj
enabled TARGET_PROVIDES_INIT_RC back to use the init.rc spefic to snowball Change-Id: Iaf8dd68ab2df2074fad37b34950d80015c763595 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-02snowball: android: moving mmc partition name to mmcblk1pXMathieu J. Poirier
The kernel hosted on igloocommunity.org has a new mmc driver, make it possible to work again with both emmc and mmc. Change-Id: I408d53c7e8c933df89f2da7a21305dd70df1b049 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-12-02Fixing config file name for move to igloo community kernelMathieu J. Poirier
Change-Id: I6b7c24dd4fc1b77485c2088abb507c7b878812e1 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-11-23snowball: Disable gator and deprecated ALL_PREBUILTVishal Bhoj
Usage of ALL_PREBUILT is deprecated and gives build errors. Gator is disabled since it is not included in the manifest Use the init.rc provided by android build system. Disable Camera. Cleanup and Update Boardconfig.mk to ICS Include full_base.mk Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-11-21Set TARGET_USE_GATORlinaro_android_2.3.7Patrik Ryd
2011-10-24camera: Enable camera in the buildVishal Bhoj
Enable camera in the build and set right permissions to camera for the app to access it Change-Id: I9d73f506143e2face6b6f3519f52b27b367945c8 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-10-20Merge "snowball: Set TARGET_EXTRA_CFLAGS" into linaro_android_2.3.5Bernhard Rosenkraenzer
2011-10-20snowball: Set TARGET_EXTRA_CFLAGSBernhard Rosenkraenzer
Setting TARGET_GLOBAL_CFLAGS here didn't accomplish anything because TARGET_GLOBAL_CFLAGS was reset later by config.mk. TARGET_EXTRA_CFLAGS (introduced in commit 959a2d9f816f14b05e8b9896110b59c389228b5c) is added to TARGET_GLOBAL_CFLAGS at the right time, actually making sure the flags are used. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-10-11insmod gator driver and start gator daemon (service) during bootPatrik Ryd
2011-09-27snowball: Add SMP and CPU specific compiler flagsBernhard Rosenkraenzer
This should give better performance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: Ie5b006804fea9cc0b0eddb296e303d71ed29fc24
2011-09-16Starting dhcpcd daemon.Mathieu J. Poirier
Change-Id: I226fa6ab22688242bfffcf41d584216c8adeb2e6 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-08-31Adding userspace setup for adbMathieu J. Poirier
Following Vishal's lead. Change-Id: I7dd4f579630603d015b6b8c73816c2322ae90156 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-08-29Connecting snowball sd card to android userspaceMathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-08-23Snowball build should not build MLOPatrik Ryd
Change-Id: I7991343deb7cb796e5258120de440daa8d269bf5