Add constants for fast path resume copying
[coreboot.git] / payloads /
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.
2008-08-11 Stefan Reinauervideo.c uses CONFIG_ variables, so it needs config...
2008-08-09 Ulf JordanBugfixes to serial output functions: vt100 has bold...
2008-08-09 Ulf JordanFix garbage characters on screen. mvwaddch inserts...
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Stefan Reinaueri messed this up.
2008-08-08 Stefan Reinauercompile fix (trivial)
2008-08-08 Stefan Reinauernew menu structure for libpayload
2008-08-08 Stefan Reinauerfix some more warnings.
2008-08-08 Stefan Reinauerfix warnings when starting make menuconfig
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinauerfix stack protection detection with Jordan's suggestion
2008-08-07 Stefan Reinauerfix cross compilationor libpayload / coreinfo by honoring
2008-08-07 Uwe HermannCosmetic fixes (trivial).
2008-08-07 Stefan Reinauerfix make menuconfig if no libintl.h is found. (trivial)
2008-08-07 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-08-05 Uwe HermannMove out some hardcoded strings in coreinfo to become...
2008-08-04 Uwe HermannRemove duplicated code which is already in libpayload...
2008-08-04 Uwe HermannAdd missing #include.
2008-07-18 Uwe HermannRandom coding style fixes and simplifications (trivial).
2008-07-08 Uwe HermannAdd a coreinfo module which can hexdump arbitrary RAM...
2008-06-20 Jordan Crousecoreinfo: Enable serial support
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-27 Jordan Crousecoreinfo: Specify a name, listname and desc item for...
2008-05-27 Jordan Crouselibpayload: Add PAYLOAD_INFO macro
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
2008-05-21 Uwe HermannAdd KEY_ESC (trivial).
2008-05-20 Jordan Crousecoreinfo: Use the ESC key to exit the payload
2008-05-20 Jordan Crousecoreinfo: Fix the subwindow refresh based on the libpa...
2008-05-20 Jordan Crouselibpayload: Add an exec() and i386_do_exec() function
2008-05-20 Jordan Crouselibpayload: Add larfptr function
2008-05-20 Jordan Crouselibpayload: Fix curses subwindows
2008-05-14 Jordan Crouselibpayload: implement wborder function
2008-05-14 Jordan Crouselibpayload: Fix the putc function
2008-05-13 Myles WatsonThis is a trivial patch which fixes the tint build...
2008-05-11 Uwe HermannFix the build when serial console support is disabled...
2008-05-11 Uwe HermannQuickfix to repair 'make clean; make menuconfig' (trivial).
2008-05-07 Jordan Crousecoreinfo: Add a module for browsing the boot LAR
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
next