summaryrefslogtreecommitdiffstats
path: root/target/board/generic_mips64
Commit message (Collapse)AuthorAgeFilesLines
* Define BOARD_SEPOLICY_DIRS for 64-bit emulators.Stephen Smalley2015-05-111-0/+2
| | | | | | | | | | | | | | Define BOARD_SEPOLICY_DIRS for the arm64, mips64, and x86_64 emulator targets. As a first cut, simply inherit from the existing policy directories used for generic and generic_x86. We may need further board-specific policy added for these targets but testing will require first enabling SELinux in the relevant kernel configs. (cherrypicked from commit 21ebc213bb3717ec3e692991eeadc423113943ab) Change-Id: I7b4459b32298698fc2908cbbdd0e3afadbe5ac24 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* Bump generic_mips64 system partition size.Duane Sand2015-03-301-1/+1
| | | | | | Fix broken mips64 build via 20% increase. Change-Id: Ie30418c6fc7cf8810139abe53537ef8259a49a2f
* Increase system and userdata partition sizes.Douglas Leung2015-03-111-2/+2
| | | | | | | The extra system space is needed for mips64r6/mips32r6 quick mode images and the extra userdata is needed to run ART tests. Change-Id: I96dc1553d950dcf046b57feff10a369e9155bd4d
* Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64.Douglas Leung2015-02-101-1/+1
| | | | | | This is needed to build mips64 ART in quick mode. Change-Id: I8a9e62389a3d4edb84bf1d6814d6594565bc98ba
* Make TARGET_CPU_VARIANT the same as TARGET_ARCH_VARIANT for Mips.Douglas Leung2015-01-071-0/+4
| | | | | | This is used to set --instruction-set-variant for dex2oat. Change-Id: Ic93d1bfab634489e004ccf1195cdcfc767f092ef
* am 807a28b9: am 00bd658e: Merge "Remove obsolete libffi"Brian Carlstrom2014-09-291-2/+1
|\ | | | | | | | | * commit '807a28b90eda138db0079e47f33cc7e081d7c106': Remove obsolete libffi
| * Remove obsolete libffiBrian Carlstrom2014-09-291-2/+1
| | | | | | | | Change-Id: I092e643be8bde9dbf00dd0d3314275e1ac3db409
* | am 729c9ff5: am 7754e0ce: Merge "[MIPS64] Modify the default MIPS64 build to ↵Ying Wang2014-09-031-1/+1
|\ \ | |/ | | | | | | | | | | MIPS64R6." * commit '729c9ff5ec2085461027a5174d053e77b8c9a100': [MIPS64] Modify the default MIPS64 build to MIPS64R6.
| * [MIPS64] Modify the default MIPS64 build to MIPS64R6.Raghu Gandham2014-09-021-1/+1
| | | | | | Change-Id: I797e4c2e5b69c6991545c26886b5b25e6f8c2a67
* | am c378352d: am d23798bf: Merge "[MIPSR6] Add mips64r6 and mips32r6 targets"Elliott Hughes2014-07-301-0/+4
|\ \ | |/ | | | | | | * commit 'c378352de8a07a7b8dabd444d130710ce1cb3eed': [MIPSR6] Add mips64r6 and mips32r6 targets
| * [MIPSR6] Add mips64r6 and mips32r6 targetsDuane Sand2014-07-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | Add mips64r6 target and corresponding mips32r6 target. Defaults remain as mips64r2 and mips32r2. Apply -FP64A codegen subsetting to mips32r6 only. Access FR=0 odd-numbered 32-bit float regs only via double-prec even-numbered regs, not by single-prec ops. Change-Id: I1740a6c658304b6c41242be58d68753e6f171658
* | am 5d23800f: am 1bb9adb8: Merge "[MIPS64] Enable mips64 clang"Ying Wang2014-07-241-1/+1
|\ \ | |/ | | | | | | * commit '5d23800f2b61c03a97395815e94d2aa44eea8577': [MIPS64] Enable mips64 clang
| * [MIPS64] Enable mips64 clangDuane Sand2014-07-231-1/+1
| | | | | | | | Change-Id: I737f40ff1d4c71c21bea5159d1b0acee89fe32a2
* | am 55b2c360: am ad319779: am 4afe808c: Merge "Fix all the system image sizes."Elliott Hughes2014-05-281-1/+1
|\ \ | |/ | | | | | | * commit '55b2c3600fcbdc6bd0dbf3319eb219188553429c': Fix all the system image sizes.
| * Fix all the system image sizes.Elliott Hughes2014-05-271-1/+1
| | | | | | | | | | | | | | | | x86 just bit me. I did manage to build mips today, but I assume it can't be long before we hit the limit there too if every other target has hit it already. Change-Id: I28dfe3b4f9565cb79e0bf6b0ffc55a9d6e64a9b0
* | am c0d50f62: am 5bd1da1e: am 41d8760d: Merge "Bump userdata image size from ↵Tsu Chiang Chuang2014-05-081-1/+1
|\ \ | |/ | | | | | | | | | | 200 MB to 550 MB" * commit 'c0d50f6295e9c552456c825f9c8045dced05a409': Bump userdata image size from 200 MB to 550 MB
| * Bump userdata image size from 200 MB to 550 MBTsu Chiang Chuang2014-05-061-1/+1
| | | | | | | | Change-Id: Ibdf319091a7187dc894f4a923d40868cec4b7b41
* | stagefright: use media_codecs_google*.xml filesLajos Molnar2014-03-191-0/+3
|/ | | | | Bug: 13549114 Change-Id: I25d6344c78da152f394fa7b4855a2eb61008afc6
* make 64-bit builds into multiarch buildsColin Cross2014-02-121-0/+6
| | | | | | Also enable the 64-bit binder interface and make them only use ART. Change-Id: I05de41ce348c14722c84a658f745659bde5ba423
* [MIPS64] Add mips64 targetChris Dearman2014-02-054-0/+107
Change-Id: Ice1621101c0d5a3314db288542ca8020e3f406bf Signed-off-by: Duane Sand <duane.sand@imgtec.com>