summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+4
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+5
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-3/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-211-1/+1
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+8
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+4
* arch/arm64: Compile arm-trusted-firmware with coreboot timestampPatrick Georgi2016-02-181-1/+1
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-2/+1
* arch/{arm64,riscv}: remove jmp_to_elf_entry() declarationAaron Durbin2016-02-111-1/+0
* arch: remove stage_exit()Aaron Durbin2016-02-111-1/+0
* arch/arm64: Use correct SPSR.DAIF mask for BL31 and payloadJulius Werner2016-02-102-1/+2
* arch/arm64: mmu: Spot check TTB memory attributesJulius Werner2016-02-102-0/+27
* 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