summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Factor out common parts of romstage execution flowJulius Werner2018-08-173-0/+47
* arm64: mmu: Spot check security state for TTB mappingJulius Werner2018-08-131-5/+12
* arm64: Turn architectural register accessors into inline functionsJulius Werner2018-08-1010-1536/+244
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-1011-713/+36
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-103-51/+1
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-073-15/+0
* arm64: Disable MMU during legacy payload handoff (without Arm TF)Julius Werner2018-08-071-1/+4
* arch/arm64: Add Kconfig to include BL31 as blobPatrick Rudolph2018-07-262-0/+17
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-263-18/+22
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-264-7/+6
* arm64: Drop dead file stage_entry.SJulius Werner2018-06-261-135/+0
* lib: Add FIT payload supportPatrick Rudolph2018-06-192-0/+263
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-2/+2
* src: Add space after 'while'Elyes HAOUAS2018-05-241-3/+3
* Introduce bootblock self-decompressionJulius Werner2018-05-224-4/+25
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-5/+15
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-0/+7
* pci: Add dummy file for ARM64Patrick Rudolph2018-05-032-0/+51
* arm64: Add ARCH TimerT Michael Turney2018-04-305-0/+43
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-302-0/+43
* compiler.h: add __weak macroAaron Durbin2018-04-243-3/+6
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-232-20/+20
* arm64: Add read64() and write64()David Hendricks2018-02-121-0/+13
* armv8: Allow for ARMv8 extensions to be chosenDavid Hendricks2018-02-122-1/+19
* arm64: Pass COREBOOT flag to ARM TF, always enable loggingJulius Werner2018-02-022-8/+13
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-022-12/+12
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-307-193/+88
* 3rdparty/arm-trusted-firmware: Update to upstream masterMartin Roth2017-05-181-1/+1
* arch/arm64: Use variables of the right size for msr/mrs opcodesPatrick Georgi2017-05-163-86/+84
* Remove libverstage as separate library and source file classJulius Werner2017-03-282-3/+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
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* 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-062-4/+3
* arm_tf: Fix code style nits and commentsSimon Glass2016-09-201-5/+8
* src/arch: Improve code formattingElyes HAOUAS2016-09-121-2/+2
* src/arch: Capitalize CPU and ACPIElyes HAOUAS2016-08-281-2/+2
* arch/arm & arm64: Remove unnecessary whitespace before "\n"Elyes HAOUAS2016-08-231-1/+1
* arm64: Add stack dump to exception handlerJulius Werner2016-05-241-10/+28
* arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang2016-05-101-0/+5
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-021-0/+2
* arch: introduce architecture dependent common variablesAaron Durbin2016-05-021-0/+26
* lib: add common write_tables() implementationAaron Durbin2016-04-211-34/+0