coreboot.git
2008-04-02 Uwe HermannAdd missing snprintf() to libc/printf.c (trivial).
2008-04-01 Ed SwierkSetting an integrated southbridge device (like SATA...
2008-04-01 Joseph SmithRemove i82801DB files that I meant to delete in r3206.
2008-04-01 Ed SwierkTiny style fix for consistency (trivial).
2008-04-01 Joseph SmithRemoval of i82801DB (ICH4)
2008-04-01 Ed SwierkThe early init code of several Intel southbridge chipse...
2008-03-31 Klaus SchnassLibpayload fixes to prevent triple-faults when running...
2008-03-31 Uwe HermannAdd support for an "NVRAM Dump" screen in coreinfo...
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-30 Ed SwierkLike other Intel chipsets, the Intel 3100 has a TCO...
2008-03-29 Kenji NoguchiAdd support for the TeleVideo TC7020.
2008-03-29 Nikolay PetukhovNow coreboot performs IRQ routing for some boards.
2008-03-29 Jordan Crouse[libpayload] Work around sign-extending issue
2008-03-29 Uwe HermannMake a few array entries only as big as they absolutely...
2008-03-28 Joseph SmithFix for irq routing issues.
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-27 Uwe HermannVarious tiny fixes (trivial):
2008-03-27 Uwe HermannDrop -Os in libpayload for now, it causes run-time...
2008-03-25 Jon DufresneMake the getpir output compile (Closes #70).
2008-03-24 Uwe HermannAdd a recent kconfig version to coreinfo, in order...
2008-03-23 Uwe HermannMake functions static (where possible) to reduce code...
2008-03-22 Jonathan A... Make cursor positioning work by using both halves of the
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-21 Uwe HermannQuickfix for libpayload's strcpy() to properly NUL...
2008-03-20 Rudolf MarekFollowing patch adds K8M890 support. It initializes...
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannSmaller fixes to allow using -Wall (trivial).
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-20 Christopher... Change kconfig references from 'buildrom' to 'libpayload'.
2008-03-20 Christopher... Allow 'make menuconfig' to function within libpayload.
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-20 Jordan CrouseAdd -Os to the CFLAGS for size improvements.
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-20 Uwe HermannCosmetic changes and coding style fixes by running...
2008-03-20 Jordan Crousecorinfo: Inital release of the coreinfo code
2008-03-20 Uwe Hermannlibpayload: BSD solutions contributed by Uwe
2008-03-19 Jordan Crouselibpayload: External code
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD
2008-03-19 Rudolf MarekFollowing patch will setup KT890 HT automatically....
2008-03-18 Stefan Reinauer* split model_centaur into model_c3 and model_c7
2008-03-18 Carl-Daniel... Add ICH9 detection to flashrom. Straight from the datas...
2008-03-18 Stefan Reinaueroops. forgot to add the file.
2008-03-17 Stefan ReinauerSupport for the Winbond W39V080FA series of chips.
2008-03-17 Ward VandewegeThe ATI vga rom is only 36K on the Tyan s2891, not...
2008-03-17 Uwe HermannVarious smaller fixes in superiotool:
2008-03-17 Uwe HermannAdd support for the MSI MS-6119 mainboard.
2008-03-17 Carl-Daniel... Clarify LZMA code license.
2008-03-16 Ed Swierkoops. sorry, wrong checkin. This patch backs out r3155...
2008-03-16 Ed SwierkThis patch implements support for the Intel 3100 Develo...
2008-03-16 Ed SwierkThis patch implements support for the Intel 3100 integrated
2008-03-16 Ed SwierkHere is an updated patch addressing most of Uwe's and...
2008-03-16 Ed SwierkThis patch implements support for the Intel 3100 integr...
2008-03-16 Ed SwierkThis patch updates the PCI IDs for Intel 3100 devices.
2008-03-16 Stefan Reinauergive the fam10 code a little more space until we have...
2008-03-16 Stefan Reinauercheck whether SST FWH chip was successfully erased...
2008-03-16 Uwe HermannSort list of flash chips alphabetically, add comment...
2008-03-15 Stefan Reinauerremove nasty warning that happened due to our vendor...
2008-03-15 Stefan Reinauerfix typo
2008-03-15 Stefan ReinauerBIOS_SPEW is log level 9. There is nothing beyound...
2008-03-15 Rudolf MarekFollowing patch extends the ROM decoding to last 1MB...
2008-03-15 Rudolf MarekFollowing patch fixes the retrain/reset sequence which...
2008-03-14 Uwe HermannRe-add code erroneously removed in r3140.
2008-03-14 Joseph SmithChanges M50FW080 to use 82802ab.c instead of jedec...
2008-03-14 Carl-Daniel... Prepare for ICH7/ICH8 SPI support by adding some debugg...
2008-03-14 Corey OsgoodAdd a Config-abuild.lb for the rca/rm4100 (trivial)
2008-03-14 Uwe HermannFix broken flashrom build.
2008-03-14 Carl-Daniel... Fix up one forgotten revert in r3140.
2008-03-14 Carl-Daniel... Revert the delete of 82802ab.c in r3137.
2008-03-13 Uwe HermannAlso print the chip vendor name in --list-supported...
2008-03-13 Uwe HermannAlso print the required -m option in --list-supported...
2008-03-13 Carl-Daniel... Drop 82802ab.c as it is identical to sharplhf00l04.c.
2008-03-13 Uwe HermannUpdate AMD CPU list based on Revision Guide for AMD...
2008-03-12 Uwe HermannFormatting fixes, no content changes (trivial).
2008-03-12 Uwe HermannDrop the useless rom.layout file. It's just an example...
2008-03-12 Uwe HermannAdd --list-supported option to flashrom which lists...
2008-03-10 Stefan ReinauerAdd GPIO dumping utility for Intel ICH series southbridges.
2008-03-10 Ward VandewegeThe ATI vga rom is only 36K on the Tyan s2881.
2008-03-10 Ward VandewegeThis patch changes the Config.lb files and adds a Confi...
2008-03-09 Joseph SmithInitial support for the Intel 82830 northbridge and...
2008-03-08 Uwe HermannVarious cosmetic and coding style fixes for ASUS A8V...
2008-03-04 Uwe HermannDrop some duplicate documentation from the README....
2008-03-04 Uwe HermannAdd missing license header to layout.c. The file was...
2008-03-01 Uwe HermannRename lxbios to nvramtool, step 3 (rename directory).
2008-03-01 Uwe HermannRename lxbios to nvramtool, step 2 (rename files).
2008-03-01 Uwe HermannRename lxbios to nvramtool.
2008-03-01 Uwe HermannSmall coding style fixes and documentation updates...
2008-03-01 Corey OsgoodCreate a genacpi directory below util/ which will hold...
2008-02-28 Ronald HoogenboomIn pci_device.c, the class for VGA was not tested prope...
2008-02-26 Ward VandewegeTemporarily disable the fan control patch from this...
2008-02-25 Ronald HoogenboomThis patch adds support to dump other registers than...
2008-02-25 Ronald HoogenboomThis patch adds automatic fan control for the CPU fan...
2008-02-25 Ronald HoogenboomThis trivial patch removes an unused local variable...
2008-02-21 Ward VandewegeThe proprietary VGA rom is only 36K on Tyan s2882,...
2008-02-21 Corey OsgoodAdd support for the Via CN700 with a C7 CPU and DDR2...
2008-02-20 Yinghai LuRoute device IRQ through PCI bridge instead in mptable.
2008-02-20 Jonathan A... Initial support for MSI MS-7135 (K8N Neo3) mainboard.
2008-02-20 Mart Raudseppflashrom: Add board_enable for Artec Group DBE61 and...
next