Age | Commit message (Expand) | Author |
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 |
2008-08-04 | Remove duplicated code which is already in libpayload (trivial). | Uwe Hermann |
2008-08-04 | Add missing #include. | Uwe Hermann |
2008-07-18 | Random coding style fixes and simplifications (trivial). | Uwe Hermann |
2008-07-08 | Add a coreinfo module which can hexdump arbitrary RAM regions and | Uwe Hermann |
2008-06-20 | coreinfo: Enable serial support | Jordan Crouse |
2008-06-20 | libpayload: Support curses for serial | Jordan Crouse |
2008-05-27 | coreinfo: Specify a name, listname and desc item for coreinfo | Jordan Crouse |
2008-05-27 | libpayload: Add PAYLOAD_INFO macro | Jordan Crouse |
2008-05-27 | libpayload: Add a function to verify the checksum on a LAR file | Jordan Crouse |
2008-05-21 | Add KEY_ESC (trivial). | Uwe Hermann |
2008-05-20 | coreinfo: Use the ESC key to exit the payload | Jordan Crouse |
2008-05-20 | coreinfo: Fix the subwindow refresh based on the libpayload changes | Jordan Crouse |
2008-05-20 | libpayload: Add an exec() and i386_do_exec() function | Jordan Crouse |
2008-05-20 | libpayload: Add larfptr function | Jordan Crouse |
2008-05-20 | libpayload: Fix curses subwindows | Jordan Crouse |
2008-05-14 | libpayload: implement wborder function | Jordan Crouse |
2008-05-14 | libpayload: Fix the putc function | Jordan Crouse |
2008-05-13 | This is a trivial patch which fixes the tint build by removing the extra | Myles Watson |
2008-05-11 | Fix the build when serial console support is disabled (trivial). | Uwe Hermann |
2008-05-11 | Quickfix to repair 'make clean; make menuconfig' (trivial). | Uwe Hermann |
2008-05-07 | coreinfo: Add a module for browsing the boot LAR | Jordan Crouse |
2008-05-07 | libpayload: Add LAR walking support | Jordan Crouse |
2008-05-06 | coreinfo: Show the current time and date in the menu | Jordan Crouse |
2008-05-06 | We were in the risk of running out of space in the option menu at | Jordan Crouse |
2008-05-06 | The previous commit had more in it then I wanted - so I am reverting | Jordan Crouse |
2008-05-06 | coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO | Jordan Crouse |
2008-04-25 | libpayload: Add gettimeofday() and friends | Jordan Crouse |
2008-04-25 | libpayload: Fix a small but aggressive bug in printf() | Jordan Crouse |
2008-04-25 | libpayload: Enable keyboard translation so that we can use scancode set 1 | Jordan Crouse |
2008-04-25 | libpayload: Fix malloc allocation | Jordan Crouse |
2008-04-25 | libpayload: Add the null terminator to the end of the duplicated string | Jordan Crouse |
2008-04-22 | Add support for a 'bootlog' module to coreinfo. | Uwe Hermann |
2008-04-22 | Show index numbers in the NVRAM dump, similar to the PCI config space dump. | Uwe Hermann |
2008-04-21 | libpayload: Fix keyboard buglet | Jordan Crouse |
2008-04-15 | Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). | Uwe Hermann |
2008-04-15 | Add the patch for building tint as payload, as well as a small README, | Uwe Hermann |
2008-04-12 | Correct upper boundary for isxdigit. | Ulf Jordan |
2008-04-11 | Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). | Uwe Hermann |
2008-04-11 | Rewrite and filling of libc/ctype.c (thus adjusting copyright line). | Uwe Hermann |
2008-04-11 | Convert BIN2HEX/HEX2BIN to functions and add the abs() family | Uwe Hermann |
2008-04-11 | Various small consistency fixes (trivial): | Uwe Hermann |
2008-04-11 | libpayload: Add a Geode video driver | Jordan Crouse |
2008-04-10 | libpayload: Support functions for Geode | Jordan Crouse |
2008-04-10 | libpayload: Add video console framework | Jordan Crouse |
2008-04-10 | libpayload: Avoid .svn files in the header install | Jordan Crouse |
2008-04-10 | coreinfo: Make coreinfo use the gcc-wrappers from libpayload | Jordan Crouse |
2008-04-09 | Make the sample Makefile a bit more generic, so it can be adapted more | Uwe Hermann |
2008-04-09 | libpayload: Implement gcc wrappers for libpayload | Jordan Crouse |
2008-04-08 | Add missing prototypes for libc/rand.c functions (trivial). | Uwe Hermann |
2008-04-08 | Small curses fixes/additions for libpayload (trivial). | Uwe Hermann |
2008-04-08 | libpayload: Add a timeout function for getchar and getch | Jordan Crouse |
2008-04-07 | Add rand/rand_r/srand functions for generating pseudo-random bytes. | Uwe Hermann |
2008-04-05 | libpayload: remove unneeded stack stuff | Jordan Crouse |
2008-04-04 | Fix the case where the user selects no modules in Kconfig at all. | Uwe Hermann |
2008-04-04 | Document a rough estimate of how much space in the ELF file each of the | Uwe Hermann |
2008-04-04 | Add BIN2HEX and HEX2BIN macros (trivial). | Uwe Hermann |
2008-04-03 | Add a SHA-1 implementation to libpayload. | Uwe Hermann |
2008-04-03 | Doing another 'make' after a 'make clean' was broken until now. Fix it | Uwe Hermann |
2008-04-02 | Add missing snprintf() to libc/printf.c (trivial). | Uwe Hermann |
2008-03-31 | Libpayload fixes to prevent triple-faults when running in QEMU. | Klaus Schnass |
2008-03-31 | Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for | Uwe Hermann |
2008-03-31 | Fix the NVRAM access functions to work correctly for the | Uwe Hermann |
2008-03-31 | Whitespace fixes (trivial). | Uwe Hermann |
2008-03-31 | Rename drivers/cmos.c to drivers/nvram.c (trivial). | Uwe Hermann |
2008-03-31 | Due to popular demand, rename "CMOS" to "NVRAM" (trivial). | Uwe Hermann |