aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
AgeCommit message (Expand)Author
2024-02-18arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth
2024-02-08commonlib: Change GCD function to always use 64 bitsJulius Werner
2024-02-07arch/arm64/armv8: Add exception output without printkMaximilian Brune
2024-01-26src, util: Update toolchain.inc references to .mkMartin Roth
2024-01-24acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth
2023-12-12arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPPArthur Heymans
2023-11-15arch/arm64: Avoid GCC warning about out of bounds array accessZebreus
2023-11-10src: Remove unnecessary semicolons from the end of macrosMartin Roth
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-11-04arch/arm64/arch_timer: Fix possible overflow in multiplicationYidi Lin
2023-10-25arch/arm64/cache: Implement helpers to obtain CPU cache detailsBenjamin Doron
2023-09-20arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLESMaximilian Brune
2023-09-18arch/arm64: Hook up ACPI table generationArthur Heymans
2023-09-11arch/arm64: Remove space between function name and '('Elyes Haouas
2023-09-08arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth
2023-08-02arch/arm64: Hook up FADTArthur Heymans
2023-07-04arch/arm64/Makefile.inc: Fix Kconfig name in commentYu-Ping Wu
2023-03-21arch/arm64/include/armv8/arch/barrier.h: Add spaces around colonsYuchen He
2023-02-08arch/arm64/armv8/mmu.c: Add a space before the ternary operatorYuchen He
2022-11-17arch/{arm64,riscv}: Remove "CRIT: " from log messagesElyes Haouas
2022-10-21arm64/armv8: Use 'enum cb_err'Elyes Haouas
2022-09-06src: remove force-included header rules.h from individual filesMartin Roth
2022-07-20arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGEArthur Heymans
2022-05-31arch/arm{64}/include: Remove unused 'boot.h' fileElyes Haouas
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-01-17src: Remove unused <cbfs.h>Elyes HAOUAS
2021-11-25arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-10-01arch/arm64: Remove unnecessary interfacesJulius Werner
2021-03-17cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner
2021-03-16cbfs: Remove prog_locate() for stages and rmodulesJulius Werner
2021-01-25arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64Elyes HAOUAS
2020-12-17arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki
2020-12-11Drop many cases of .previous directive useKyösti Mälkki
2020-10-13sc7180: Enable bootblock compressionJulius Werner
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-10src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS
2020-03-06src/arch/arm64: Convert to SPDX license headerPatrick Georgi
2020-02-12arch/arm64/Makefile.inc: Avoid # in variable definitionNico Huber
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-05arm64: Print a char to UART early in exception handlerJulius Werner
2019-12-05arm64: Bump exception stack size to 2KBJulius Werner
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-25Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans
2019-11-23Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi
2019-11-10lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans
2019-11-04soc/nvidia/tegra210: Populate _cbmem_top_ptrArthur 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-29arch/arm64: Make ARM64 stages select ARCH_ARM64Arthur Heymans
2019-08-26AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth
2019-08-26lib: ramdetect: Register exception handlers for ARMv8Asami Doi
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-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21fit: Refactor config node handlingJulius Werner
2019-06-17arm64: make comment match codeMarty E. Plummer
2019-05-21src/arch/arm64: Remove variable set but not usedElyes HAOUAS
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
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-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-01-30selfload: check target memory type in selfload_checkTing Shen
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
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-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-25selfboot: create selfboot_check function, remove check paramRonald G. Minnich
2018-10-12libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
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-13arm64: mmu: Spot check security state for TTB mappingJulius 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-08-07arm64: Disable MMU during legacy payload handoff (without Arm TF)Julius Werner
2018-07-26arch/arm64: Add Kconfig to include BL31 as blobPatrick Rudolph
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-26arm64: Reimplement mmu_disable() in assemblyJulius Werner