coreboot.git
2008-04-22 Marc JonesAdd early MSR and PCI register initialization.
2008-04-22 Uwe HermannAdd support for a 'bootlog' module to coreinfo.
2008-04-22 Uwe HermannShow index numbers in the NVRAM dump, similar to the...
2008-04-21 Jordan Crouselibpayload: Fix keyboard buglet
2008-04-19 Christopher... This trivial patch adds the SMSC SCH3112 Super I/O...
2008-04-18 Ed SwierkReplace buildtarget's check for --build-id with something
2008-04-18 Ed SwierkAlter buildtarget to invoke the cross-compiler when
2008-04-16 Uwe HermannChange default payload location for easier buildrom...
2008-04-15 Uwe HermannMove curses/speaker.c to drivers/ as it's not curses...
2008-04-15 Uwe HermannAdd the patch for building tint as payload, as well...
2008-04-12 Ulf JordanCorrect upper boundary for isxdigit.
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannRewrite and filling of libc/ctype.c (thus adjusting...
2008-04-11 Uwe HermannConvert BIN2HEX/HEX2BIN to functions and add the abs...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-11 Jordan Crouselibpayload: Add a Geode video driver
2008-04-11 Marc Jones... Bring Fam10 memory controller init up to date with...
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-10 Jordan Crouselibpayload: Avoid .svn files in the header install
2008-04-10 Jordan Crousecoreinfo: Make coreinfo use the gcc-wrappers from...
2008-04-09 Uwe HermannMake the sample Makefile a bit more generic, so it...
2008-04-09 Jordan Crouselibpayload: Implement gcc wrappers for libpayload
2008-04-08 Uwe HermannAdd missing prototypes for libc/rand.c functions (trivial).
2008-04-08 Uwe HermannSmall curses fixes/additions for libpayload (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-04-07 Uwe HermannAdd rand/rand_r/srand functions for generating pseudo...
2008-04-07 Ed SwierkST M50FW016 and ST M50FW040 support the 82802ab command...
2008-04-07 Marc Jones... Re-add files I deleted by mistake in r3219. They are...
2008-04-07 Marc Jones... Don't check exclusive IRQ fieldin the PIR table.
2008-04-06 Joseph SmithThis patch halts the tco timer early in the boot proces...
2008-04-05 Jordan Crouselibpayload: remove unneeded stack stuff
2008-04-04 Uwe HermannFix the case where the user selects no modules in Kconf...
2008-04-04 Carl-Daniel... Add a workaround for a bug in some binutils version...
2008-04-04 Uwe HermannDocument a rough estimate of how much space in the...
2008-04-04 Uwe HermannAdd BIN2HEX and HEX2BIN macros (trivial).
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-04-03 Uwe HermannDoing another 'make' after a 'make clean' was broken...
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...
next