summaryrefslogtreecommitdiffstats
path: root/src/lib/selfboot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-9/+0
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-0/+4
* Drop boot directoryStefan Reinauer2012-11-301-0/+543