summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* arch/arm64: Remove unnecessary interfacesJulius Werner2021-10-012-26/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1123-23/+0
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-0623-306/+46
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-052-87/+34
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+0
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-301-26/+0
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+1
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-142-113/+8
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-1/+3
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-4/+4
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-2620-57/+10
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-3/+0
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-86/+0
* 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