summaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)Author
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-17arm64: Factor out common parts of romstage execution flowJulius Werner
2018-08-13arm64: mmu: Spot check security state for TTB mappingJulius Werner
2018-08-10arm64: Turn architectural register accessors into inline functionsJulius Werner
2018-08-10arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner
2018-08-10arm64: Remove set_cntfrq() functionJulius Werner
2018-08-09src/arch: Fix typoElyes HAOUAS
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2018-08-07arm64: Disable MMU during legacy payload handoff (without Arm TF)Julius Werner
2018-07-26arch/arm64: Add Kconfig to include BL31 as blobPatrick Rudolph
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-26arm64: Reimplement mmu_disable() in assemblyJulius Werner
2018-06-26arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner
2018-06-26arm64: Drop dead file stage_entry.SJulius Werner
2018-06-19lib: Add FIT payload supportPatrick Rudolph
2018-06-19lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph
2018-05-24src: Add space after 'while'Elyes HAOUAS
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-16Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich
2018-05-15cbfs/payload type: Fix build warning and whitespace in namePaul Menzel
2018-05-14pci: Fix compilation on non x86Patrick Rudolph
2018-05-04lib/bootmem: Add more bootmem tagsPatrick Rudolph
2018-05-03pci: Add dummy file for ARM64Patrick Rudolph
2018-04-30arm64: Add ARCH TimerT Michael Turney
2018-04-30arm64: Add mmu context save/restore APIsT Michael Turney
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-03-23arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph
2018-02-12arm64: Add read64() and write64()David Hendricks
2018-02-12armv8: Allow for ARMv8 extensions to be chosenDavid Hendricks
2018-02-02arm64: Pass COREBOOT flag to ARM TF, always enable loggingJulius Werner
2017-06-02arch/arm: Correct checkpatch errorsLogan Carlson
2017-05-30arm64: Align cache maintenance code with libpayload and ARM32Julius Werner
2017-05-183rdparty/arm-trusted-firmware: Update to upstream masterMartin Roth
2017-05-16arch/arm64: Use variables of the right size for msr/mrs opcodesPatrick Georgi
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-28arm64: Fix verstage to use proper assembly versions of mem*()Julius Werner
2017-02-24arm-trusted-firmware: Disable a couple of warnings for GCC 6.2Martin Roth
2017-01-31build system: mark sub-make invocations as parallelizablePatrick Georgi
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-11-17arm64: arm_tf: Do not build raw bl31.bin binaryJulius Werner
2016-10-06arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass
2016-09-20arm_tf: Fix code style nits and commentsSimon Glass
2016-09-12src/arch: Improve code formattingElyes HAOUAS
2016-08-28src/arch: Capitalize CPU and ACPIElyes HAOUAS
2016-08-23arch/arm & arm64: Remove unnecessary whitespace before "\n"Elyes HAOUAS
2016-05-24arm64: Add stack dump to exception handlerJulius Werner
2016-05-10arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi