aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2023-01-30Makefile: Change COUNTER_FREQ to 100 MHzPeter Hoyes1-1/+1
2022-02-01Makefile: avoid dtc warnings on re-compiling DTBAndre Przywara1-1/+9
2022-01-27Rework bootmethod initializationMark Rutland1-0/+1
2022-01-27aarch64: move the bulk of EL3 initialization to CMark Rutland1-1/+1
2022-01-27Announce boot-wrapper mode / exception levelMark Rutland1-1/+1
2022-01-27Rework common init C codeMark Rutland1-1/+1
2022-01-19Revert "avoid dtc warnings on re-compiling DTB"Mark Rutland1-1/+1
2022-01-17Makefile: Tell compiler to generate bare-metal codeAndre Przywara1-0/+2
2022-01-07avoid dtc warnings on re-compiling DTBAndre Przywara1-1/+1
2022-01-07Makefile: Avoid .got section creationAndre Przywara1-0/+1
2021-08-25Rename `CNTFRQ` -> `COUNTER_FREQ`Mark Rutland1-2/+2
2021-08-02Move common source files to `common` directoryMark Rutland1-12/+17
2021-08-02aarch64: respect text offsetMark Rutland1-2/+2
2021-08-02Move scripts to a `scripts` directoryMark Rutland1-9/+11
2021-08-02Remove cache maintenanceMark Rutland1-1/+1
2021-08-02Fix arch counter frequencyAndre Przywara1-1/+1
2021-07-22Decouple V2M_SYS config by auto-detect dtb nodeJaxson Han1-2/+2
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