aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-09-27bootwrapper: Drop now-obsolete SMC interface supportPeter Maydell
2012-09-04bootwrapper: Use local definition of string.hJon Medhurst (Tixy)
2012-04-26bootwrapper: Switch to C semihosting codePeter Maydell
2012-04-04Makefile: Use .PHONY target, not dummy commands; tidy clean listPeter Maydell
2012-03-28boot-wrapper: tidy the Makefile to help with packaging.Michael Hope
2012-02-05boot-wrapper: Support reading kernel/initrd via semihostingPeter Maydell
2011-12-09Makefile: Introduced super-simple config fileChristoffer Dall
2011-12-08Makefile: Pass unknown targets through to the kernel makePeter Maydell
2011-12-08Makefile, boot.S: Allow kernel command line to be set in makefilePeter Maydell
2011-12-08Makefile: Don't require filesystem.cpio.gz if building non-initrdPeter Maydell
2011-12-08Makefile: default ARCH to 'arm'Peter Maydell
2011-12-08Makefile: export CROSS_COMPILE and ARCHPeter Maydell
2011-12-08Makefile: Improve $(KERNEL) targetPeter Maydell
2011-05-06Conditionally set CROSS_COMPILE and use sec. ext.Christoffer Dall
2011-05-05Make variable for kernel source locationChristoffer Dall
2011-03-17First attempt to change to non-secure mode - buggyChristoffer Dall
2011-03-17NFS boot support for A15 without initrdChristoffer Dall
2011-04-04Makefile and path changesChristoffer Dall
2011-03-28Change the license to BSD (required by ARM's legal team).Catalin Marinas
2010-12-16Add support for Versatile Express (new memory map).Catalin Marinas
2010-03-25Added support for MPSCatalin Marinas
2010-01-08Add explicit support for SMPCatalin Marinas
2009-12-17Modifications to pass the USE_INITRD and THUMB2_KERNEL options via topCatalin Marinas
2009-12-08Add some ifdefs in boot.S for easy changing between NFS and INITRDCatalin Marinas
2009-12-03Modified the boot wrapper to use initramfs (cpio file) and also pass aCatalin Marinas
2009-12-02Initial version.Catalin Marinas