aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Fix out-of-tree buildJean-Philippe Brucker1-2/+11
2018-04-26boot-wrapper-aarch64: Do not hardcode TEXT_LIMITSuzuki K Poulose1-2/+2
2017-02-17Dynamically determine the set of CPUsMark Rutland1-8/+6
2017-01-03Explicitly clean linux-system.axf and xen-system.axfChristoffer Dall1-1/+1
2017-01-03Xen: Support adding DT nodesChristoffer Dall1-8/+15
2017-01-03Support for building in a Xen binaryChristoffer Dall1-3/+7
2016-06-15Add AArch32 to the boot-wrapperJean-Philippe Brucker1-0/+6
2016-06-15Protect against overlapping with the 32-bit kernelJean-Philippe Brucker1-1/+3
2016-06-15Add support for 32-bit kernelJean-Philippe Brucker1-2/+16
2016-06-15AArch64: get rid of EL2 trampolineJean-Philippe Brucker1-1/+1
2016-06-15Remove MMU identity map setupJean-Philippe Brucker1-1/+1
2016-06-15Replace exclusive accesses with a bakery lockJean-Philippe Brucker1-1/+1
2016-06-15Add GCC library functionsJean-Philippe Brucker1-2/+4
2016-06-15Rewrite cache flush in CJean-Philippe Brucker1-2/+2
2016-06-15Rewrite GIC drivers in CJean-Philippe Brucker1-2/+2
2016-06-14Rewrite platform initialisation in CJean-Philippe Brucker1-2/+2
2016-06-14Rewrite boot methods in CJean-Philippe Brucker1-0/+8
2016-06-14AArch64: factor CPU ID gettersJean-Philippe Brucker1-1/+2
2016-06-14AArch64: add a small stack for each CPUJean-Philippe Brucker1-1/+2
2016-06-14AArch64: extract common utilities from PSCIJean-Philippe Brucker1-1/+4
2016-06-14Move all sources to arch-specific folderJean-Philippe Brucker1-1/+2
2016-06-14Make the linker script more genericJean-Philippe Brucker1-1/+1
2016-06-14Pass object files on the ld command lineJean-Philippe Brucker1-4/+6
2016-06-14Clean up PSCI function IDsJean-Philippe Brucker1-2/+2
2014-06-18Makefile: Add local perl module include pathGeoff Levand1-7/+7
2014-05-09boot-wrapper: arm64: add support for GICv3Marc Zyngier1-7/+17
2014-04-15Discover memory from the DTBMark Rutland1-1/+1
2014-04-15Discover device base addresses from the DTBMark Rutland1-4/+4
2014-04-07Fix maintainer-clean make targetGeoff Levand1-0/+3
2014-03-12Modify cpu nodes to set the enable-methodMatthew Leach1-2/+7
2014-03-12If enabled, add the PSCI node to the FDTMatthew Leach1-1/+8
2014-03-12Allow the passing of CPUIDs in the configure scriptMatthew Leach1-1/+0
2014-03-12Add a PSCI configure optionMatthew Leach1-0/+6
2014-03-12Add autotools configuration.Matthew Leach1-0/+73