aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-21libpayload: Fix keyboard bugletJordan Crouse
2008-04-19This trivial patch adds the SMSC SCH3112 Super I/O chip ID to theChristopher Kilgour
2008-04-18Replace buildtarget's check for --build-id with somethingEd Swierk
2008-04-18Alter buildtarget to invoke the cross-compiler whenEd Swierk
2008-04-16Change default payload location for easier buildrom support (trivial).Uwe Hermann
2008-04-15Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).Uwe Hermann
2008-04-15Add the patch for building tint as payload, as well as a small README,Uwe Hermann
2008-04-12Correct upper boundary for isxdigit.Ulf Jordan
2008-04-11Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann
2008-04-11Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann
2008-04-11Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann
2008-04-11Various small consistency fixes (trivial):Uwe Hermann
2008-04-11libpayload: Add a Geode video driverJordan Crouse
2008-04-11Bring Fam10 memory controller init up to date with the latest AMD BKDGMarc Jones (marc.jones
2008-04-10libpayload: Support functions for GeodeJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse
2008-04-10libpayload: Avoid .svn files in the header installJordan Crouse
2008-04-10coreinfo: Make coreinfo use the gcc-wrappers from libpayloadJordan Crouse
2008-04-09Make the sample Makefile a bit more generic, so it can be adapted moreUwe Hermann
2008-04-09libpayload: Implement gcc wrappers for libpayloadJordan Crouse
2008-04-08Add missing prototypes for libc/rand.c functions (trivial).Uwe Hermann
2008-04-08Small curses fixes/additions for libpayload (trivial).Uwe Hermann
2008-04-08libpayload: Add a timeout function for getchar and getchJordan Crouse
2008-04-07Add rand/rand_r/srand functions for generating pseudo-random bytes.Uwe Hermann
2008-04-07ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec.Ed Swierk
2008-04-07Re-add files I deleted by mistake in r3219. They are meant for a differentMarc Jones (marc.jones
2008-04-07Don't check exclusive IRQ fieldin the PIR table.Marc Jones(marc.jones
2008-04-06This patch halts the tco timer early in the boot process on all ICH series so...Joseph Smith
2008-04-05libpayload: remove unneeded stack stuffJordan Crouse
2008-04-04Fix the case where the user selects no modules in Kconfig at all.Uwe Hermann
2008-04-04Add a workaround for a bug in some binutils version which strictlyCarl-Daniel Hailfinger
2008-04-04Document a rough estimate of how much space in the ELF file each of theUwe Hermann
2008-04-04Add BIN2HEX and HEX2BIN macros (trivial).Uwe Hermann
2008-04-03Add a SHA-1 implementation to libpayload.Uwe Hermann
2008-04-03Doing another 'make' after a 'make clean' was broken until now. Fix itUwe Hermann
2008-04-02Add missing snprintf() to libc/printf.c (trivial).Uwe Hermann
2008-04-01Setting an integrated southbridge device (like SATA or USB2.0) toEd Swierk
2008-04-01Remove i82801DB files that I meant to delete in r3206.Joseph Smith
2008-04-01Tiny style fix for consistency (trivial).Ed Swierk
2008-04-01Removal of i82801DB (ICH4)Joseph Smith
2008-04-01The early init code of several Intel southbridge chipsets callsEd Swierk
2008-03-31Libpayload fixes to prevent triple-faults when running in QEMU.Klaus Schnass
2008-03-31Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann
2008-03-31Fix the NVRAM access functions to work correctly for theUwe Hermann
2008-03-31Whitespace fixes (trivial).Uwe Hermann
2008-03-31Rename drivers/cmos.c to drivers/nvram.c (trivial).Uwe Hermann
2008-03-31Due to popular demand, rename "CMOS" to "NVRAM" (trivial).Uwe Hermann
2008-03-30Like other Intel chipsets, the Intel 3100 has a TCO timer that rebootsEd Swierk
2008-03-29Add support for the TeleVideo TC7020.Kenji Noguchi
2008-03-29Now coreboot performs IRQ routing for some boards.Nikolay Petukhov
2008-03-29[libpayload] Work around sign-extending issueJordan Crouse
2008-03-29Make a few array entries only as big as they absolutely need to be (trivial).Uwe Hermann
2008-03-28Fix for irq routing issues.Joseph Smith
2008-03-27Add initial support for some basic CMOS read/write functions and theUwe Hermann
2008-03-27Various tiny fixes (trivial):Uwe Hermann
2008-03-27Drop -Os in libpayload for now, it causes run-time problems for someUwe Hermann
2008-03-25Make the getpir output compile (Closes #70).Jon Dufresne
2008-03-24Add a recent kconfig version to coreinfo, in order to make theUwe Hermann
2008-03-23Make functions static (where possible) to reduce code size (trivial).Uwe Hermann
2008-03-22Make cursor positioning work by using both halves of theJonathan A. Kollasch
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-21Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann
2008-03-20Following patch adds K8M890 support. It initializes the AGP and graphics UMA.Rudolf Marek
2008-03-20Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann
2008-03-20Smaller fixes to allow using -Wall (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-20Change kconfig references from 'buildrom' to 'libpayload'.Christopher Kilgour
2008-03-20Allow 'make menuconfig' to function within libpayload.Christopher Kilgour
2008-03-20Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann
2008-03-20Add -Os to the CFLAGS for size improvements.Jordan Crouse
2008-03-20libpayload: Add -Os to the CFLAGSJordan Crouse
2008-03-20Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann
2008-03-20corinfo: Inital release of the coreinfo codeJordan Crouse
2008-03-20libpayload: BSD solutions contributed by UweUwe Hermann
2008-03-19libpayload: External codeJordan Crouse
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse
2008-03-19Following patch will setup KT890 HT automatically. It will find theRudolf Marek
2008-03-18* split model_centaur into model_c3 and model_c7Stefan Reinauer
2008-03-18Add ICH9 detection to flashrom. Straight from the datasheet, untested.Carl-Daniel Hailfinger
2008-03-18oops. forgot to add the file.Stefan Reinauer
2008-03-17Support for the Winbond W39V080FA series of chips.Stefan Reinauer
2008-03-17The ATI vga rom is only 36K on the Tyan s2891, not 48K.Ward Vandewege
2008-03-17Various smaller fixes in superiotool:Uwe Hermann
2008-03-17Add support for the MSI MS-6119 mainboard.Uwe Hermann
2008-03-17Clarify LZMA code license.Carl-Daniel Hailfinger
2008-03-16oops. sorry, wrong checkin. This patch backs out r3155 and instead contains theEd Swierk
2008-03-16This patch implements support for the Intel 3100 Development Kit ...Ed Swierk
2008-03-16This patch implements support for the Intel 3100 integrated ...Ed Swierk
2008-03-16Here is an updated patch addressing most of Uwe's and Peter's ...Ed Swierk
2008-03-16This patch implements support for the Intel 3100 integrated SuperIO and UART....Ed Swierk
2008-03-16This patch updates the PCI IDs for Intel 3100 devices. ...Ed Swierk
2008-03-16give the fam10 code a little more space until we have the time to debug thisStefan Reinauer
2008-03-16check whether SST FWH chip was successfully erased on flashchip -E, tooStefan Reinauer
2008-03-16Sort list of flash chips alphabetically, add comment (trivial).Uwe Hermann
2008-03-15remove nasty warning that happened due to our vendor detectionStefan Reinauer
2008-03-15fix typoStefan Reinauer
2008-03-15BIOS_SPEW is log level 9. There is nothing beyound that line.Stefan Reinauer
2008-03-15Following patch extends the ROM decoding to last 1MB, allowing to use largerRudolf Marek
2008-03-15Following patch fixes the retrain/reset sequence which caused problem with someRudolf Marek
2008-03-14Re-add code erroneously removed in r3140.Uwe Hermann