aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/include
AgeCommit message (Expand)Author
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm64: Convert to SPDX license headerPatrick Georgi
2019-12-05arm64: Correctly unmask asynchronous SError interruptsJulius Werner
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-11-30arch/*/*/early_variables.h: drop unused filesArthur Heymans
2019-11-03arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-09-14arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-08-30arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner
2019-08-26AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-02-22arch/arm64: Add PCI config support in romstageKyösti Mälkki
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-10-12libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-17arm64: Factor out common parts of romstage execution flowJulius Werner
2018-08-10arm64: Turn architectural register accessors into inline functionsJulius Werner
2018-08-10arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner
2018-08-10arm64: Remove set_cntfrq() functionJulius Werner
2018-08-09src/arch: Fix typoElyes HAOUAS
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-26arm64: Reimplement mmu_disable() in assemblyJulius Werner
2018-06-26arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner
2018-05-24src: Add space after 'while'Elyes HAOUAS
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-14pci: Fix compilation on non x86Patrick Rudolph
2018-05-03pci: Add dummy file for ARM64Patrick Rudolph
2018-04-30arm64: Add ARCH TimerT Michael Turney
2018-04-30arm64: Add mmu context save/restore APIsT Michael Turney
2018-03-23arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph
2018-02-12arm64: Add read64() and write64()David Hendricks
2017-05-30arm64: Align cache maintenance code with libpayload and ARM32Julius Werner
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-05-10arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch/{arm64,riscv}: remove jmp_to_elf_entry() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-02-10arch/arm64: mmu: Spot check TTB memory attributesJulius Werner
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-13arch/arm64: add missing license headersMartin Roth
2015-12-03arch/arm64: add DMA_COHERENT region macros to memlayoutJimmy Huang
2015-11-17arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-16arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11arm64: mmu: Make page table manipulation work across stagesJulius Werner
2015-11-07arm64: Remove cpu intialization through device-treeFurquan Shaikh
2015-11-07arm64: Remove SMP supportFurquan Shaikh
2015-11-07arm64: remove spin table supportAaron Durbin
2015-11-07arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-28arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-08-28arm64: declare do_dcsw_op as functionJimmy Huang
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-13arm64: Define stage_entry as weak symbolFurquan Shaikh
2015-07-13arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner
2015-05-19arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-18arm64: psci: add cpu_suspend supportJoseph Lo
2015-04-27arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-27arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo
2015-04-27arm64: implement CPU power down sequence as per A57/A53/A72 TRMJoseph Lo
2015-04-27arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo
2015-04-22armv8/secmon: Correct PSCI function idsFurquan Shaikh
2015-04-22arm64: save and restore cntfrq for secondary cpusJimmy Huang
2015-04-22arm64: add arm64_arch_timer_init functionJoseph Lo
2015-04-22arm64: Correct shareability option for normal memoryFurquan Shaikh
2015-04-22arch/arm64: allow floating-point registers accessYen Lin
2015-04-22arm64: provide icache_invalidate_all()Aaron Durbin
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-10arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh
2015-04-10arm64: Add macro to invalidate stage 1 TLB entries at current ELFurquan Shaikh
2015-04-10arm64: Add conditional read/write from/to EL3 assembly macros.Furquan Shaikh
2015-04-10arm64: Add function for reading TCR register at current ELFurquan Shaikh
2015-04-10arm64: Implement PSCI command supportAaron Durbin
2015-04-10arm64: secmon: add entry point for turned on CPUsAaron Durbin
2015-04-10arm64: secmon: pass online CPUs to secmonAaron Durbin
2015-04-10arm64: psci: use struct cpu_action to track startup entryAaron Durbin