summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
AgeCommit message (Expand)Author
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-14coreboot: add memory pool infrastructureAaron Durbin
2015-05-14coreboot: add region infrastructureAaron Durbin
2015-05-13secmon: allow for serial consoleAaron Durbin
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-11secmon: Add some missing filesPatrick Georgi
2015-05-05vboot: add cbfs_coreAaron Durbin
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-28lib: When used, add timestamp.c to bootblock and verstage, tooPatrick Georgi
2015-04-27lib/tlcl: Provide mock implementationYen Lin
2015-04-22cbmem: switch over to imd-based cbmemAaron Durbin
2015-04-22coreboot: common stage cacheAaron Durbin
2015-04-22coreboot: add imd libraryAaron Durbin
2015-04-22lib: add base64 decoderVadim Bendebury
2015-04-10gpio: compile gpio.c at all stagesDavid Hendricks
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