Age | Commit message (Expand) | Author |
2008-08-26 | Fix some Doxygen warnings and/or typos (trivial). | Uwe Hermann |
2008-08-26 | How could -ffreestanding slip through here. Required because libpayload is not | Stefan Reinauer |
2008-08-25 | This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, | Ed Swierk |
2008-08-25 | This patch modifies the Intel 3100 southbridge code to recognize the | Ed Swierk |
2008-08-25 | This patch implements support for the CPU core of the Intel EP80579 | Ed Swierk |
2008-08-23 | A missing semicolon prevents libpayload to compile, this patch fixes that. | Jakob Bornecrantz |
2008-08-20 | flashrom: Recognize the Intel EP80579 LPC flash interface. | Ed Swierk |
2008-08-20 | split the one file, as the several printing functions will continue to grow | Stefan Reinauer |
2008-08-20 | use seperate array for core 2 cpus (trivial) | Stefan Reinauer |
2008-08-20 | this port seems somehow broken.. Now, is it using FAILOVER, or is it not?! | Stefan Reinauer |
2008-08-19 | Add support for MSI KT4V to flashrom. The KT4V is autodetected and supports | Sean Nelson |
2008-08-19 | trivial fix for memcpy return code in case someone uses it. | Stefan Reinauer |
2008-08-19 | Add Tyan S2912 platform with AMD Family 10 support. | Arne Georg Gleditsch |
2008-08-19 | misc fixes: | Stefan Reinauer |
2008-08-19 | make all drivers relocatable. Per default, an 1:1 mapping is assumed. | Stefan Reinauer |
2008-08-19 | * add readline() | Stefan Reinauer |
2008-08-19 | * add readline() | Stefan Reinauer |
2008-08-19 | replace static functions by macros, because otherwise every unused function | Patrick Georgi |
2008-08-19 | add functions to query cursor position to video layer | Stefan Reinauer |
2008-08-19 | libpayload: Fix the memcpy functions | Jordan Crouse |
2008-08-19 | fix typo in ctype.c | Stefan Reinauer |
2008-08-18 | Add a kconfig option to choose between outputing ACS characters or | Ulf Jordan |
2008-08-18 | Fix tinycurses color output on the VGA console. | Ulf Jordan |
2008-08-18 | Add more information to the libpayload README (trivial). | Uwe Hermann |
2008-08-18 | inteltool: match cpuid before attempting to print MSRs (trivial) | Stefan Reinauer |
2008-08-16 | add block io functions | Stefan Reinauer |
2008-08-16 | trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe... | Stefan Reinauer |
2008-08-15 | fix typo in superiotool (trivial) | Stefan Reinauer |
2008-08-14 | * fix memory allocator bug that lead to freelist corruption on the first malloc | Stefan Reinauer |
2008-08-13 | Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codes | Stefan Reinauer |
2008-08-13 | off by 1. (trivial) | Stefan Reinauer |
2008-08-13 | commit real fix to pci module of coreinfo (trivial) | Stefan Reinauer |
2008-08-13 | add PCI_BUS macro (trivial) | Stefan Reinauer |
2008-08-12 | Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and | Ulf Jordan |
2008-08-12 | License updated to GPL v2. | Marc Jones |
2008-08-12 | libpayload: fix type in keyboard driver. (trivial) | Stefan Reinauer |
2008-08-12 | flashrom: Fix error -EINVAL on mmap() | Segher Boessenkool |
2008-08-11 | This patch updates coreinfo to use the ACS_ macros for line graphics. | Ulf Jordan |
2008-08-11 | Document all of the external code we use in libpayload (trivial). | Uwe Hermann |
2008-08-11 | Add support for line drawing characters and the alternate character set. | Ulf Jordan |
2008-08-11 | Make cursor positioning work by using both halves of the VGA cursor | Jonathan A. Kollasch |
2008-08-11 | No really, _these_ should be the last occurences of CONFIG_ without | Jordan Crouse |
2008-08-11 | these should be the last occurences of CONFIG_ without config.h in libpayload. | Stefan Reinauer |
2008-08-11 | these use CONFIG_ variables, too. | Stefan Reinauer |
2008-08-11 | video.c uses CONFIG_ variables, so it needs config.h (trivial) | Stefan Reinauer |
2008-08-09 | Bugfixes to serial output functions: vt100 has bold with \e[1m, | Ulf Jordan |
2008-08-09 | Fix garbage characters on screen. mvwaddch inserts one character, | Ulf Jordan |
2008-08-09 | Fix signedness problem in memcmp. | Ulf Jordan |
2008-08-08 | i messed this up. | Stefan Reinauer |
2008-08-08 | compile fix (trivial) | Stefan Reinauer |