summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-86/+0
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* fit: Refactor config node handlingJulius Werner2019-06-211-8/+2
* arm64: make comment match codeMarty E. Plummer2019-06-171-1/+1
* src/arch/arm64: Remove variable set but not usedElyes HAOUAS2019-05-211-2/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-6/+6
* 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
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-4/+6
* bootmem: add new memory type for BL31Ting Shen2019-02-053-1/+10
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-0/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* 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
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-163-4/+0
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-251-1/+1
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-121-0/+4
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-5/+0
* Move compiler.h to commonlibNico Huber2018-10-084-5/+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-173-0/+47
* arm64: mmu: Spot check security state for TTB mappingJulius Werner2018-08-131-5/+12
* arm64: Turn architectural register accessors into inline functionsJulius Werner2018-08-1010-1536/+244
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-1011-713/+36
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-103-51/+1
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-073-15/+0
* arm64: Disable MMU during legacy payload handoff (without Arm TF)Julius Werner2018-08-071-1/+4
* arch/arm64: Add Kconfig to include BL31 as blobPatrick Rudolph2018-07-262-0/+17
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-263-18/+22
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-264-7/+6
* arm64: Drop dead file stage_entry.SJulius Werner2018-06-261-135/+0
* lib: Add FIT payload supportPatrick Rudolph2018-06-192-0/+263
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-2/+2
* src: Add space after 'while'Elyes HAOUAS2018-05-241-3/+3
* Introduce bootblock self-decompressionJulius Werner2018-05-224-4/+25
* Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich2018-05-161-1/+1
* cbfs/payload type: Fix build warning and whitespace in namePaul Menzel2018-05-151-1/+1
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-5/+15
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-0/+7
* pci: Add dummy file for ARM64Patrick Rudolph2018-05-032-0/+51
* arm64: Add ARCH TimerT Michael Turney2018-04-305-0/+43
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-302-0/+43
* compiler.h: add __weak macroAaron Durbin2018-04-243-3/+6
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-232-20/+20