summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-25pandaboard: get rid of build variableslinaro-icsVishal Bhoj
get rid of build variables for kernel config and hw graphics. We were previously setting them based on Build variables.We are now setting them based on the kernel config available in the build.Depending on the kernel config available we decide if kernel supports hardware accelerated graphics. This needs to be revisited once graphics support is available in 3.4+ kernels. Change-Id: Ie40ef9e52ebe6a05c8ed89a6059f017ce78b5284 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-07-19pandaboard:wifi: Enable wifi support for 3.4 kernelVishal Bhoj
We have added modules to be loaded at boot time. Some modules correespond to 3.2 and some to 3.4 kernel. Few load modules will fail at boot since they are not present in that kernel. It won't harm the boot process but allows us to support 3.2 and newer kernel in the same branch of this project. Change-Id: Ib2fffb1dd2d5bfbd9c0aa5e554f0833cccef6a89 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-06-22pandaboard: Rename dtb fileVishal Bhoj
This change is being done to keep the naming compatible with l-a-m-c tool requirement Change-Id: I66d8f1657a1eaff37a24424e9e301386bbd5e41d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-06-21pandaboard: Fix compilation errorVishal Bhoj
In the previous commit we have accidentally added a semicolon resulting in compilation error Change-Id: I907c254db30f6d978b478afc16649cdaa269f8de Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-06-21pandaboard:Update Boardconfig to handle different kernel configVishal Bhoj
Allow the user to override KERNEL_CONFIG so that we can support 3.2 kernel and 3.3 kernel where config for the kernel is changed to omap4plus_defconfig Change-Id: I28bd23e39020f24a44a1a58535d308d2b0db5459 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-06-11pandaboard: Allow local cache of imgtec binariesBernhard Rosenkraenzer
Don't download imgtec binaries again if they've been downloaded to the directory holding the script Also, fix spelling of "Success" Change-Id: I038dfc095987a03d9bc016ab66f030b0daef1b24 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-31pandaboard: Add install-binaries-4.0.4.shBernhard Rosenkraenzer
Add install-binaries-4.0.4.sh - needed with latest kernels Change-Id: Ib642fac1ce534c1743821c65b94b291801886f1b Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-23panda: install-binaries: work with current e2fsprogsBernhard Rosenkraenzer
Start trapping errors after partition autodetection. Needed for current e2fsprogs because e2label throws an error these days when used on a swap partition If a relevant error occurs during autodetection, that is caught anyway (device not set), so this won't cause any regressions. Change-Id: Iaffafb5fe785a66726c08e91dd6783e7550584d5 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-23panda: install-binaries: Allow overriding partition autodetectBernhard Rosenkraenzer
Allow specifying the target partition on the command line overriding the autodetection - useful if there are 2 system partitions around Change-Id: I246a74f275512541926039648490349da3bdcfe9 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-23pandaboard: install-binaries: SimplifyBernhard Rosenkraenzer
Get the name of the file we're extracting from the download URL so we don't have to update it twice when changing versions Change-Id: I06a0becb9fcbb277784047a7644f8370cf826e22 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-23pandaboard: Import install-binaries scriptBernhard Rosenkraenzer
Import install-binaries script from http://people.linaro.org/~vishalbhoj/install-binaries-4.0.3.sh Change-Id: Ie7b916003b10810d6cb70d0750fb7e45db11369f Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-05-19pandaboard: enable tinyhal in the buildVishal Bhoj
Change-Id: I7e068355fc4e6cc33065409a49b82185753a3c72 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-05-18pandaboard: enable device treeVishal Bhoj
Change-Id: I8ca17233a894ce86df706072ce267052ac1d5e0e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-04-17pandaboard:Fix location of tinyhal config filelinaro_android_4.0.4Vishal Bhoj
Change-Id: I2f327bfdaf23231aeeffd61ee025e70266c698c3 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-04-17pandaboard: Enable tinyhalzach.pfeffer@linaro.org
Change-Id: If3fd64ec7a636a52ccbf7153d37b79da0fba63db Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-03-22pandaboard: Install init.partitions.rclinaro_android_4.0.3Bernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-03-19panda: Don't set TARGET_PROVIDES_INIT_RCBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I23d39495aef3759a9f6a215e310efcbe72eebae3
2012-03-19pandaboard: Don't use custom init.rcBernhard Rosenkraenzer
Don't use custom init.rc - instead use system/core/rootdir/init.rc like we do for the other boards. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I6967146b45a39ff2c158e5e8466021043f059ca4
2012-02-24Merge "pandaboard: Enable BT component" into linaro_android_4.0.3Zach Pfeffer
2012-02-24pandaboard: Enable BT componentVishal Bhoj
Change-Id: I1b7b88c9376337f2d6e555062d5200597394479a Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-02-23pandaboard: Tweak compiler flag generationBernhard Rosenkraenzer
This should hopefully make even the later stages of a 4.4 build happy again, while passing the right flags to 4.6+ Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-02-22pandaboard: Fix TARGET_EXTRA_CFLAGSBernhard Rosenkraenzer
Passing the quotation marks causes the test command to be arm-linux-androideabi-gcc "-march=arm-v7a -mcpu=cortex-a9" Causing gcc to think the flag is -march="armv7a -mcpu=cortex-a9", which is invalid ==> flags were never added Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-02-01pandaboard/device.mk: Enable cameraHalVishal Bhoj
Change-Id: I6c59751cdf42f953a39f8b69630556cb47862dbb
2012-01-31pandaboard/device.mk: Add opengles version info build.propVishal Bhoj
Change-Id: I8612341a639a54366dd9c87ca15f740533033584 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-23pandaboard: Remove gatordBernhard Rosenkraenzer
gatord is invoked in the generic init.rc now Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2012-01-19pandaboard/device.mk: Add wifi permissions fileVishal Bhoj
switch to common wpa_supplicant.conf file Change-Id: I1f1d45c222b5bed308006493503292124d7274e9 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-06pandaboard/audio: Force audio to Line outVishal Bhoj
HDMI audio has issues. No audio is heard until the HDMI cable is unplugged and replugged. Change-Id: I665cfe8a8e1402a74efdfa9ac5ef327924756d3f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-06pandaboard: Enable Wifi for panda ICSVishal Bhoj
Change-Id: Ia0347c48be3c802d56b9c36a06f2fd0f6bc32349 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-05pandaboard: fix compiler arguments for default toolchainAndy Doan
The 4.4 compiler under prebuilts does not support the -march and -mcpu being used together. This changes updates the test to determine if those flags can be used. Change-Id: Ib4700b9f6418eee80d9d3b7030a2efb1aedc7910 Signed-off-by: Andy Doan <andy.doan@linaro.org>
2012-01-04pandaboard: device.mk: cleanup PRODUCT_PACKAGES listVishal Bhoj
Change-Id: If824df9070ab08650db9436f2921b595ec83379d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-03pandaboard: add draft code for audioVishal Bhoj
This is a draft code for audio support for pandaboard based on tinyalsa. Its derived from tuna(based on omap4). At present only playback is supported. Change-Id: I39203c40e130960ab77f703643a9f6545a96d098 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2012-01-03ueventd.omap4pandaboard.rc: set right permissionsVishal Bhoj
set right permissions for graphics and MM related nodes Change-Id: I8579e5f273b165b2b37220352d245c833951aabc Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-28pandaboard:device.mk: paramterize building with software GLlinaro_android_4.0.1Vishal Bhoj
Change-Id: Ifc0dd8301953c0bccb7becdf8edc35f56e6027d8 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-21panda device.mk: remove redundant copy-files entryAndy Doan
common.mk now has the copy-files entry for the Linaro wallpaper so we can remove this entry Change-Id: I1f40dfbb05be680711a1984e5e512c274e82a49b Depends-on: Ib78e249bcc81a0a8064465ba095c69cd1923563d Signed-off-by: Andy Doan <andy.doan@linaro.org>
2011-12-20panda device.mk: remove duplicate make entryAndy Doan
make_ext4fs is already listed in this make file. Change-Id: I00937caf84707b49ffe68a757e9800910eb67951 Signed-off-by: Andy Doan <andy.doan@linaro.org>
2011-12-16pandaboard: Enable software rendering using ro.nohardwaregfx=trueVishal Bhoj
Change-Id: Id9a5fe8a1070ccb785c93be0d03f273bb08c30ba Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-14init.omap4.pandaboard.rc: clean up the init.pandaboard.rcVishal Bhoj
fixes the bug of daemons not starting at init for ICS Change-Id: Iabbff34b072fe0e582d1d17e40af8e6732f3394d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-14Merge "BoardConfig: Enable gator in the build" into linaro_android_4.0.1Vishal Bhoj
2011-12-12BoardConfig: Enable gator in the buildVishal Bhoj
remove oneshot for gator service. We restart it if it exits. Change-Id: I15d42757640cec0b15d3b4622771cdc39707c430 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-09make LinaroWallpaper the default wallpaper for pandaAndy Doan
Change-Id: I204e4ceeceb695dfca61ba38d7d4f6f79d46defb Signed-off-by: Andy Doan <andy.doan@linaro.org> Depends-On: I87bcc5334c73dc9e375f651ffa9b91075559c449
2011-12-09device.mk:add tablet-dalvik-heap and freindsVishal Bhoj
This were configurations were picked from aosp which fixess OutOfMemory exception for wallpaper. Change-Id: I07436886222263bb0c61f69b4dd0d5798d75ea5d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-12-06panda: Use CPU specific optimizations only if the compiler supports themBernhard Rosenkraenzer
The prebuilt compiler is too old to handle -mcpu=cortex-a9 - use it only if we're using a compiler that can take it. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: If61d6dc0322c1e4dc7bdb5da04c9fa2fa179f8ad
2011-12-03pandaboard: Update the build files for ICSVishal Bhoj
Disabled gator,audio,camera and wifi. The HAL modules need to be revisited for ICS. Renamed init.omap4.rc and ueventd.omap4.rc since ro.hardware is now being read as omap4pandaboard Change-Id: I347bfff12cedbe4e3a3e9fdc554eeb454f955289 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
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