summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-27fix ppc mainboards (trivial)Stefan Reinauer
2008-09-26accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer
2008-09-26This patch fixes the dbm690t keyboard not working issue. It should alsoMarc Jones
2008-09-26add svn:ignore for temporary files and directories. (trivial)Stefan Reinauer
2008-09-26* Add strsep (since strtok is considered obsolete)Stefan Reinauer
2008-09-26Use a block cursor on VGA console :-)Stefan Reinauer
2008-09-26fix option handling in libpayloadStefan Reinauer
2008-09-26* add keyboard layout support to libpayloadStefan Reinauer
2008-09-26* factor out serial hardware initStefan Reinauer
2008-09-26Add IRQ12 to the dbm690t mptable for mouse interrupt support.Marc Jones
2008-09-26Activate proper support for EN29F002(A)(N)[BT].Mats Erik Andersson
2008-09-26Add default config file to libpayload so that one can do make defconfigStefan Reinauer
2008-09-24Support for the memory controller and PCIe interface of the IntelEd Swierk
2008-09-24Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan
2008-09-24Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan
2008-09-24Fix up remaining AMD DBM690T autobuild issue.Carl-Daniel Hailfinger
2008-09-24Add abuild support for the dbm690t. (trivial)Marc Jones
2008-09-23This patch adds support for watchdog kill and adds it to Asus M2V-MX SE.Rudolf Marek
2008-09-23The AMD dbm690t mainboard uses the it8712f SIO with theMarc Jones
2008-09-23Attached patch removes HPET info from ACPI tables. HPET does not work fine onRudolf Marek
2008-09-231.Patrick Georgi
2008-09-23Following patch adds support for Asus M2V-E SE. Works pretty well, the onlyRudolf Marek
2008-09-22Patch for AMD DBM690T board.Michael Xie
2008-09-22Patch for AMD SB600 chipset.Michael Xie
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-09-19Attached patch fixes at least one issue ;) During the PCI BAR sizing must b...Rudolf Marek
2008-09-19Whitespace and style cleanup. (trivial)Marc Jones
2008-09-19Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie
2008-09-18ck804 whitespace fixesMyles Watson
2008-09-18Fix whitespace in tyan s289{1,2,5} files. Also removes some #if 0 and #if 1Myles Watson
2008-09-18fix two minor bugs in nvramtool. (trivial)Stefan Reinauer
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