summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-09device: make LinaroWallpaper the default wallpaper for pandalinaro_android_2.3.7Andy Doan
Change-Id: I182f3b53215bf1c595c865d1b3134d261bf9fb49 Depends-On: Ic8468455393656df922cbcb99dd83b70a6cecb5c Signed-off-by: Andy Doan <andy.doan@linaro.org>
2011-11-22Restart gatord service if it exits.Patrik Ryd
gatord was one shot and was not restarted if it terminated. Change-Id: Ib32e8efc3310b3a05d6981f34a0cbc7fa4bf2df1
2011-11-21Revert "audio: disable alsa support"Vishal Bhoj
This reverts commit 0ac9ec25c5abc58f2c5d8060cd938c25262dd3fb. Audio works for tracking/staging builds and hence enabling it. Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-11-16audio: disable alsa supportlinaro_android_2.3.7_upstreamVishal Bhoj
disable alsa support in userspace as it crashes due to missing audio patches in kernel. This should fix boot issue as described in https://bugs.launchpad.net/linaro-android/+bug/874429 Change-Id: I6a67d95277ce3ea84b230715bd73a9c276e77274
2011-10-20pandaboard: Set TARGET_EXTRA_CFLAGSlinaro_android_2.3.5Bernhard 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-20pandaboard: Remove duplicate TARGET_CPU_SMP definitionBernhard Rosenkraenzer
TARGET_CPU_SMP := true was set twice. While this doesn't hurt, it's superfluous and might do unexpected things in test builds that try to disable TARGET_CPU_SMP... Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-10-13camera: Enable camera in buildVishal Bhoj
Enable camera in build Change-Id: I86939846ca6417421f343c4e17e39321b951536e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-10-12audio:Removing old libaudio and enable ALSA in the buildVishal Bhoj
The libaudio in this project does not work.It was added when the 2.3.5 branch was being created.I could not find the who added this library. Change-Id: I0f4b9bba3a7a0176f6c629bbb465d2e192e11f62 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-10-10Merge "Set TARGET_USE_GATOR" into linaro_android_2.3.5Patrik Ryd
2011-10-10Set TARGET_USE_GATORPatrik Ryd
Change-Id: I5fabd31475345d332917d3c8b32873f0867c51bf
2011-10-07insmod gator driver and start gator daemon (service) during bootPatrik Ryd
Change-Id: Ie66556fd7bb098a82cb840c2611851c844abec63
2011-09-27pandaboard: Don't pass CPU optimization flags to HOST compilerBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-09-26pandaboard: Add CPU specific compiler flags tuned for the target deviceBernhard Rosenkraenzer
This should give better performance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-09-16merged LEB-panda branch into linaro_android_2.3.5vishal
Change-Id: I1066c1656c572f50a94609e5ba79adaaef23d86d
2011-09-01Disable X-Loader useZach Pfeffer
This change goes together with a change in device/linaro/common that uses the MLO that gets built from u-boot now. Signed-off-by Zach Pfeffer <zach.pfeffer@linaro.org> Change-Id: I0635618b89e439686960f4157811b0b208a05a9c
2011-08-19Adding XLOADER_CONFIG, removing XLOADER_BINARYTony Mansson
Change-Id: I357e0124cf3536557ba6cf7fb3ffe54450fa0afd
2011-08-15Enable SMP support - the Pandaboard is multi-core...Bernhard Rosenkraenzer
2011-08-08PandaBoard is SMPBernhard Rosenkraenzer
2011-07-18MLO: add new binary MLOZach Pfeffer
Compiled with GCC 4.5.1 (not Linaro's GCC) from git://gitorious.org/x-loader/x-loader.git master particually: fca7cd29b6821df3e7d8c4369522f2a3d01a5d7b aka: Release 1.5.1
2011-05-23Remove init.ompa4.shlinaro_android_2.3.3Patrik Ryd
The file init.ompa4.sh only contained one line for setting ro.runtime.device. This property is not used so the file can be removed. Bug #747911
2011-05-20vold.fstab: Change the sys path for mmc deviceJeremy Chang
After kernel bumped to 2.6.38.3, mmc sys path changed
2011-05-20Revert "vold.fstab: Change the sys path for mmc device"Patrik Ryd
This reverts commit 89be0151c7de6653e2ecb824d95f3d6f2ffc5c07.
2011-05-03vold.fstab: Change the sys path for mmc deviceJeremy Chang
After kernel bumped to 2.6.38.3, mmc sys path changed Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-27init.omap4.sh: clean up unused commentsJim Huang
2011-04-26The init.omap4.sh file should be in the system partition.Patrik Ryd
Bug #770389
2011-04-18Decrease the sdcard partiton number in vold.fstabJeremy Chang
Due to ramdisk introduced that replace the rootfs partition, adjust the sdcard partition number. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-18Remove obsolete vold.confJeremy Chang
Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-18Move the common package and benchmark definitions into common folderJeremy Chang
Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-14MLO for pandaPatrik Ryd
2011-04-14Configure build to use u-bootPatrik Ryd
Introduced a alternative way of building u-boot instead of forcing u-boot to be built as if it was Androids 2ndbootloader.
2011-04-14Enable u-bootPatrik Ryd
Use u-boot as the 2NDBOOTLOADER.
2011-04-14Enable kernelPatrik Ryd
Set TARGET_NO_KERNEL to false in BoardConfig and use android_omap4_defconfig when building kernel.
2011-04-11Update description: Linaro Evaluation Build for AndroidJim Huang
2011-04-11Revise copyright noticeJim Huang
2011-04-11Clean up ALLOW_GPL variable since it is unusedJim Huang
ALLOW_GPL is an option in previous 0xdroid, not for Linaro.
2011-03-25Add vold.fstabJeremy Chang
vold.fstab is the vold configuration file to tell what the device to mount.
2011-03-17Moved init.rc to commonPatrik Ryd
File removed and make file updated to use the init.rc in the common git. Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
2011-02-28device/linaro/pandaboard: Enable Android TLS for pandaboardlinaro_android_2.3.2Jeremy Chang
The OMAP4430 processor on Pandaboard is ARMv7 architecture that has hardware TLS (Thread Local Storage). Enable TLS. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-02-15Install 0xbench native applicationsJeremy Chang
Signed-off-by: Jeremy Chang <jeremy@0xlab.org>
2011-02-10Cleaned out some beaglesPatrik Ryd
2011-02-10Starting point for a pandaboardPatrik Ryd