aboutsummaryrefslogtreecommitdiff
path: root/src/lib/selfboot.c
AgeCommit message (Expand)Author
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
2014-03-03coreboot: use struct payload for selfload()Aaron Durbin
2014-03-03coreboot: move common code to payload_run() from selfboot()Aaron Durbin
2014-03-03coreboot: unify infrastructure for loading payloadsAaron Durbin
2013-11-18cbfs: 64-bit cleanupsRonald G. Minnich
2013-08-31Remove NRV2B compression supportPatrick Georgi
2013-07-10Drop ELF remains from boot codeStefan Reinauer
2013-07-10lib: Fix spellingMartin Roth
2013-05-01boot state: rebalance payload load vs actual bootAaron Durbin
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-19cbfs: alternative support for cbfs_load_payload()Aaron Durbin
2013-02-27selfboot: Report correct entry point address in debug message.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2012-11-30Drop boot directoryStefan Reinauer