summaryrefslogtreecommitdiff
path: root/src/lib/selfboot.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-04-25src/lib/selfboot: Remove unused variablesElyes HAOUAS
2019-01-30selfload: check target memory type in selfload_checkTing Shen
2018-10-30Add selfboot to the romstageRonald G. Minnich
2018-10-25selfboot: create selfboot_check function, remove check paramRonald G. Minnich
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-08-16src/{commonlib,lib}: Fix typoElyes HAOUAS
2018-06-19lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph
2018-06-12arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki
2018-06-11selfboot: Move x86 quirk under archKyösti Mälkki
2018-05-04lib/bootmem: Add more bootmem tagsPatrick Rudolph
2018-04-30lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-12src/lib: Remove space between function name and (Lee Leahy
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Fix space between type, * and variable nameLee Leahy
2016-10-06arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass
2016-09-20selfboot: Move the usable-RAM check into a functionSimon Glass
2016-07-31src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS
2016-07-12lib/selfboot: clear BSS segmentsAaron Durbin
2016-07-12lib/selfboot: remove duplicate prog_set_area()Aaron Durbin
2016-07-12lib/selfboot: don't open code linked list operationsAaron Durbin
2016-04-25ensure correct byte ordering for cbfs segment listGeorge Trudeau
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-03-31program loading: provide one cache maintenance callbackAaron Durbin
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2014-12-31Print segment clean up information only when required.Vadim Bendebury
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-03-03lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan
2014-03-03selfboot: use bootmem infrastructureAaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-03-03selfboot: store bounce buffer in struct payloadAaron Durbin