summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2011-01-05uart_init is only used in romstage.Stefan Reinauer
2010-12-17drop one more version of doing serial uart output differently.Stefan Reinauer
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-10Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge
2010-11-10Debugging facility improvements.Uwe Hermann
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
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-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-09-23USB Debug Port related license header fixes (trivial).Uwe Hermann
2010-09-22Fix a compiler warning in src/lib/usbdebug.c (trivial).Uwe Hermann
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
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-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-25Fix usbdebug compilation.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-15Myles suspected this hangs certain machines, so back it out.Stefan Reinauer
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-03no need to udelay()Stefan Reinauer
2010-04-03remove more warningsStefan Reinauer
2010-03-31Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-30no USE_INITStefan 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-28Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer
2010-03-24dependency tracking for corebootStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-17clean up shadow variables in jpeg decoder.Stefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-11Help track down enable_rom issues in CBFS. If the magicPatrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson