Stub out FILE*, stdout/stdin/stderr and implement fprintf on these
[coreboot.git] / payloads / libpayload /
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 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 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 signedness problem in memcmp.
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 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 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-08-04 Uwe HermannAdd missing #include.
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-27 Jordan Crouselibpayload: Add PAYLOAD_INFO macro
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
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-11 Uwe HermannFix the build when serial console support is disabled...
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Fix a small but aggressive bug in printf()
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-25 Jordan Crouselibpayload: Fix malloc allocation
2008-04-25 Jordan Crouselibpayload: Add the null terminator to the end of...
2008-04-21 Jordan Crouselibpayload: Fix keyboard buglet
2008-04-15 Uwe HermannMove curses/speaker.c to drivers/ as it's not curses...
2008-04-12 Ulf JordanCorrect upper boundary for isxdigit.
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannRewrite and filling of libc/ctype.c (thus adjusting...
2008-04-11 Uwe HermannConvert BIN2HEX/HEX2BIN to functions and add the abs...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-11 Jordan Crouselibpayload: Add a Geode video driver
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-10 Jordan Crouselibpayload: Avoid .svn files in the header install
2008-04-09 Uwe HermannMake the sample Makefile a bit more generic, so it...
2008-04-09 Jordan Crouselibpayload: Implement gcc wrappers for libpayload
2008-04-08 Uwe HermannAdd missing prototypes for libc/rand.c functions (trivial).
2008-04-08 Uwe HermannSmall curses fixes/additions for libpayload (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-04-07 Uwe HermannAdd rand/rand_r/srand functions for generating pseudo...
2008-04-05 Jordan Crouselibpayload: remove unneeded stack stuff
2008-04-04 Uwe HermannAdd BIN2HEX and HEX2BIN macros (trivial).
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-04-02 Uwe HermannAdd missing snprintf() to libc/printf.c (trivial).
2008-03-31 Klaus SchnassLibpayload fixes to prevent triple-faults when running...
2008-03-31 Uwe HermannFix the NVRAM access functions to work correctly for the
2008-03-31 Uwe HermannWhitespace fixes (trivial).
2008-03-31 Uwe HermannRename drivers/cmos.c to drivers/nvram.c (trivial).
2008-03-31 Uwe HermannDue to popular demand, rename "CMOS" to "NVRAM" (trivial).
2008-03-29 Jordan Crouse[libpayload] Work around sign-extending issue
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-27 Uwe HermannDrop -Os in libpayload for now, it causes run-time...
next