summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* sc7180: Enable bootblock compressionJulius Werner2020-10-131-0/+1
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-2/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-242-4/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-131-5/+5
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-8/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1145-45/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-103-3/+0
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-0645-606/+88
* arch/arm64/Makefile.inc: Avoid # in variable definitionNico Huber2020-02-121-4/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-3/+2
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* arm64: Print a char to UART early in exception handlerJulius Werner2019-12-051-2/+8
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-055-129/+59
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+0
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-301-26/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+0
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-101-1/+0
* soc/nvidia/tegra210: Populate _cbmem_top_ptrArthur Heymans2019-11-041-1/+1
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-033-2/+7
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-143-140/+70
* 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-304-9/+9
* arch/arm64: Make ARM64 stages select ARCH_ARM64Arthur Heymans2019-08-292-9/+11
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-2638-99/+25
* lib: ramdetect: Register exception handlers for ARMv8Asami Doi2019-08-262-0/+43
* 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
* 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