Add constants for fast path resume copying
[coreboot.git] / src / lib /
2012-04-04 Stefan ReinauerUse fast memset in SMM mode, too
2012-03-29 Stefan ReinauerAdd native memset() function on x86
2012-03-29 Stefan ReinauerAdd faster, architecture dependent memcpy()
2012-03-29 Gabe BlackAdd infrastructure for global data in the CAR phase...
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Enable coreboot CBMEM console.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM type for console buffer.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM console driver implementation.
2012-03-28 Stefan ReinauerInclude arch/acpi.h instead of manually adding acpi_slp...
2012-03-28 Vadim BendeburyAdd timestamp collecting to coreboot.
2012-03-28 Vadim BendeburyInitialize CBMEM early.
2012-03-25 Kyösti MälkkiReplace ramtest pattern to assist in DIMM configuration
2012-03-11 Patrick Georgimalloc: size is unsigned, don't test for size < 0
2012-03-09 Stefan ReinauerFix dependency problem for uart8250.c as well
2012-03-09 Stefan ReinauerFix compilation with CONFIG_USE_OPTION_TABLE enabled
2012-03-09 Stefan ReinauerAdd support for the Startech PEX1XS1PMINI
2012-03-09 Gabe BlackAdd an implementation for the memchr library function
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2012-02-17 Patrick GeorgiRemove whitespace.
2012-02-07 Kyösti MälkkiDon't loop infinitely long on serial comm failures
2012-01-12 Sven Schnellelib: add ram_check_nodie
2011-11-02 Florian Zumbiehldon't scan beyond end of CBFS
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-31 Sven SchnelleFix usb debug dongle support
2011-10-28 Kyösti MälkkiClear improper use of CONFIG_CACHE_AS_RAM
2011-10-21 Stefan ReinauerUse ntohll where appropriate.
2011-10-13 Stefan Reinauerrefactor vesa mode setting code and bootsplash code
2011-09-12 Tobias DiedrichAdd acpi_get_sleep_type() to i82371eb and P2B _PTS...
2011-09-06 Rudolf MarekAdd support for the tracing infastructure in coreboot.
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-08-18 Sven Schnelleexport get_cbfs_header()
2011-08-04 Patrick Georgisplit CBFS support into shared core and extended functions
2011-07-12 Kevin O'ConnorDo full flush on uart8250 only at end of printk.
2011-06-15 Sven SchnelleX60: trigger save cmos on volume/brightness change
2011-05-10 Patrick GeorgiChange read_option() to a macro that wraps some API...
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-22 Rudolf MarekFix of fix copy and paste errors in ne2k.c (r6512 by...
2011-04-22 Stefan Reinauerfix typo ttys0_index -> b_index
2011-04-22 Stefan ReinauerGet rid of all but one (I/O mapped) UART init functions.
2011-04-22 Stefan ReinauerThe UART divider should be calculated based on the...
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-20 Stefan Reinauerdrop excessive newline in uart8250.c
2011-04-20 Stefan Reinauerdrop dead uart init code.
2011-04-18 Stefan Reinauerfix copy and paste errors in ne2k.c
2011-04-14 Stefan Reinauerdrop half an uart8250 implementation from smiutil and...
2011-01-28 Stefan ReinauerThis patch gets usbdebug console working in romstage.
2011-01-05 Stefan Reinaueruart_init is only used in romstage.
2010-12-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-12-13 Rudolf MarekCompile cbmem.c instead of including it in romstage,
2010-12-13 Rudolf MarekFollowing patch adds support for suspend/resume functio...
2010-12-13 Rudolf MarekWe hardcode highmemory size in every northbridge!...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-10 Peter StugeEnsure that config options hidden by r6054 have default...
2010-11-10 Uwe HermannDebugging facility improvements.
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Myles WatsonFix make warnings:
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-23 Stefan ReinauerFix some wrong capitalizations, reformat comments,...
2010-09-23 Uwe HermannUSB Debug Port related license header fixes (trivial).
2010-09-22 Uwe HermannFix a compiler warning in src/lib/usbdebug.c (trivial).
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-04 Myles WatsonRemove warnings from USB debug console code.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-16 Rudolf MarekAdd support for the console over Ethernet (through...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-25 Stefan ReinauerFix usbdebug compilation.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-15 Stefan ReinauerMyles suspected this hangs certain machines, so back...
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-03 Stefan Reinauerno need to udelay()
2010-04-03 Stefan Reinauerremove more warnings
2010-03-31 Myles WatsonConsolidate ifdefs in src/lib/cbmem.c for readability.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-30 Stefan Reinauerno USE_INIT
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-28 Stefan ReinauerAdd a non-time consuming version of ram check so we...
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-17 Stefan Reinauerclean up shadow variables in jpeg decoder.
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-07 Patrick Georginewconfig is no more.
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-11 Patrick GeorgiHelp track down enable_rom issues in CBFS. If the magic
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-29 Myles WatsonAdd prototypes to silence these warnings.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-27 Myles WatsonRemove redundant declarations. Trivial.
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan Reinauerreasonable output for cbfs loading..
next