summaryrefslogtreecommitdiffstats
path: root/src/lib/selfboot.c
Commit message (Expand)AuthorAgeFilesLines
* /: Remove extra space after commaElyes Haouas2022-11-301-1/+1
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-2/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-4/+4
* selfboot: Add support for selfload in romstageShelley Chen2021-07-021-0/+8
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-171-26/+24
* lib/selfboot.c: Fix indentation and drop one newlineAngel Pons2021-02-111-57/+56
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-7/+7
* 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