aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-17Android.mk: removeandroidZach Pfeffer
This change goes with http://review.android.git.linaro.org/#change,2913 At this point you can't build a bootloader in an Android.mk without hacking some core build system files because the files won't end up getting put in the right place. The better way to go is to just put things where they belong in platform build infrastructure. Change-Id: I9aa9f9da961ad9d86f2ce6bd51f50a3825ac33d9 Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-10-16Android.mk: Fix compiler PATHZach Pfeffer
Change-Id: Iec59a2ed14bb3df810eb6ec516488743fa4c5683 Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-10-15Android.mk: Fix kernel and ramdisk build dependenciesZach Pfeffer
Change-Id: Ib3fc534f7e52a1f57b7d5d23f6e167214fd042e0 Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-10-14Add Android.mkZach Pfeffer
Allows linux-system.axf to be built and installed. Change-Id: Idf0767c47af527a9d2faa6ed5c67466b6148335f Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-10-05initrd: include in buildZach Pfeffer
Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
2012-09-12Initial version of the AArch64 Linux boot wrapperubuntuCatalin Marinas
This boot wrapper contains the code for initialising the ARMv8 software model before the Linux kernel can run (see Documentation/arm64/booting.txt in the kernel tree for the Linux booting requirements). Running "make" creates a "linux-system.axf" ELF file that can be loaded by the software model. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>