Age | Commit message (Expand) | Author |
2008-10-29 | Support for Intel Core Duo and Core 2 Duo (tm) CPUs. | Stefan Reinauer |
2008-10-29 | Support for the Intel ICH7 southbridge. | Stefan Reinauer |
2008-10-29 | Implement support for the Winbond W83627THG. | Stefan Reinauer |
2008-10-29 | Changes required to the device allocator: | Stefan Reinauer |
2008-10-28 | Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7. | Andriy Gapon |
2008-10-28 | Mark Winbond W39V040FA" (512 KB) as fully supported, tested by | Uwe Hermann |
2008-10-28 | Add support for the Intel 82371MX (MPIIX) southbridge (trivial). | Uwe Hermann |
2008-10-27 | Add initial support for the MSI MS-6147 mainboard. | Mats Erik Andersson |
2008-10-26 | Add support for the Intel 82371FB PIIX and 82371SB (PIIX3) southbridges. | Uwe Hermann |
2008-10-25 | Add support for the VIA VT82C586A/B chipset, improve documentation. | Uwe Hermann |
2008-10-23 | Add support for the ITE IT8661F/IT8770F, IT8673F, and IT8671F/IT8687R. | Urja Rannikko |
2008-10-23 | make escape code handling for serial terminal more robust | Patrick Georgi |
2008-10-22 | Made await_ide(), which polls for an ide status change, check the status | Jens Rottmann |
2008-10-22 | Changed RAM speed calculation to fix RAM modules getting rejected only | Jens Rottmann |
2008-10-22 | Speed up copying coreboot to ram by using "movsl" instead of "movsb". | Jens Rottmann |
2008-10-22 | Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not | Jens Rottmann |
2008-10-22 | Fix ordering problem in the libpayload Makefile. The include of | Uwe Hermann |
2008-10-22 | add multiboot support to defconfig (trivial) | Stefan Reinauer |
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 | Reduce serial output, otherwise flashing will fail very often (trivial). | Uwe Hermann |
2008-10-21 | [PATCH] fix video console init | Jordan Crouse |
2008-10-21 | I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'. | Uwe Hermann |
2008-10-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |
2008-10-21 | Add missing license header. | Uwe Hermann |
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-19 | Add register definitions for W83627HF based on publicly available | Andriy Gapon |
2008-10-18 | Coding-style fixes for flashrom, partly indent-aided (trivial). | Uwe Hermann |
2008-10-18 | flashrom: Allow the SiS 620 chipset to detect and read at least 256kb chips. | Urja Rannikko |
2008-10-17 | One more little fix for the Jetway J7F[24], option tables can only be | Corey Osgood |
2008-10-17 | Config-abuild.lb's for jetway/j7f24 and bcom/winnetp680, to (finally) get abu... | Corey Osgood |
2008-10-17 | Final fix for C7 boards, which are still using ROMCC, to be able to | Corey Osgood |
2008-10-17 | ROMCC chokes on vt8237_early_network_init(). Since that function is only | Carl-Daniel Hailfinger |
2008-10-16 | Revision 3564 improved compilation time, but it also introduced a | Carl-Daniel Hailfinger |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-10-16 | * Add a new board, the BCom WinNET P680 | Alex Mauer |
2008-10-16 | Revision 3567 introduced __attribute__((packed)) for a structured which | Carl-Daniel Hailfinger |
2008-10-15 | SB600 has four write once LPC ROM protect areas. It is not possible to write | Marc Jones |
2008-10-14 | Drop global register 0x07 for all Super I/Os (trivial). | Uwe Hermann |
2008-10-14 | Add dump support to ITE IT8726F, and add comments and a missing GPIO | Josh Profitt |
2008-10-13 | Add support for the Intel EP80579 (Tolapai) Development Kit mainboard | Ed Swierk |
2008-10-13 | Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be. | Uwe Hermann |
2008-10-13 | Drop unused (or commented / #if 0) reset.c files. | Uwe Hermann |
2008-10-12 | Drop tons of duplicated debug.c files, move common file to | Uwe Hermann |