Age | Commit message (Expand) | Author |
2012-02-07 | Don't loop infinitely long on serial comm failures | Kyösti Mälkki |
2012-01-12 | lib: add ram_check_nodie | Sven Schnelle |
2011-11-02 | don't scan beyond end of CBFS | Florian Zumbiehl |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-31 | Fix usb debug dongle support | Sven Schnelle |
2011-10-28 | Clear improper use of CONFIG_CACHE_AS_RAM | Kyösti Mälkki |
2011-10-21 | Use ntohll where appropriate. | Stefan Reinauer |
2011-10-13 | refactor vesa mode setting code and bootsplash code | Stefan Reinauer |
2011-09-12 | Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods | Tobias Diedrich |
2011-09-07 | Add support for the tracing infastructure in coreboot. | Rudolf Marek |
2011-08-26 | Add automatic SMBIOS table generation | Sven Schnelle |
2011-08-18 | export get_cbfs_header() | Sven Schnelle |
2011-08-04 | split CBFS support into shared core and extended functions | Patrick Georgi |
2011-07-12 | Do full flush on uart8250 only at end of printk. | Kevin O'Connor |
2011-06-15 | X60: trigger save cmos on volume/brightness change | Sven Schnelle |
2011-05-10 | Change read_option() to a macro that wraps some API uglyness | Patrick Georgi |
2011-04-26 | Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an | Stefan Reinauer |
2011-04-22 | Fix of fix copy and paste errors in ne2k.c (r6512 by stepan) | Rudolf Marek |
2011-04-22 | fix typo ttys0_index -> b_index | Stefan Reinauer |
2011-04-22 | Get rid of all but one (I/O mapped) UART init functions. | Stefan Reinauer |
2011-04-22 | The UART divider should be calculated based on the base frequency | Stefan Reinauer |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2011-04-20 | drop excessive newline in uart8250.c | Stefan Reinauer |
2011-04-20 | drop dead uart init code. | Stefan Reinauer |
2011-04-18 | fix copy and paste errors in ne2k.c | Stefan Reinauer |
2011-04-14 | drop half an uart8250 implementation from smiutil and use the common code | Stefan Reinauer |
2011-01-28 | This patch gets usbdebug console working in romstage. | Stefan Reinauer |
2011-01-05 | uart_init is only used in romstage. | Stefan Reinauer |
2010-12-17 | drop one more version of doing serial uart output differently. | Stefan Reinauer |
2010-12-13 | Compile cbmem.c instead of including it in romstage, | Rudolf Marek |
2010-12-13 | Following patch adds support for suspend/resume functions. I had to change th... | Rudolf Marek |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-11-10 | Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() | Peter Stuge |
2010-11-10 | Debugging facility improvements. | Uwe Hermann |
2010-10-07 | Remove duplicate line from pci_ids.h. | Jonathan Kollasch |
2010-10-05 | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi |
2010-10-01 | Fix make warnings: | Myles Watson |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-23 | Fix some wrong capitalizations, reformat comments, fix a typo. | Stefan Reinauer |
2010-09-23 | USB Debug Port related license header fixes (trivial). | Uwe Hermann |
2010-09-22 | Fix a compiler warning in src/lib/usbdebug.c (trivial). | Uwe Hermann |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-25 | fix most usbdebug warnings and fix function names. | Stefan Reinauer |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-25 | Fix usbdebug compilation. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-15 | Myles suspected this hangs certain machines, so back it out. | Stefan Reinauer |
2010-04-14 | drop quite a lot of dead code that did nothing but produce warnings and make | Stefan Reinauer |
2010-04-03 | no need to udelay() | Stefan Reinauer |
2010-04-03 | remove more warnings | Stefan Reinauer |
2010-03-31 | Consolidate ifdefs in src/lib/cbmem.c for readability. | Myles Watson |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-30 | no USE_INIT | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-29 | This patch fixes build.h dependencies in coreboot again. | Stefan Reinauer |
2010-03-28 | Add a non-time consuming version of ram check so we can print a decent error | Stefan Reinauer |
2010-03-24 | dependency tracking for coreboot | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | Get rid of a few warnings: | Myles Watson |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-17 | clean up shadow variables in jpeg decoder. | Stefan Reinauer |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-25 | HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. | Stefan Reinauer |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-11-11 | Help track down enable_rom issues in CBFS. If the magic | Patrick Georgi |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-29 | Add prototypes to silence these warnings. | Myles Watson |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-27 | Remove redundant declarations. Trivial. | Myles Watson |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | reasonable output for cbfs loading.. | Stefan Reinauer |
2009-10-26 | CBMEM high table memory manager. | Stefan Reinauer |
2009-10-24 | Fix USB Debug Device for Intel ICH chipsets | Stefan Reinauer |
2009-10-09 | Move the ulzma prototype out of the function to make the code easier to read. | Myles Watson |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-26 | * drop libgcc from coreboot_apc.o, not needed. | Stefan Reinauer |
2009-09-25 | drop some dead code, clarify small comments and small cleanups to malloc.c | Stefan Reinauer |
2009-09-25 | improve lzma error messages. When coreboot panics because lzma decompression | Stefan Reinauer |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-20 | 20090819-2-trim-down-cbfs: | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-23 | CBFS stuff: | Stefan Reinauer |
2009-07-21 | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer |
2009-07-18 | strdup the input of dirname, as dirname is free | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-16 | These changes implement car in qemu. The implementation is in several | Ronald G. minnich |
2009-05-28 | Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is | Patrick Georgi |