summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/boot.c
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* arch/arm: Add support for loading Linux kernelsSam Lewis2020-09-211-2/+20
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-261-2/+0
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-5/+0
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* program loading: unify on struct progAaron Durbin2015-04-031-5/+0
* program loading: add prog_run() functionAaron Durbin2015-04-031-3/+8
* program loading: introduce struct progAaron Durbin2015-04-031-7/+4
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-091-2/+8
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-0/+28