summaryrefslogtreecommitdiffstats
path: root/src/lib/selfboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop ELF remains from boot codeStefan Reinauer2013-07-101-2/+1
* lib: Fix spellingMartin Roth2013-07-101-1/+1
* boot state: rebalance payload load vs actual bootAaron Durbin2013-05-011-7/+11
* x86: use boot state callbacks to disable rom cacheAaron Durbin2013-05-011-4/+0
* coverage: use boot state callbacksAaron Durbin2013-05-011-4/+0
* boot: add disable_cache_rom() functionAaron Durbin2013-04-011-0/+5
* coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin2013-03-211-0/+16
* cbfs: alternative support for cbfs_load_payload()Aaron Durbin2013-03-191-1/+0
* selfboot: Report correct entry point address in debug message.Hung-Te Lin2013-02-271-1/+2