summaryrefslogtreecommitdiffstats
path: root/src/lib/loaders
Commit message (Expand)AuthorAgeFilesLines
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-114-4/+13
* program loading: add optional is_loader_active() callbackAaron Durbin2015-04-303-2/+51
* coreboot: common stage cacheAaron Durbin2015-04-221-10/+13
* coreboot: add a place to choose romstage loaderAaron Durbin2015-04-223-7/+57
* timestamps: You can never have enough of them!Julius Werner2015-04-141-0/+3
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-0/+1
* rmodule: use struct prog while loading rmodulesAaron Durbin2015-04-031-5/+1
* program loading: unify on struct progAaron Durbin2015-04-034-32/+29
* program loading: add prog_run() functionAaron Durbin2015-04-033-4/+4
* program loading: introduce struct progAaron Durbin2015-04-035-63/+48
* payload loading: remove passing of struct payloadAaron Durbin2015-03-311-9/+7
* loaders: add run_romstage() function to bootblockAaron Durbin2015-03-202-0/+43
* loaders: add program_loading.h header fileAaron Durbin2015-03-204-4/+4
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-1/+1
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin2014-03-071-0/+7
* selfboot: use bootmem infrastructureAaron Durbin2014-03-031-4/+1
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-031-1/+1
* coreboot: use struct payload for selfload()Aaron Durbin2014-03-031-1/+1
* coreboot: move common code to payload_run() from selfboot()Aaron Durbin2014-03-031-0/+16
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-033-0/+127
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-153-0/+188
OpenPOWER on IntegriCloud