summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-14testHEADmasterPaul Sokolovsky
2011-04-20Mount /system as /dev/block/mmcblk0p2Patrik Ryd
Mounting system as mmc@blk0p2 did not work. Replaced it with /dev/block/mmcbkk0p2 as a temporary solution.
2011-04-20Rename the kernel to uImage for Linaro Android buildPatrik Ryd
In the Linaro set up u-boot will look for uImage (and not for kernel).
2011-04-18Decrease the partition numbers for mountingJeremy Chang
Due to ramdisk introduced that replace the rootfs partition, adjust the partition numbers to mount. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-18Add common.mkJeremy Chang
Add common.mk and ZeroXBenchmark.mk for the common part Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-04-11Added support for xloader (MLO)Patrik Ryd
2011-04-11Building 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-07Use TARGET_TOOLS_PREFIX when building kernelPatrik Ryd
2011-04-05Rules for building u-bootPatrik Ryd
2011-04-05kernel in root tarPatrik Ryd
2011-03-25Let vold mount sdcard partitionJeremy Chang
Create the directories that vold needs to complete the mounting. vold communicates with MountService which manages Android platform storage. Let vold do the sdcard partition mounting so sdcard partition can be the Android external storage.
2011-03-17mount mmc partitions instead of mtd partitionsJeremy Chang
All partitions from mmc is expected. This depends on Jim Huang's patch "init: support mmc device mount" in android/system/core to work. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-03-17Add init.rc in common part of linaro devicesJeremy Chang
Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
2011-03-14Correct permission, owner and group on files in the root tarballPatrik Ryd
Fix for LP #731780.
2011-02-21Added target roottarballPatrik Ryd
The new taget roottarball creates a tarball of the root file system.