summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
AgeCommit message (Expand)Author
2015-04-10gpio: decouple tristate gpio support from board IDDavid Hendricks
2015-04-10gpio: cosmetic changes to tristate_gpios.cDavid Hendricks
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-07rmodules: fix linkingAaron Durbin
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-03-23vboot2: read secdata and nvdataDaisuke Nojiri
2015-03-23Publish the board ID value in coreboot table, when configuredVadim Bendebury
2015-03-23Generalize revision number calculation functionVadim Bendebury
2015-03-20verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-09Primitive memory testDavid Hendricks
2015-01-07CBMEM: Rename utility fileKyösti Mälkki
2014-12-30Provide a common CBFS wrapper for SPI storageVadim Bendebury
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki
2014-11-30gcc.c: Test for gcc, not for non-clangPatrick Georgi
2014-11-30Introduce halt()Patrick Georgi
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-19lib/lzma.c: Use header over .c includeEdward O'Callaghan
2014-11-19lib/cbfs: Use linker symbols over .c include in cbfs.cEdward O'Callaghan
2014-11-12src/lib/Makefile.inc: Allow rmodules to link under ClangEdward O'Callaghan
2014-10-22reg_script: include in romstageIsaac Christensen
2014-08-25delay: Have mdelay() / delay() available in romstage, tooStefan Reinauer
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