aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-11init.origen.rc adb user space initializationlinaro_android_2.3.5Amit Pundir
Following commands need to be run from android console to start usb adb functionality. echo 0 > /sys/class/android_usb/android0/enable echo adb > /sys/class/android_usb/android0/functions echo 1 > /sys/class/android_usb/android0/enable Troubleshooting: On HOST machine if you get "insufficient permissions" or "permission denied" error then run following commands from HOST machine. sudo adb kill-server sudo adb start-server Change-Id: Iac93d8c03c8a609582b47ea164c7685a98b8d042 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2011-11-11init.origen.rc typo fixAmit Pundir
disable ==> disabled Change-Id: If1b574f66848f0b1de6ad590f849bf81fe5d8c52 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2011-10-20origen: 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> Change-Id: If054ffececa46674b6a83a8a7f6a99ac4a45db3b
2011-10-18camera: 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: Ie729387c5387818026039866ce9d7e5fd441e76d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-10-18BoardConfig.mk: Update to support Bluetooth on Samsung Origen board with CSR ↵Botao Sun
chip. Change-Id: I523300a1c8b25f43a515bdf296593567742b9f08 Signed-off-by: Botao Sun <botao.sun@linaro.org>
2011-10-18init.origen.rc: Update to support Bluetooth feature for Samsung Origen board.Botao Sun
Change-Id: I89f164169ee1f9b2e9ad7f194fa804c70653dff9 Signed-off-by: Botao Sun <botao.sun@linaro.org>
2011-10-11insmod gator driver and start gator daemon (service) during bootPatrik Ryd
2011-10-11init.origen.rc: Add WIFI interface name wlan0.Botao Sun
Change-Id: Iffe4cea2f3bc714a74cafd9b97f6f099bbc6ef70 Signed-off-by: Botao Sun <botao.sun@linaro.org>
2011-10-05AndroidBoard.mk: Update to correct the space-tab error.Botao Sun
Change-Id: I0db563c8089b4f2dac3522a3468b8106791df338 Signed-off-by: Botao Sun <botao.sun@linaro.org>
2011-10-04Update Android board make file to add wpa configuration file.Botao Sun
Change-Id: Ib2618cb2406fa561b875b67ac353711ef0db6010
2011-10-04update init.origen.rc for origen WIFI support.Botao Sun
2011-10-03Add WPA supplicant configuration file for Origen WIFI support.Botao Sun
2011-09-27origen: Don't pass CPU specific flags to the HOST compilerBernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2011-09-26origen: 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> Change-Id: Ida88c25dc82ff46d8f726a220736351ac81175c4
2011-09-23BoardConfig.mk: Delete .ko in WIFI_DRIVER_MODULE_NAME to let module unload ↵Botao Sun
properly while WIFI turning off. Change-Id: I846b2dac46535cd9948902de2cd5c9e2b0787bb9
2011-09-23gpio-keys.kl: Update the hardkey mappingBotao Sun
2011-09-23BoardConfig.mk: Update, add ath6kl WIFI driver module and WPA SUPPLICANT ↵Botao Sun
Driver configuration.
2011-09-16Starting dhcpcd daemon.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-08-24Origen is SMP -- let the build system knowBernhard Rosenkraenzer
2011-08-24Set BOARD_USES_GENERIC_AUDIO to true for now.Bernhard Rosenkraenzer
Let's see if stock libaudio works...
2011-08-24Merge changes fromBernhard Rosenkraenzer
git://git.linaro.org/people/angus/samsung-device (minus xloader bits, Origen doesn't need xloader)
2011-08-24Origen doesn't use xloaderBernhard Rosenkraenzer
2011-08-09Adding local init.rc for board specific customisation of mountlinaro_android_2.3.4Mathieu J. Poirier
points. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-08-01Create Origen device directoryorigenAngus Ainslie
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
2011-07-28Disable xloader copy as it might be breaking build on android-build.l.oHEADmasterAngus Ainslie
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
2011-07-26Re-purpose x-loader binary to copy u-boot-mmc-spl binaryAngus Ainslie
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
2011-07-26First cut at a device directoory for the SMDKV310Angus Ainslie
Based on the device/linaro/panda directory Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>