Age | Commit message (Expand) | Author |
2008-10-22 | ouch. something went wrong with applying that old patch | Stefan Reinauer |
2008-10-22 | This has been sitting here since a looong time. | Stefan Reinauer |
2008-10-21 | [PATCH] fix video console init | Jordan Crouse |
2008-10-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |
2008-10-20 | [PATCH] libpayload: Fix overflow in _delay function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add a strtoul() function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Bail if the keyboard controller isn't there | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Fix the PCI search function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add multiboot support | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add pci_set_bus_master() function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Use gcc to compile assembly files | Jordan Crouse |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-10-08 | libpayload: Rename Geode video driver to Geode LX video driver. | Peter Stuge |
2008-10-08 | move variable declaration to where it is used, to prevent gcc failure. | Patrick Georgi |
2008-09-30 | Do not try to display non-printable characters on the bootlog and | Ulf Jordan |
2008-09-26 | accidently backed out r3598. Sorry Ulf, will pay more attention next time. | Stefan Reinauer |
2008-09-26 | * Add strsep (since strtok is considered obsolete) | Stefan Reinauer |
2008-09-26 | Use a block cursor on VGA console :-) | Stefan Reinauer |
2008-09-26 | fix option handling in libpayload | Stefan Reinauer |
2008-09-26 | * add keyboard layout support to libpayload | Stefan Reinauer |
2008-09-26 | * factor out serial hardware init | Stefan Reinauer |
2008-09-26 | Add default config file to libpayload so that one can do make defconfig | Stefan Reinauer |
2008-09-24 | Fix overflow in modwin erase. Do not refresh modwin yet, since it is | Ulf Jordan |
2008-09-24 | Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due | Ulf Jordan |
2008-09-23 | 1. | Patrick Georgi |
2008-09-18 | fix 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 labels | Patrick Georgi |
2008-09-17 | This patch adds damage detection to libpayload's tinycurses. This | Stefan Reinauer |
2008-09-12 | * Implement scrolling in tinycurses | Stefan Reinauer |
2008-09-11 | makes cursorx and cursory signed, as there | Patrick Georgi |
2008-09-11 | Fix the USB code to find the headers after they were moved. | Jordan Crouse |
2008-09-11 | Move the USB header files to a common location for install | Jordan Crouse |
2008-09-05 | Add editing keypad keys and the missing F11 key to the curses serial | Ulf Jordan |
2008-09-05 | define array size in a single place (trivial) | Stefan Reinauer |
2008-09-04 | Make the serial output driver 8 bit clean. Remove translate_special_chars(), | Ulf Jordan |
2008-09-03 | Add support for curses color output over serial. | Ulf Jordan |
2008-09-02 | This patch adds USB capabilities to libpayload. It requires some | Patrick Georgi |
2008-09-02 | Add memalign(align, size). | Patrick Georgi |
2008-09-02 | The keyboard driver mixed up the key press/release events for the | Stefan Reinauer |
2008-08-31 | Various Doxygen-related fixes in libpayload (trivial). | Uwe Hermann |
2008-08-29 | fix typo | Paul Menzel |
2008-08-28 | [PATCH]: libpayload: Document time functions | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document the architecture specific routines | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: change the type of the cpu_khz variable | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document readline | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document include/libpayload.h | Jordan Crouse |
2008-08-28 | [PATCH]: Libpayload: Remove static variables from the doxygen output | Jordan Crouse |
2008-08-28 | libpayload: Expand doxygen definitions | Jordan Crouse |
2008-08-28 | fix libpayload build dependencies (trivial) | Stefan Reinauer |
2008-08-27 | Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which | Uwe Hermann |
2008-08-26 | fix string function prototypes in libpayload according to sysv/4.3bsd. | Stefan Reinauer |
2008-08-26 | Fix some Doxygen warnings and/or typos (trivial). | Uwe Hermann |
2008-08-26 | How could -ffreestanding slip through here. Required because libpayload is not | Stefan Reinauer |
2008-08-23 | A missing semicolon prevents libpayload to compile, this patch fixes that. | Jakob Bornecrantz |
2008-08-19 | trivial fix for memcpy return code in case someone uses it. | Stefan Reinauer |
2008-08-19 | misc fixes: | Stefan Reinauer |
2008-08-19 | make 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-19 | replace static functions by macros, because otherwise every unused function | Patrick Georgi |
2008-08-19 | add functions to query cursor position to video layer | Stefan Reinauer |
2008-08-19 | libpayload: Fix the memcpy functions | Jordan Crouse |
2008-08-19 | fix typo in ctype.c | Stefan Reinauer |
2008-08-18 | Add a kconfig option to choose between outputing ACS characters or | Ulf Jordan |
2008-08-18 | Fix tinycurses color output on the VGA console. | Ulf Jordan |
2008-08-18 | Add more information to the libpayload README (trivial). | Uwe Hermann |
2008-08-16 | add block io functions | Stefan Reinauer |
2008-08-16 | trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe... | Stefan Reinauer |
2008-08-14 | * fix memory allocator bug that lead to freelist corruption on the first malloc | Stefan Reinauer |
2008-08-13 | off by 1. (trivial) | Stefan Reinauer |
2008-08-13 | commit real fix to pci module of coreinfo (trivial) | Stefan Reinauer |
2008-08-13 | add PCI_BUS macro (trivial) | Stefan Reinauer |
2008-08-12 | Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and | Ulf Jordan |
2008-08-12 | libpayload: fix type in keyboard driver. (trivial) | Stefan Reinauer |
2008-08-11 | This patch updates coreinfo to use the ACS_ macros for line graphics. | Ulf Jordan |
2008-08-11 | Document all of the external code we use in libpayload (trivial). | Uwe Hermann |
2008-08-11 | Add support for line drawing characters and the alternate character set. | Ulf Jordan |
2008-08-11 | Make cursor positioning work by using both halves of the VGA cursor | Jonathan A. Kollasch |
2008-08-11 | No really, _these_ should be the last occurences of CONFIG_ without | Jordan Crouse |
2008-08-11 | these should be the last occurences of CONFIG_ without config.h in libpayload. | Stefan Reinauer |
2008-08-11 | these use CONFIG_ variables, too. | Stefan Reinauer |
2008-08-11 | video.c uses CONFIG_ variables, so it needs config.h (trivial) | Stefan Reinauer |
2008-08-09 | Bugfixes to serial output functions: vt100 has bold with \e[1m, | Ulf Jordan |
2008-08-09 | Fix garbage characters on screen. mvwaddch inserts one character, | Ulf Jordan |
2008-08-09 | Fix signedness problem in memcmp. | Ulf Jordan |
2008-08-08 | i messed this up. | Stefan Reinauer |
2008-08-08 | compile fix (trivial) | Stefan Reinauer |
2008-08-08 | new menu structure for libpayload | Stefan Reinauer |
2008-08-08 | fix some more warnings. | Stefan Reinauer |
2008-08-08 | fix warnings when starting make menuconfig | Stefan Reinauer |
2008-08-08 | Drop useless .gitignore files. | Uwe Hermann |
2008-08-08 | Drop useless .gitignore files. | Uwe Hermann |
2008-08-08 | Update the kconfig copy in libpayload to a much more recent one. Among | Uwe Hermann |
2008-08-07 | Add a full set of pci access functions. | Stefan Reinauer |
2008-08-07 | fix stack protection detection with Jordan's suggestion | Stefan Reinauer |
2008-08-07 | fix cross compilationor libpayload / coreinfo by honoring | Stefan Reinauer |
2008-08-07 | Cosmetic fixes (trivial). | Uwe Hermann |
2008-08-07 | fix make menuconfig if no libintl.h is found. (trivial) | Stefan Reinauer |
2008-08-07 | add get_option to libpayload, so coreboot cmos options can be queried. | Stefan Reinauer |
2008-08-05 | Move out some hardcoded strings in coreinfo to become Kconfig variables. | Uwe Hermann |