summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-13Move initrd address below to 512KB.tinylinux_giot_demoManish Pandey
2018-06-26bootwrapper: added support for XIP kernel.Manish Pandey
2018-05-30bootwrapper: correcting cpu GIC base for Cortex-A5/A9.Manish Pandey
2018-05-30bootwrapper: bug fix when generic timer is not supported.Manish Pandey
2018-05-30Move initrd address up to allow large kernels.Manish Pandey
2018-05-30Revert "Boot kernel in hyp mode."Manish Pandey
2018-05-30Revert "bootwrapper: Fix misaligned Hyp mode vector table"Manish Pandey
2018-05-30Revert "bootwrapper: Refactor entry into Hyp mode to be more reusable"Manish Pandey
2018-05-30Revert "bootwrapper: Delay switch to Hyp mode until kernel entry"Manish Pandey
2018-05-30Revert "bootwrapper: Drop now-obsolete SMC interface support"Manish Pandey
2012-10-09bootwrapper: Initialise CCI device if found in the fdtJon Medhurst
2012-10-09bootwrapper: Factor out parsing of fdt #address-cells and #size-cellsJon Medhurst
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-09-04bootwrapper: Use local definition of string.hJon Medhurst (Tixy)
2012-08-30semi_loader: Ignore u-boot image header in initrd if existGuodong Xu
2012-08-17semi_loader: Handle dtbs with 64 bit addressesPeter Maydell
2012-05-10semi_loader.c: make --dtb actually work rather than be ignoredPeter Maydell
2012-04-26bootwrapper: Add READMEPeter Maydell
2012-04-26bootwrapper: Switch to C semihosting codePeter Maydell
2012-04-26bootwrapper: Import C semihosting codePeter Maydell
2012-04-19bootwrapper: Import libfdt flattened device tree libraryPeter 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-03-16model.lds.S: Move initrd address up to allow for large kernelsPeter Maydell
2012-02-27Boot kernel in hyp mode.Rusty Russell
2012-02-21Fix linux-system-semi.axf build failure from cleanPeter Maydell
2012-02-05boot-wrapper: Support reading kernel/initrd via semihostingPeter Maydell
2012-02-05config-default.mk: Explicitly pass -marm when we want to build ARM modePeter Maydell
2011-12-09boot.S: Factor out kernel cmd-line from boot-loaderChristoffer Dall
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-11-24Merge branch 'master' into kvm-smpMarc Zyngier
2011-11-17KVM-A15: boot-wrapper: fix non-secure SMP bootMarc Zyngier
2011-05-11Use monitor stack to avoid caller-saveChristoffer Dall
2011-05-08Use simpler monitor-hypervisor APIChristoffer Dall
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-05-05Change the Hyp API to prepare for simpler versionChristoffer Dall
2011-05-05Make variable for kernel source locationChristoffer Dall
2011-05-01Add functionality to initialize the Hyp_SP and HVBARChristoffer Dall
2011-04-28Allow co-processor access from non-secure modeChristoffer Dall