summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* delay: Have mdelay() / delay() available in romstage, tooStefan Reinauer2014-08-251-0/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-111-3/+6
* lib/Makefile.inc: Stop gcc.c getting into SMM clang buildsEdward O'Callaghan2014-06-271-2/+1
* build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan2014-06-061-1/+3
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-42/+4
* Declare recovery and developer modes outside ChromeOSKyösti Mälkki2014-05-011-0/+3
* Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-04-011-1/+1
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-4/+8
* Add a generic register script handlerDuncan Laurie2014-03-041-0/+2
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-6/+0
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-031-0/+1
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-0/+1
* ne2k: Move under drivers/netKyösti Mälkki2014-02-061-3/+0
* spkmodem: Move under drivers/pc80Kyösti Mälkki2014-02-061-2/+0
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-2/+0
* coreboot: config to cache ramstage outside CBMEMAaron Durbin2014-01-301-0/+2
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-0/+1
* Add simple hexdump functionStefan Reinauer2013-12-211-0/+3
* Fix build with USE_OPTION_TABLEKyösti Mälkki2013-12-011-8/+0
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-221-1/+1
* Revert "CBMEM: Always have early initialisation"Kyösti Mälkki2013-10-141-2/+3
* CBMEM: Always have early initialisationKyösti Mälkki2013-09-211-5/+1
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-2/+4
* usbdebug: Do not support logging from SMMKyösti Mälkki2013-08-231-1/+0
* Don't include LZMA in romstage if ramstage is not compressed.Andrew Wu2013-08-191-1/+1
* CBFS: Use memmove instead of memcpy when loading a file from CBFS.Gabe Black2013-07-151-0/+3
* Add a HAVE_ARCH_MEMMOVE option to allow overriding memmove.Gabe Black2013-07-141-0/+7
* Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected.Denis 'GNUtoo' Carikli2013-06-211-0/+4
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+1
* coreboot: add timer queue implementationAaron Durbin2013-05-011-0/+1
* spkmodem consoleVladimir Serbinenko2013-04-181-0/+3
* lib: add memrange infrastructureAaron Durbin2013-03-291-0/+1
* dynamic cbmem: fix memconsole and timestampsAaron Durbin2013-03-231-1/+2
* Unify coreboot table generationStefan Reinauer2013-03-221-0/+1
* cbmem: dynamic cbmem supportAaron Durbin2013-03-211-2/+10
* rmodule: add string functions to rmodules classAaron Durbin2013-03-211-0/+4
* coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin2013-03-211-0/+1
* link/graphics: Add support for EDIDRonald G. Minnich2013-03-201-0/+1
* lib: add rmodule supportAaron Durbin2013-03-181-0/+18
* Eliminate do_div().David Hendricks2013-03-081-0/+2
* Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS`Kyösti Mälkki2013-03-071-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* armv7: Add 'bootblock' build class.Hung-Te Lin2013-02-031-0/+10
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-0/+1
* Only include libgcc wrappers on x86Stefan Reinauer2012-12-081-1/+1
* Drop boot directoryStefan Reinauer2012-11-301-0/+2
* src/lib/Makefile.inc: Add license headerStefan Reinauer2012-11-301-1/+18
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* SMM: Add support for malloc in SMM if using TSEGDuncan Laurie2012-07-241-0/+1
* Implement stack overflow checking for the BSPRonald G. Minnich2012-07-241-0/+1
OpenPOWER on IntegriCloud