summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 3rdparty/arm-trusted-firmware: Update to upstream masterMartin Roth2017-05-181-1/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-2/+2
* arm64: Fix verstage to use proper assembly versions of mem*()Julius Werner2017-03-281-3/+3
* arm-trusted-firmware: Disable a couple of warnings for GCC 6.2Martin Roth2017-02-241-2/+2
* build system: mark sub-make invocations as parallelizablePatrick Georgi2017-01-311-2/+2
* arm64: arm_tf: Do not build raw bl31.bin binaryJulius Werner2016-11-171-3/+8
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-061-1/+1
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+8
* arch/arm64: Compile arm-trusted-firmware with coreboot timestampPatrick Georgi2016-02-181-1/+1
* arch/arm64: Override bl31 timestamp with coreboot build timestampPatrick Georgi2016-01-291-1/+7
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-5/+5
* arch/arm64: Extend verstageItamar2016-01-221-0/+2
* build system: strip quotes from CONFIG_CBFS_PREFIX in a single locationPatrick Georgi2015-12-011-2/+2
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-171-12/+1
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-161-17/+5
* arm64: Remove cpu intialization through device-treeFurquan Shaikh2015-11-071-1/+0
* arm64: Remove SMP supportFurquan Shaikh2015-11-071-2/+0
* arm64: remove spin table supportAaron Durbin2015-11-071-1/+0
* arm64: remove secmonAaron Durbin2015-11-071-8/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* vboot: remove remnants of VBOOT_STUBAaron Durbin2015-10-111-3/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-4/+4
* armv7/arm64: remove timestamp.cAaron Durbin2015-08-311-5/+0
* arm64: Fix 'verstage-objs: command not found' errorYidi Lin2015-08-281-1/+1
* arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serialFurquan Shaikh2015-07-211-0/+3
* arch/arm64: Avoid race condition when building bl31Patrick Georgi2015-06-301-2/+3
* arm64: Add support for loading secure osFurquan Shaikh2015-06-301-0/+10
* Revert "arm64: remove assembly code string functions"Furquan Shaikh2015-06-231-18/+18
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* arm64: Remove PLAT= variable initialization based on Kconfig variableFurquan Shaikh2015-05-271-2/+0
* arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilationFurquan Shaikh2015-05-271-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-4/+4
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-191-0/+43
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-1/+1
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-7/+7
* arm64: update verstage linkingAaron Durbin2015-05-111-2/+3
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+2
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-2/+2
* arm64: Allow cpu specific early setupFurquan Shaikh2015-04-271-1/+5
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-3/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+3
* arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh2015-04-101-0/+2
* arm64: add malloc support to secmonAaron Durbin2015-04-091-0/+1
* arm64: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* arm64: Add verstage supportFurquan Shaikh2015-04-071-0/+20
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-15/+6
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-6/+11
* program loading: add prog_run() functionAaron Durbin2015-04-031-0/+2