summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* split CBFS support into shared core and extended functionsPatrick Georgi2011-08-042-106/+186
* Do full flush on uart8250 only at end of printk.Kevin O'Connor2011-07-122-2/+8
* X60: trigger save cmos on volume/brightness changeSven Schnelle2011-06-152-30/+31
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-1/+1
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-262-0/+142
* Fix of fix copy and paste errors in ne2k.c (r6512 by stepan)Rudolf Marek2011-04-221-1/+1
* fix typo ttys0_index -> b_indexStefan Reinauer2011-04-221-1/+1
* Get rid of all but one (I/O mapped) UART init functions.Stefan Reinauer2011-04-221-11/+15
* The UART divider should be calculated based on the base frequencyStefan Reinauer2011-04-221-1/+7
* more ifdef -> if fixesStefan Reinauer2011-04-211-1/+1
* drop excessive newline in uart8250.cStefan Reinauer2011-04-201-1/+0
* drop dead uart init code.Stefan Reinauer2011-04-201-17/+0
* fix copy and paste errors in ne2k.cStefan Reinauer2011-04-181-3/+2
* drop half an uart8250 implementation from smiutil and use the common code Stefan Reinauer2011-04-142-21/+22
* This patch gets usbdebug console working in romstage.Stefan Reinauer2011-01-282-90/+131
* uart_init is only used in romstage.Stefan Reinauer2011-01-051-1/+2
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-34/+64
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-132-0/+8
* Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek2010-12-131-14/+1
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-1/+0
* 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek2010-11-221-4/+29
* Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge2010-11-101-1/+1
* Debugging facility improvements.Uwe Hermann2010-11-102-13/+11
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-071-8/+4
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-052-0/+3
* Fix make warnings:Myles Watson2010-10-011-2/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-31/+31
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-10/+9
* USB Debug Port related license header fixes (trivial).Uwe Hermann2010-09-231-3/+1
* Fix a compiler warning in src/lib/usbdebug.c (trivial).Uwe Hermann2010-09-221-6/+6
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-303-14/+14
* Remove warnings from USB debug console code.Myles Watson2010-08-041-2/+5
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-033-14/+14
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-163-0/+575
* also rename the config option.Stefan Reinauer2010-05-251-1/+1
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-47/+48
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-2/+3
* Fix usbdebug compilation.Stefan Reinauer2010-05-251-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2714-65/+65
* Myles suspected this hangs certain machines, so back it out.Stefan Reinauer2010-04-151-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-1/+1
* no need to udelay()Stefan Reinauer2010-04-031-1/+0
* remove more warningsStefan Reinauer2010-04-031-18/+60
* Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson2010-03-311-15/+6
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-314-31/+31
* no USE_INITStefan Reinauer2010-03-301-6/+6
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-1/+1
* This patch fixes build.h dependencies in coreboot again.Stefan Reinauer2010-03-292-4/+2
* Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer2010-03-281-8/+54
* dependency tracking for corebootStefan Reinauer2010-03-241-4/+0
OpenPOWER on IntegriCloud