summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Make CBFS output more consistentStefan Reinauer2012-05-042-8/+17
* Tell CBMEM pretty printer about MRC cacheStefan Reinauer2012-05-031-0/+1
* S3 code in coreboot public folder.zbao2012-04-161-0/+1
* Add support for aligned allocationRon Minnich2012-04-121-7/+16
* Use fast memset in SMM mode, tooStefan Reinauer2012-04-041-2/+6
* Add native memset() function on x86Stefan Reinauer2012-03-301-0/+4
* Add faster, architecture dependent memcpy()Stefan Reinauer2012-03-301-1/+8
* Add infrastructure for global data in the CAR phase of bootGabe Black2012-03-291-2/+5
* CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury2012-03-291-0/+2
* CBMEM CONSOLE: Add CBMEM type for console buffer.Vadim Bendebury2012-03-291-0/+1
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-291-0/+195
* Include arch/acpi.h instead of manually adding acpi_slp_type.Stefan Reinauer2012-03-281-4/+3
* Add timestamp collecting to coreboot.Vadim Bendebury2012-03-283-0/+93
* Initialize CBMEM early.Vadim Bendebury2012-03-281-16/+23
* Replace ramtest pattern to assist in DIMM configurationKyösti Mälkki2012-03-251-91/+94
* malloc: size is unsigned, don't test for size < 0Patrick Georgi2012-03-111-4/+0
* Fix dependency problem for uart8250.c as wellStefan Reinauer2012-03-091-0/+1
* Fix compilation with CONFIG_USE_OPTION_TABLE enabledStefan Reinauer2012-03-091-0/+8
* Add support for the Startech PEX1XS1PMINIStefan Reinauer2012-03-091-0/+2
* Add an implementation for the memchr library functionGabe Black2012-03-092-0/+13
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Remove whitespace.Patrick Georgi2012-02-171-1/+1
* Don't loop infinitely long on serial comm failuresKyösti Mälkki2012-02-071-9/+22
* lib: add ram_check_nodieSven Schnelle2012-01-121-3/+37
* don't scan beyond end of CBFSFlorian Zumbiehl2011-11-021-1/+2
* remove trailing whitespaceStefan Reinauer2011-11-012-5/+5
* Fix usb debug dongle supportSven Schnelle2011-10-312-5/+2
* Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki2011-10-281-12/+12
* Use ntohll where appropriate.Stefan Reinauer2011-10-211-2/+2
* refactor vesa mode setting code and bootsplash codeStefan Reinauer2011-10-131-1/+1
* Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methodsTobias Diedrich2011-09-121-1/+3
* Add support for the tracing infastructure in coreboot.Rudolf Marek2011-09-073-0/+44
* Add automatic SMBIOS table generationSven Schnelle2011-08-261-0/+1
* export get_cbfs_header()Sven Schnelle2011-08-181-1/+1
* 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