summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-302-52/+4
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang2016-05-101-0/+5
* 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
* 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: mmu: Spot check TTB memory attributesJulius Werner2016-02-101-0/+1
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-261-0/+5
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-185-5/+5
* arch/arm64: add missing license headersMartin Roth2016-01-134-0/+52
* arch/arm64: add DMA_COHERENT region macros to memlayoutJimmy Huang2015-12-031-0/+5
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-174-26/+4
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-30/+0
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-163-10/+8
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-11/+0
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-113-13/+17
* arm64: Remove cpu intialization through device-treeFurquan Shaikh2015-11-071-30/+4
* arm64: Remove SMP supportFurquan Shaikh2015-11-073-200/+7
* arm64: remove spin table supportAaron Durbin2015-11-071-45/+0
* arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin2015-11-071-14/+0
* arm64: remove secmonAaron Durbin2015-11-074-412/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3122-87/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+2
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-1/+9
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-2/+0
* arm64: declare do_dcsw_op as functionJimmy Huang2015-08-281-1/+1
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* arm64: Define stage_entry as weak symbolFurquan Shaikh2015-07-131-0/+4
* arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh2015-07-131-0/+35
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-021-0/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-2120-23/+20
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-191-12/+5
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-192-0/+141
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-3/+3
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-12/+3
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-181-1/+35
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-271-41/+17
* arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo2015-04-272-1/+13
* arm64: implement CPU power down sequence as per A57/A53/A72 TRMJoseph Lo2015-04-271-0/+14
* arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo2015-04-272-1/+51
* armv8/secmon: Correct PSCI function idsFurquan Shaikh2015-04-221-1/+0
* arm64: save and restore cntfrq for secondary cpusJimmy Huang2015-04-222-1/+14
* arm64: add arm64_arch_timer_init functionJoseph Lo2015-04-221-0/+6
* arm64: Correct shareability option for normal memoryFurquan Shaikh2015-04-221-0/+6
* arch/arm64: allow floating-point registers accessYen Lin2015-04-221-0/+22
* arm64: provide icache_invalidate_all()Aaron Durbin2015-04-221-0/+11