summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/arm64: Add PCI config support in romstageKyösti Mälkki2019-02-221-11/+1
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+4
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-041-2/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-3/+0
* Move compiler.h to commonlibNico Huber2018-10-081-2/+0
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-1/+3
* arm64: Factor out common parts of romstage execution flowJulius Werner2018-08-171-0/+7
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-101-9/+3
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-101-23/+0
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-261-2/+2
* Introduce bootblock self-decompressionJulius Werner2018-05-221-1/+1
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-5/+15
* pci: Add dummy file for ARM64Patrick Rudolph2018-05-032-0/+51
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-301-47/+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
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* arch/arm64: add missing license headersMartin Roth2016-01-133-0/+39
* 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-172-10/+0
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-162-9/+5
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-111-1/+3
* arm64: Remove SMP supportFurquan Shaikh2015-11-071-44/+0
* arm64: remove spin table supportAaron Durbin2015-11-071-45/+0
* arm64: remove secmonAaron Durbin2015-11-073-382/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3113-52/+0
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-1/+9
* 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
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2113-14/+13
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-3/+3
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-4/+3
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-181-1/+35
* arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo2015-04-271-1/+3
* arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo2015-04-271-0/+47
* armv8/secmon: Correct PSCI function idsFurquan Shaikh2015-04-221-1/+0
* arm64: save and restore cntfrq for secondary cpusJimmy Huang2015-04-221-1/+2
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-115/+0
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-211-2/+2
* arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh2015-04-101-0/+46
* arm64: Implement PSCI command supportAaron Durbin2015-04-101-0/+35
* arm64: secmon: add entry point for turned on CPUsAaron Durbin2015-04-102-14/+4
* arm64: psci: use struct cpu_action to track startup entryAaron Durbin2015-04-101-3/+2
* arm64: psci: add node hierarchyAaron Durbin2015-04-091-0/+82