summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
AgeCommit message (Expand)Author
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-06-27lib/Makefile.inc: Stop gcc.c getting into SMM clang buildsEdward O'Callaghan
2014-06-06build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-01Declare recovery and developer modes outside ChromeOSKyösti Mälkki
2014-04-01Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-04Add a generic register script handlerDuncan Laurie
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-03coreboot: introduce notion of bootmem for memory map at bootAaron Durbin
2014-02-15coreboot: infrastructure for different ramstage loadersAaron Durbin
2014-02-06ne2k: Move under drivers/netKyösti Mälkki
2014-02-06spkmodem: Move under drivers/pc80Kyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-01-30coreboot: config to cache ramstage outside CBMEMAaron Durbin
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2013-12-21Add simple hexdump functionStefan Reinauer
2013-12-01Fix build with USE_OPTION_TABLEKyösti Mälkki
2013-10-22usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki
2013-10-14Revert "CBMEM: Always have early initialisation"Kyösti Mälkki
2013-09-21CBMEM: Always have early initialisationKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-08-23usbdebug: Do not support logging from SMMKyösti Mälkki
2013-08-19Don't include LZMA in romstage if ramstage is not compressed.Andrew Wu
2013-07-15CBFS: Use memmove instead of memcpy when loading a file from CBFS.Gabe Black
2013-07-14Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove.Gabe Black
2013-06-21Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected.Denis 'GNUtoo' Carikli
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-01coreboot: add timer queue implementationAaron Durbin
2013-04-18spkmodem consoleVladimir Serbinenko
2013-03-29lib: add memrange infrastructureAaron Durbin
2013-03-23dynamic cbmem: fix memconsole and timestampsAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-20link/graphics: Add support for EDIDRonald G. Minnich
2013-03-18lib: add rmodule supportAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-07Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS`Kyösti Mälkki
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2012-12-08Only include libgcc wrappers on x86Stefan Reinauer
2012-11-30Drop boot directoryStefan Reinauer
2012-11-30src/lib/Makefile.inc: Add license headerStefan Reinauer
2012-11-27Get rid of drivers classPatrick Georgi
2012-07-24SMM: Add support for malloc in SMM if using TSEGDuncan Laurie
2012-07-24Implement stack overflow checking for the BSPRonald G. Minnich
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer