summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-3/+4
* 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
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-121-0/+4
* 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: Turn architectural register accessors into inline functionsJulius Werner2018-08-102-182/+242
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-102-272/+5
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-101-23/+0
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-3/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-261-4/+7
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-263-6/+6
* src: Add space after 'while'Elyes HAOUAS2018-05-241-3/+3
* 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: Add ARCH TimerT Michael Turney2018-04-301-0/+1
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-301-0/+9
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-5/+4
* arm64: Add read64() and write64()David Hendricks2018-02-121-0/+13
* 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