summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-08Set TARGET_CPU_SMP2011.07-with-smp-fixBernhard Rosenkraenzer
2011-07-26init.omap4430.rc Change path to modulesZach Pfeffer
2011-07-25init.omap4430.rc insmod wifi modulesZach Pfeffer
2011-07-25init.omap4430.rc insmod bt modulesZach Pfeffer
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-06-03BoardConfig.mk: use android_omap4_defconfig for TI LT kerneldev_LEB-panda-ltAlexander Sack
2011-05-27Don't depend on beagleabord's vold.fstabJim Huang
Also, fix the incorrect vold.fstab definition.
2011-05-26Copy license text for TI proprietary stuff to device file system.Patrik Ryd
2011-05-22device.mk: egl.cfg is not recognized in system/vendor/lib/egl; use ↵Alexander Sack
system/lib/egl as install path
2011-05-22add ueventd.omap4430.rcAlexander Sack
2011-05-22BoardConfig.mk: fix BOARD_KERNEL_CMDLINE to default to hdmi and consoleblank=0Alexander Sack
2011-05-22device.mk: install egl.cfg to proper vendor dir and install init.omap4430.rc ↵Alexander Sack
and ueventd.omap4430.rc using PRODUCT_COPY_FILES
2011-05-20AndroidBoard.mk: dont source ↵Alexander Sack
device/linaro/pandaboard/prebuilt/graphics/sgx.mk; drop device/linaro/pandaboard/prebuilt/
2011-05-20rename init.omap4.rc to init.omap4430.rcAlexander Sack
2011-05-20use panda_defconfig to build pandroid kernel from ↵Alexander Sack
git://git.linaro.org/people/asac/android/kernel/pandroid.git
2011-05-04Merge branch 'HEAD', remote-tracking branch 'origin/linaro_android_2.3.3' ↵Jim Huang
into LEB-panda
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-27Assign bootargs for SGX and video output specific configurationsJim Huang
2011-04-27Disable hardware libaudio, OMX, and OMAP enhancement for stable releaseJim Huang
2011-04-27Re-organize the installation rules for PowerVR SGX binariesJim Huang
The previous rules were neat, but we encountered strange failure when using parallel build. Switch back to simplified rules instead.
2011-04-27Install egl.cfg to indicate SGX OpenGL|ES engineJim Huang
2011-04-27Enable hardware OMX and OMAP EnhancementsJim Huang
2011-04-27Define flags about TI OMAP enablementJim Huang
2011-04-27Remove minimal libaudio since we are using the implementation from omapzoom.Jim Huang
2011-04-27Merge branches 'linaro_android_2.3.3' and 'HEAD' into LEB-pandaJim Huang
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-19Merge branch 'HEAD', remote-tracking branch 'origin/linaro_android_2.3.3' ↵hw-packJim Huang
into hw-pack
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-18Add license notice for prebuilt packageJim Huang
Materials were obtained from TI omapzoom: http://git.omapzoom.org/?p=device/ti/proprietary-open.git;a=summary
2011-04-18Import SGX DDK binaries version 1.7.17.3957Jim Huang
Imported from http://git.omapzoom.org/?p=device/ti/proprietary-open.git;a=shortlog;h=refs/heads/gingerbread
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-13Initialize the SGX driver at boot timeJim Huang
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