aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-18fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer
2008-09-17- unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi
2008-09-17This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer
2008-09-12* Implement scrolling in tinycursesStefan Reinauer
2008-09-12For the jetway jf2/4 series of mainboards:Alex Mauer
2008-09-11makes cursorx and cursory signed, as therePatrick Georgi
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-11Move the USB header files to a common location for installJordan Crouse
2008-09-11Add the target for the previously-added jetway mainboard.Alex Mauer
2008-09-11From Vincent Legoll:Stefan Reinauer
2008-09-10Add the "jetway j7f[24]*" mainboard. As compared to the Via Epia CN, thisAlex Mauer
2008-09-10flashrom: Winbond W49V002A TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2008-09-07flashrom: Debug print actual time base calculated by myusec_calibrate_delay()Peter Stuge
2008-09-05Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan
2008-09-05This patch adds support for the VIA VT8237S south bridge. The VT8237R program...Rudolf Marek
2008-09-05define array size in a single place (trivial)Stefan Reinauer
2008-09-04Make the serial output driver 8 bit clean. Remove translate_special_chars(), Ulf Jordan
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-09-03Tidy up identifiers, per Uwe's suggestion. Trivial.Ed Swierk
2008-09-03flashrom: Only find "unknown .. SPI chip" if no other chip was foundPeter Stuge
2008-09-03Add support for curses color output over serial.Ulf Jordan
2008-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi
2008-09-02Add memalign(align, size).Patrick Georgi
2008-09-02The keyboard driver mixed up the key press/release events for theStefan Reinauer
2008-09-02flashrom: SST49LF016C TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2008-09-01This patch gets the Epia-CN working without ACPI or APIC.Bari Ari
2008-08-31Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann
2008-08-29fix typoPaul Menzel
2008-08-28[PATCH]: libpayload: Document time functions Jordan Crouse
2008-08-28[PATCH]: libpayload: Document the architecture specific routinesJordan Crouse
2008-08-28[PATCH]: libpayload: change the type of the cpu_khz variable Jordan Crouse
2008-08-28[PATCH]: libpayload: Document readlineJordan Crouse
2008-08-28[PATCH]: libpayload: Document include/libpayload.hJordan Crouse
2008-08-28[PATCH]: Libpayload: Remove static variables from the doxygen outputJordan Crouse
2008-08-28Add definitions for DDR2 SPD registers.Ed Swierk
2008-08-28Eric Biederman believes that he and Tom Zimmerman of the defunctEd Swierk
2008-08-28libpayload: Expand doxygen definitionsJordan Crouse
2008-08-28fix libpayload build dependencies (trivial)Stefan Reinauer
2008-08-27Capture output from 'ld --help', in order that the testMats Erik Andersson
2008-08-27If you haveWard Vandewege
2008-08-27flashrom: SST25VF016B TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2008-08-27Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' whichUwe Hermann
2008-08-26fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer
2008-08-26Fix some Doxygen warnings and/or typos (trivial).Uwe Hermann
2008-08-26How could -ffreestanding slip through here. Required because libpayload is notStefan Reinauer
2008-08-25This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,Ed Swierk
2008-08-25This patch modifies the Intel 3100 southbridge code to recognize theEd Swierk
2008-08-25This patch implements support for the CPU core of the Intel EP80579Ed Swierk
2008-08-23A missing semicolon prevents libpayload to compile, this patch fixes that.Jakob Bornecrantz
2008-08-20flashrom: Recognize the Intel EP80579 LPC flash interface.Ed Swierk
2008-08-20split the one file, as the several printing functions will continue to growStefan Reinauer
2008-08-20use seperate array for core 2 cpus (trivial)Stefan Reinauer
2008-08-20this port seems somehow broken.. Now, is it using FAILOVER, or is it not?!Stefan Reinauer
2008-08-19Add support for MSI KT4V to flashrom. The KT4V is autodetected and supportsSean Nelson
2008-08-19trivial fix for memcpy return code in case someone uses it.Stefan Reinauer
2008-08-19Add Tyan S2912 platform with AMD Family 10 support. Arne Georg Gleditsch
2008-08-19misc fixes:Stefan Reinauer
2008-08-19make 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-19replace static functions by macros, because otherwise every unused functionPatrick Georgi
2008-08-19add functions to query cursor position to video layerStefan Reinauer
2008-08-19libpayload: Fix the memcpy functions Jordan Crouse
2008-08-19fix typo in ctype.cStefan Reinauer
2008-08-18Add a kconfig option to choose between outputing ACS characters orUlf Jordan
2008-08-18Fix tinycurses color output on the VGA console.Ulf Jordan
2008-08-18Add more information to the libpayload README (trivial).Uwe Hermann
2008-08-18inteltool: match cpuid before attempting to print MSRs (trivial)Stefan Reinauer
2008-08-16add block io functions Stefan Reinauer
2008-08-16trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...Stefan Reinauer
2008-08-15fix typo in superiotool (trivial)Stefan Reinauer
2008-08-14* fix memory allocator bug that lead to freelist corruption on the first mallocStefan Reinauer
2008-08-13Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codesStefan Reinauer
2008-08-13off by 1. (trivial)Stefan Reinauer
2008-08-13commit real fix to pci module of coreinfo (trivial)Stefan Reinauer
2008-08-13add PCI_BUS macro (trivial)Stefan Reinauer
2008-08-12Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi andUlf Jordan
2008-08-12License updated to GPL v2.Marc Jones
2008-08-12libpayload: fix type in keyboard driver. (trivial)Stefan Reinauer
2008-08-12flashrom: Fix error -EINVAL on mmap()Segher Boessenkool
2008-08-11This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan
2008-08-11Document all of the external code we use in libpayload (trivial).Uwe Hermann
2008-08-11Add support for line drawing characters and the alternate character set.Ulf Jordan
2008-08-11Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch
2008-08-11No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse
2008-08-11these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer
2008-08-11these use CONFIG_ variables, too.Stefan Reinauer
2008-08-11video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer
2008-08-09Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan
2008-08-09Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan
2008-08-09Fix signedness problem in memcmp.Ulf Jordan
2008-08-08i messed this up.Stefan Reinauer
2008-08-08compile fix (trivial)Stefan Reinauer
2008-08-08new menu structure for libpayloadStefan Reinauer
2008-08-08fix some more warnings.Stefan Reinauer
2008-08-08fix warnings when starting make menuconfigStefan Reinauer
2008-08-08flashrom: ST M50FW040 TEST_OK PROBE READ ERASE WRITEPeter Stuge
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann