summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/boot.c
Commit message (Expand)AuthorAgeFilesLines
* 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