aboutsummaryrefslogtreecommitdiff
path: root/boot.S
AgeCommit message (Expand)Author
2012-12-07bootwrapper: CPU hotplug aware boot protocolHEADmasterJon Medhurst
2012-12-04bootwrapper: Fix check for architected timerWill Deacon
2012-10-09bootwrapper: Allow for multiple clusters in boot CPU detectionJon Medhurst
2012-09-27bootwrapper: Drop now-obsolete SMC interface supportPeter Maydell
2012-09-26bootwrapper: Delay switch to Hyp mode until kernel entryDave Martin
2012-09-26bootwrapper: Refactor entry into Hyp mode to be more reusableDave Martin
2012-09-26bootwrapper: Fix misaligned Hyp mode vector tableDave Martin
2012-04-26bootwrapper: Switch to C semihosting codePeter Maydell
2012-02-27Boot kernel in hyp mode.Rusty Russell
2012-02-05boot-wrapper: Support reading kernel/initrd via semihostingPeter Maydell
2011-12-09boot.S: Factor out kernel cmd-line from boot-loaderChristoffer Dall
2011-12-08Makefile, boot.S: Allow kernel command line to be set in makefilePeter Maydell
2011-11-24Merge branch 'master' into kvm-smpMarc Zyngier
2011-11-17KVM-A15: boot-wrapper: fix non-secure SMP bootMarc Zyngier
2011-05-06Set the generic timer frequency (normally done by the firmware).Catalin Marinas
2011-05-06Conditionally set CROSS_COMPILE and use sec. ext.Christoffer Dall
2011-04-28Allow co-processor access from non-secure modeChristoffer Dall
2011-04-28Set interrupts to be non-secureChristoffer Dall
2011-04-19Init GIC priority mask field to 0x80 in secure modeChristoffer Dall
2011-04-19Remove API test codeChristoffer Dall
2011-04-07First shot at SMC hypervisor APIChristoffer Dall
2011-03-28Change the license to BSD (required by ARM's legal team).Catalin Marinas
2011-03-17Fix change to non-secure modeChristoffer Dall
2011-03-17First attempt to change to non-secure mode - buggyChristoffer Dall
2011-03-17NFS boot support for A15 without initrdChristoffer Dall
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-03Add support for SMP booting following the RealView Boot Monitor bootingCatalin Marinas
2009-12-03Modified the boot wrapper to use initramfs (cpio file) and also pass aCatalin Marinas
2009-12-02Initial version.Catalin Marinas