summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am57xevm: fastboot.sh: add IDK and X15 targetsd-marshmallow-releasePraneeth Bajjuri2016-08-151-0/+4
| | | | | | | update fastboot.sh to add IDK and X15 target EVMs Change-Id: If0964ce4615f9f2e7798a7c1c9886332c1a43677 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: Enable pixcir tangoc TouchscreenPraneeth Bajjuri2016-08-152-0/+26
| | | | | | | Enable pixcir tangoc touchscreen Change-Id: Ib17fbf87c98092f680da4f45b01b52fe5accb943 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57x: update kernel versionPraneeth Bajjuri2016-08-151-0/+0
| | | | | | | update kernel version to 4.4.16 Change-Id: Id1a22a0c92b27a405c1d6e973ab9454dc05c37b0 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: remove symlinks for vendor/lib/hwPraneeth Bajjuri2016-08-151-5/+0
| | | | | | | | | libraries are correctly generated now from device/ti/proprietary-open.git no need to symlink in init.rc Change-Id: I9df91e18a4fe14908ec25d531e4b4022c550eae9 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: fastboot.sh: update script for dtbPraneeth Bajjuri2016-08-151-3/+9
| | | | | | | update script to pick am57x gpevm rev A3 dtb Change-Id: I52d0b76fda8790476150ef25c4bc27dee39c205e Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: Pick and link android librariesPraneeth Bajjuri2016-08-152-1/+6
| | | | | | | pick and link hwc , gralloc libraries Change-Id: Ia9fa1f1452ec2f283558a6553a09bf9c97554a66 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* Revert "am57xevm: sepolicy: update crda rule for kernel4.4"Praneeth Bajjuri2016-07-291-1/+1
| | | | | | | TMP fix to make build work This reverts commit b166cd614496a78a1640b181db63ef57191ee5ab. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: Fix USB controller addressSam Protsenko2016-07-292-3/+3
| | | | | | | | OTG controller on AM57x EVM is usb2 (488d0000.usb) instead of usb1 (48890000.usb). Fix it in init.am57xevmboard.usb.rc, so ADB can work. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: Fix cpuset configuration for AM57x EVM boardSam Protsenko2016-07-292-5/+3
| | | | | | | | | | | | 1. Fix typo in init.am57xevmboard.rc Obviously the `+' signs are from some patch file and weren't supposed to be there in the first place. 2. Fix board name in device.mk, so init.am57xevmboard.cpuset.sh script can be copied to /system/bin Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: add modetest to product packagesVishal Mahaveer2016-07-191-0/+1
| | | | | | | | Add modetest to list of product packages for installation. Change-Id: Idb859465d6bb9329982c93e2868a828922ffbfaf Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* media_codecs.xml: Publish AdaptivePlayback feature for AVC decoderSunita Nadampalli2016-07-191-0/+1
| | | | | | Change-Id: I9ade6a1a47447741e2683c201c702ed0d83e271a Signed-off-by: Sunita Nadampalli <sunitan@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: correct typo in usb rc filePraneeth Bajjuri2016-07-191-2/+1
| | | | | | | | While enabling configFS based adb, one of the old lines were left in by mistake, removing it. Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: add BOARD_GPU_DRIVERSPraneeth Bajjuri2016-07-191-0/+4
| | | | | | | | BOARD_GPU_DRIVERS is set to `omapdrm` to build only omapdrm libdrm drivers and not other vendors. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: sepolicy: update crda rule for kernel4.4Vishal Mahaveer2016-07-191-1/+1
| | | | | | | | Update socket class name for kernel4.4 Change-Id: I6a7143e9072371a7748b5007e3a9d2b4a9b41082 Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: sepolicy: updates for configFSVishal Mahaveer2016-07-193-0/+8
| | | | | | | | selinux updates for configFS Change-Id: If9bfeef4ec8b2ef3293bbb2fedb777cb9839b3f4 Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: enable configFS based adbVishal Mahaveer2016-07-191-83/+43
| | | | | | | | | | | Changes for enabling configFS based adb. device/google/dragon/init.dragon.usb.rc file used as reference for these changes. Change-Id: I52bcfead1d242c55a8cd83149d28d240ff690aca Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* jacinto6evm: media_codecs.xml: Define Limits for each mime typeSunita Nadampalli2016-07-191-12/+35
| | | | | Change-Id: Icae9b148ba31f7e37ff852ba0648e2c012d8fbce Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
* am57xevm: remove dummy wake_lockPraneeth Bajjuri2016-07-191-3/+0
| | | | | | | | | | We don't allow AM57x EVM to turn off the screen which prevents suspend from happening. Remove the dummy wake_lock held in init.rc Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* jacinto6evm: sepolicy: update block device namesVishal Mahaveer2016-07-191-4/+4
| | | | | | | | Update block device names to use "by-name" entries instead of hardcoded partition names. Change-Id: Id89063ae01a871949dd538546d5f72be8d0899fd Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
* am57xevm: fstab: update for Kernel 4.4Vishal Mahaveer2016-07-191-3/+3
| | | | | | | Update fstab.am57xevmboard to match Kernel 4.4 sysfs path. Change-Id: I8fc0cefec61f98a527957e5e8b51237c04a217ac Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
* jacinto6evm: media_codecs: Add attributes for HW CodecsSunita Nadampalli2016-07-191-2/+12
| | | | | | | Add attributes for hardware codecs. Change-Id: Ibbcf4bf03cb39e38e7057e8e716e0930a2446a9c Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
* TEMP: jacinto6evm: disable bluetoothVishal Mahaveer2016-07-191-1/+1
| | | | | | | Temporarily disable bluetooth for Kernel 4.4 bringup. Change-Id: Id4d2d4d8200ef3cf8e401a74dfe9833ca1d87548 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
* am57x6evm: configure cpusets for GPEVM variantsPraneeth Bajjuri2016-07-194-0/+16
| | | | | | | | | | | | | | By deault only one core (0) is assigned for all categories of cpuset. But we want both cores (0-1) to be assigned in case of AM57x. Since we use same set of binaries for any AM57xEVM, configure the cpusets dynamically using a script. For AM572xEVM - the entries for foreground should be 0-1 For AM571xEVM - the entries for foreground should be 0 Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* Boardconfig.mk: incorrect kernel load addressSam Protsenko2016-05-231-1/+1
| | | | | | | Fix typo in kernel load address. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* am57xevm: fix mount to get to command lineSam Protsenko2016-05-181-1/+1
| | | | | | | fix init.am57xevmboard.rc to mount system partition Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* AM57xevm: Initial Device project baselinePraneeth Bajjuri2016-04-2748-0/+5488
| | | | | | Initial commit based on jacinto6evm board Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* Initial empty commitHEADmasterPraneeth Bajjuri2016-04-260-0/+0