summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
AgeCommit message (Expand)Author
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
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury
2012-03-28Add timestamp collecting to coreboot.Vadim Bendebury
2012-03-09Fix dependency problem for uart8250.c as wellStefan Reinauer
2012-03-09Fix compilation with CONFIG_USE_OPTION_TABLE enabledStefan Reinauer
2012-03-09Add an implementation for the memchr library functionGabe Black
2011-10-31Fix usb debug dongle supportSven Schnelle
2011-09-07Add support for the tracing infastructure in coreboot.Rudolf Marek
2011-06-15X60: trigger save cmos on volume/brightness changeSven Schnelle
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-14drop half an uart8250 implementation from smiutil and use the common code Stefan Reinauer
2011-01-28This patch gets usbdebug console working in romstage.Stefan Reinauer
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-01Fix make warnings:Myles Watson
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-07-16Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-24dependency tracking for corebootStefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2009-10-26CBMEM high table memory manager.Stefan Reinauer
2009-09-26* drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12Kconfig!Patrick Georgi