summaryrefslogtreecommitdiffstats
path: root/src/lib/selfboot.c
Commit message (Expand)AuthorAgeFilesLines
* src/lib/selfboot: Remove unused variablesElyes HAOUAS2019-04-251-2/+2
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-10/+13
* Add selfboot to the romstageRonald G. Minnich2018-10-301-1/+0
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-251-10/+47
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-422/+115
* src/{commonlib,lib}: Fix typoElyes HAOUAS2018-08-161-1/+1
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-4/+7
* arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki2018-06-121-0/+9
* selfboot: Move x86 quirk under archKyösti Mälkki2018-06-111-7/+6
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-1/+1
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-1/+1
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-19/+41
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-26/+26
* src/lib: Remove space between function name and (Lee Leahy2017-03-121-1/+1
* src/lib: Add space before (Lee Leahy2017-03-091-3/+3
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-2/+2
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-061-10/+14
* selfboot: Move the usable-RAM check into a functionSimon Glass2016-09-201-8/+18
* src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS2016-07-311-1/+1
* lib/selfboot: clear BSS segmentsAaron Durbin2016-07-121-77/+71
* lib/selfboot: remove duplicate prog_set_area()Aaron Durbin2016-07-121-3/+0
* lib/selfboot: don't open code linked list operationsAaron Durbin2016-07-121-12/+19
* ensure correct byte ordering for cbfs segment listGeorge Trudeau2016-04-251-40/+55
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+13
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+3
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-121-4/+4
* 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-3/+6
* cbfs: new API and better program loadingAaron Durbin2015-06-021-7/+14
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+1
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-6/+3
* program loading: unify on struct progAaron Durbin2015-04-031-8/+7
* program loading: introduce struct progAaron Durbin2015-04-031-1/+1
* program loading: provide one cache maintenance callbackAaron Durbin2015-03-311-8/+9
* cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu2015-03-271-0/+14
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* Print segment clean up information only when required.Vadim Bendebury2014-12-311-2/+3
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-2/+2
* lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan2014-03-031-0/+3
* selfboot: use bootmem infrastructureAaron Durbin2014-03-031-109/+42
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-031-7/+0
* selfboot: store bounce buffer in struct payloadAaron Durbin2014-03-031-11/+15
* coreboot: use struct payload for selfload()Aaron Durbin2014-03-031-4/+6
* coreboot: move common code to payload_run() from selfboot()Aaron Durbin2014-03-031-19/+0
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-031-0/+1
* cbfs: 64-bit cleanupsRonald G. Minnich2013-11-181-4/+5
* Remove NRV2B compression supportPatrick Georgi2013-08-311-9/+0