summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/boot.c
Commit message (Expand)AuthorAgeFilesLines
* src/arch/arm64: Remove variable set but not usedElyes HAOUAS2019-05-211-2/+0
* 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-081-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-5/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-101-17/+2
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-2/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* arch/arm64: Use correct SPSR.DAIF mask for BL31 and payloadJulius Werner2016-02-101-1/+1
* lib: remove assets infrastructureAaron Durbin2015-12-101-1/+1
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-171-2/+0
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-161-0/+8
* arm64: remove spin table supportAaron Durbin2015-11-071-5/+0
* arm64: remove secmonAaron Durbin2015-11-071-3/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-191-1/+1
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-191-2/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-11/+8
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-2/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-1/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-4/+4
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-16/+18
* arch/arm64/boot.c: Only return if condition is metPaul Menzel2015-04-061-1/+2
* program loading: unify on struct progAaron Durbin2015-04-031-5/+0
* program loading: add prog_run() functionAaron Durbin2015-04-031-3/+24
* program loading: introduce struct progAaron Durbin2015-04-031-7/+9
* arm64: add spin table supportAaron Durbin2015-03-281-0/+4
* arm64: Add support for secure monitorFurquan Shaikh2015-03-281-2/+6
* arm64: Switch to EL2 for libpayload jumpFurquan Shaikh2015-03-281-1/+20
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* arm64: Prepare ARM64 for buildingMarc Jones2015-01-261-3/+4
* coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh2014-09-231-0/+33