Add some basic K8 MSRs.
[coreboot.git] / payloads /
2009-03-06 Stefan Reinauerfix strstr. Seems the function never worked before...
2009-02-22 Mart Raudsepplibpayload: Fix build when both USB and PS/2 keyboard...
2009-02-17 Ulf JordanBayou: Clean up Bayou's window after returning from...
2009-02-15 Ronald G. MinnichThis is a safety measure, since the shipping buildrom...
2009-02-10 Ulf JordanFix bayou payload execution.
2009-02-10 Ulf JordanFix bayou payload execution.
2009-01-26 Stefan Reinauerfix a potential null pointer reference in strdup (as...
2008-11-25 Mart Raudsepplibpayload: Fix immediate rebuild after a clean
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-11-11 Jordan Crouse[PATCH] coreinfo: Add multiboot parsing support
2008-11-11 Jordan Crouse[PATCH] Add sysinfo_have_multiboot function
2008-11-08 Ulf JordanUpdate bayou to use ACS_ macros for line drawing charac...
2008-11-02 Uwe HermannGet the lzma/ directory from v3 via svn:externals,...
2008-11-02 Uwe HermannImport a slightly modified Bayou version into svn....
2008-10-23 Patrick Georgimake escape code handling for serial terminal more...
2008-10-22 Uwe HermannFix ordering problem in the libpayload Makefile. The...
2008-10-22 Stefan Reinaueradd multiboot support to defconfig (trivial)
2008-10-22 Stefan Reinauerouch. something went wrong with applying that old patch
2008-10-22 Stefan ReinauerThis has been sitting here since a looong time.
2008-10-21 Jordan Crouse[PATCH] fix video console init
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Fix overflow in _delay function
2008-10-20 Jordan Crouse[PATCH] libpayload: Add a strtoul() function
2008-10-20 Jordan Crouse[PATCH] libpayload: Bail if the keyboard controller...
2008-10-20 Jordan Crouse[PATCH] libpayload: Fix the PCI search function
2008-10-20 Jordan Crouse[PATCH] libpayload: Add multiboot support
2008-10-20 Jordan Crouse[PATCH] libpayload: Add pci_set_bus_master() function
2008-10-20 Jordan Crouse[PATCH] libpayload: Use gcc to compile assembly files
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-10-08 Peter Stugelibpayload: Rename Geode video driver to Geode LX video...
2008-10-08 Patrick Georgimove variable declaration to where it is used, to preve...
2008-09-30 Ulf JordanDo not try to display non-printable characters on the...
2008-09-26 Stefan Reinaueraccidently backed out r3598. Sorry Ulf, will pay more...
2008-09-26 Stefan Reinauer* Add strsep (since strtok is considered obsolete)
2008-09-26 Stefan ReinauerUse a block cursor on VGA console :-)
2008-09-26 Stefan Reinauerfix option handling in libpayload
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-26 Stefan ReinauerAdd default config file to libpayload so that one can...
2008-09-24 Ulf JordanFix overflow in modwin erase. Do not refresh modwin...
2008-09-24 Ulf JordanAdjust width of stdscr to exactly SCREEN_X. This fixes...
2008-09-23 Patrick Georgi1.
2008-09-18 Stefan Reinauerfix regression in libpayload introduced by merge of...
2008-09-17 Patrick Georgi- unify keycodes for non-ASCII keys by using curses...
2008-09-17 Stefan ReinauerThis patch adds damage detection to libpayload's tinycu...
2008-09-12 Stefan Reinauer* Implement scrolling in tinycurses
2008-09-11 Patrick Georgimakes cursorx and cursory signed, as there
2008-09-11 Jordan CrouseFix the USB code to find the headers after they were...
2008-09-11 Jordan CrouseMove the USB header files to a common location for...
2008-09-05 Ulf JordanAdd editing keypad keys and the missing F11 key to...
2008-09-05 Stefan Reinauerdefine array size in a single place (trivial)
2008-09-04 Ulf JordanMake the serial output driver 8 bit clean. Remove trans...
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-09-02 Patrick GeorgiThis patch adds USB capabilities to libpayload. It...
2008-09-02 Patrick GeorgiAdd memalign(align, size).
2008-09-02 Stefan ReinauerThe keyboard driver mixed up the key press/release...
2008-08-31 Uwe HermannVarious Doxygen-related fixes in libpayload (trivial).
2008-08-29 Paul Menzelfix typo
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document time functions
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document the architecture specifi...
2008-08-28 Jordan Crouse[PATCH]: libpayload: change the type of the cpu_khz...
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document readline
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document include/libpayload.h
2008-08-28 Jordan Crouse[PATCH]: Libpayload: Remove static variables from...
2008-08-28 Jordan Crouselibpayload: Expand doxygen definitions
2008-08-28 Stefan Reinauerfix libpayload build dependencies (trivial)
2008-08-27 Uwe HermannAdd a Doxygen config file and a Makefile target 'doxy...
2008-08-26 Stefan Reinauerfix string function prototypes in libpayload according...
2008-08-26 Uwe HermannFix some Doxygen warnings and/or typos (trivial).
2008-08-26 Stefan ReinauerHow could -ffreestanding slip through here. Required...
2008-08-23 Jakob BornecrantzA missing semicolon prevents libpayload to compile...
2008-08-19 Stefan Reinauertrivial fix for memcpy return code in case someone...
2008-08-19 Stefan Reinauermisc fixes:
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Patrick Georgireplace static functions by macros, because otherwise...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-19 Jordan Crouselibpayload: Fix the memcpy functions
2008-08-19 Stefan Reinauerfix typo in ctype.c
2008-08-18 Ulf JordanAdd a kconfig option to choose between outputing ACS...
2008-08-18 Ulf JordanFix tinycurses color output on the VGA console.
2008-08-18 Uwe HermannAdd more information to the libpayload README (trivial).
2008-08-16 Stefan Reinaueradd block io functions
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-14 Stefan Reinauer* fix memory allocator bug that lead to freelist corrup...
2008-08-13 Stefan Reinaueroff by 1. (trivial)
2008-08-13 Stefan Reinauercommit real fix to pci module of coreinfo (trivial)
2008-08-13 Stefan Reinaueradd PCI_BUS macro (trivial)
2008-08-12 Ulf JordanFix incorrect mapping of ACS_PI for VGA console. A...
2008-08-12 Stefan Reinauerlibpayload: fix type in keyboard driver. (trivial)
2008-08-11 Ulf JordanThis patch updates coreinfo to use the ACS_ macros...
2008-08-11 Uwe HermannDocument all of the external code we use in libpayload...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jonathan A. KollaschMake cursor positioning work by using both halves of...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-08-11 Stefan Reinauerthese use CONFIG_ variables, too.
next