summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize revision number calculation functionVadim Bendebury2015-03-231-0/+1
* verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury2015-03-201-0/+3
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-171-1/+1
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-11/+2
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-0/+1
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-271-0/+6
* Primitive memory testDavid Hendricks2015-01-091-0/+2
* CBMEM: Rename utility fileKyösti Mälkki2015-01-071-1/+3
* Provide a common CBFS wrapper for SPI storageVadim Bendebury2014-12-301-0/+4
* CBMEM: Always build for x86 romstageKyösti Mälkki2014-12-301-2/+1
* RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki2014-12-281-1/+1
* gcc.c: Test for gcc, not for non-clangPatrick Georgi2014-11-301-1/+1
* Introduce halt()Patrick Georgi2014-11-301-0/+5
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-7/+2
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-2/+2
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-1/+8
* lib/lzma.c: Use header over .c includeEdward O'Callaghan2014-11-191-4/+2
* lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan2014-11-191-4/+4
* src/lib/Makefile.inc: Allow rmodules to link under ClangEdward O'Callaghan2014-11-121-0/+5
* reg_script: include in romstageIsaac Christensen2014-10-221-0/+1
* 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
OpenPOWER on IntegriCloud