Age | Commit message (Expand) | Author |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-03-10 | src: Remove unneeded 'include <arch/cache.h>' | Elyes HAOUAS |
2020-03-06 | src/arch/arm64: Convert to SPDX license header | Patrick Georgi |
2019-11-03 | arch/arm64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-08-30 | arm64: Rename arm_tf.c/h to bl31.c/h | Julius Werner |
2019-08-26 | AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file | Martin Roth |
2019-05-21 | src/arch/arm64: Remove variable set but not used | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-10 | arm64: Drop checks for current exception level, hardcode EL3 assumption | Julius Werner |
2018-08-07 | arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm) | Julius Werner |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2016-02-22 | die() when attempting to use bounce buffer on non-i386. | Vladimir Serbinenko |
2016-02-10 | arch/arm64: Use correct SPSR.DAIF mask for BL31 and payload | Julius Werner |
2015-12-10 | lib: remove assets infrastructure | Aaron Durbin |
2015-11-17 | arm64: tegra132: tegra210: Remove old arm64/stage_entry.S | Julius Werner |
2015-11-16 | arm64: Implement generic stage transitions for non-Tegra SoCs | Julius Werner |
2015-11-07 | arm64: remove spin table support | Aaron Durbin |
2015-11-07 | arm64: remove secmon | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-19 | arm64: Make SPSR exception masking on EL2 transition explicit | Julius Werner |
2015-05-19 | arm64: Add support for using ARM Trusted Firmware as secure monitor | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-05-19 | arm64: Reorganize payload entry code and related Kconfigs | Julius Werner |
2015-04-06 | arch/arm64/boot.c: Only return if condition is met | Paul Menzel |
2015-04-03 | program loading: unify on struct prog | Aaron Durbin |
2015-04-03 | program loading: add prog_run() function | Aaron Durbin |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-03-28 | arm64: add spin table support | Aaron Durbin |
2015-03-28 | arm64: Add support for secure monitor | Furquan Shaikh |
2015-03-28 | arm64: Switch to EL2 for libpayload jump | Furquan Shaikh |
2015-03-20 | loaders: add program_loading.h header file | Aaron Durbin |
2015-01-26 | arm64: Prepare ARM64 for building | Marc Jones |
2014-09-23 | coreboot arm64: Add support for arm64 into coreboot framework | Furquan Shaikh |