Age | Commit message (Expand) | Author |
2011-02-14 | Use fprintf(stderr, ...) in library | Patrick Georgi |
2011-02-14 | Stub out FILE*, stdout/stdin/stderr and implement fprintf on these | Patrick Georgi |
2011-02-14 | lpgcc was too noisy in some cases | Patrick Georgi |
2011-02-14 | Some more POSIX compatibility | Patrick Georgi |
2011-02-14 | Errata #169 works on HT, not MC | Josef Kellermann |
2011-02-14 | Removed LPC DMA Deadlock workaround... | Josef Kellermann |
2011-02-14 | Fix Typo. (and why is that file, and some of its siblings per-board?) | Patrick Georgi |
2011-02-14 | Add IBASE DB-FT1 and AMD Inagua motherboards. Patch 8 of 8. | Frank Vibrans |
2011-02-14 | This code provides support for the superio chip on the AMD Inagua platform (n... | Frank Vibrans |
2011-02-14 | I missed a file that was part of the AMD AGESA CPU wrapper checkin, r6347. | Frank Vibrans |
2011-02-14 | This code provides support for the superio chip on the IBASE Technology DB-F... | Frank Vibrans |
2011-02-14 | This code fixes a number of build issues related to the AMD Agesa code. The p... | Frank Vibrans |
2011-02-14 | Add AMD cpu wrapper code. Patch 4 of 8. | Frank Vibrans |
2011-02-14 | This code provides southbridge initialization for SB800 south bridges. It is... | Frank Vibrans |
2011-02-14 | This code provides cpu northbridge initialization for Family 14h cpus. It is ... | Frank Vibrans |
2011-02-14 | Add AMD Agesa and AMD CIMx SB800 code. Patch 1 of 8. | Frank Vibrans |
2011-02-12 | Attached patch fixes the LPC decode ranges of SB600/SB800. We enable early on... | Rudolf Marek |
2011-02-10 | According to AMD documentation, cache type WP should be used for | Scott Duplichan |
2011-02-10 | RS690: Provide support for MMCONF. | Josef Kellermannseppk |
2011-02-10 | Implemented workaround for erratum 169, obsoleting erratum 131. | Alexandru Gagniuc |
2011-02-10 | Fix a potential system hang by handling AMD Model F Erratum 89 | Josef Kellermann |
2011-02-08 | Add NetBSD support to nvramtool. | jakllsch |
2011-02-08 | Fix cmos-files-y for relative paths | Patrick Georgi |
2011-02-08 | Place the W83627EHG MIDI base address mask in the correct position. | Alexandru Gagniuc |
2011-02-07 | Reliably build arbitrary Kconfig-based revisions of SeaBIOS | Peter Stuge |
2011-02-05 | Actually add PC87382 into Kconfig, missing from r6332 | Peter Stuge |
2011-02-05 | Add PC87392 support | Sven Schnelle |
2011-02-05 | Add PC87382 support | Sven Schnelle |
2011-02-03 | Add support for the IT8720F Super I/O | Christian Ruppert |
2011-02-03 | Fix subvendor/subdevice programming on RS690 | Josef Kellermann |
2011-02-03 | Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions | Patrick Georgi |
2011-02-02 | pmh7.[ch]: Add missing license headers. | Uwe Hermann |
2011-02-02 | Add detection/dump support for the NSC PC87382. | Sven Schnelle |
2011-02-01 | Properly add Lenovo EC to build | Sven Schnelle |
2011-02-01 | Add support for the Lenovo PMH7 embedded controller | Sven Schnelle |
2011-02-01 | Fix using custom build configs in abuild | Mathias Krause |
2011-01-31 | Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if | Stefan Reinauer |
2011-01-31 | Add PCI ID's for VIA K8T800 and K8M800 northbridges. | Alexandru Gagniuc |
2011-01-31 | Build failure because of src/pc80/mc146818rtc_early.c unused variable | Stefan Reinauer |
2011-01-30 | Replace special rules for auxiliary files by cbfs-files-y entries | Patrick Georgi |
2011-01-30 | Inverse two arguments of cbfs-files-y and adapts its users (one of which alre... | Patrick Georgi |
2011-01-30 | Make cbfstool available in $(obj) for simple user access. | Kevin O'Connor |
2011-01-29 | Pass all required toolchain parts to SeaBIOS correctly | Stefan Reinauer |
2011-01-28 | Attached patch fixes the LPC decode ranges of SB700. We enable early only Ser... | Rudolf Marek |
2011-01-28 | This patch gets usbdebug console working in romstage. | Stefan Reinauer |
2011-01-28 | Separate CMOS layout from lbtable handling | Patrick Georgi |
2011-01-28 | Move CMOS handling into separate files in accessors | Patrick Georgi |
2011-01-28 | Move the parser for cmos.layout text files to accessors | Patrick Georgi |
2011-01-28 | rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST | Stefan Reinauer |
2011-01-28 | Move CLI portion of nvramtool into cli/ subdirectory as first step towards li... | Patrick Georgi |