Age | Commit message (Expand) | Author |
2010-10-11 | Build fixes (trivial). | Uwe Hermann |
2010-10-11 | First round of ICH2/ICH2-M cleanups after split from i82801xx. | Uwe Hermann |
2010-10-10 | fix typos found by zbao in other files. | Stefan Reinauer |
2010-10-09 | Remove various .c #includes from Intel 440BX/82371EB boards. | Uwe Hermann |
2010-10-08 | Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c. | Uwe Hermann |
2010-10-08 | Round 2 of i82801AX fixes to get it into a usable shape. | Uwe Hermann |
2010-10-08 | Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c. | Uwe Hermann |
2010-10-07 | Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. | Uwe Hermann |
2010-10-06 | Convert all Intel 440BX boards to Cache-as-RAM (CAR). | Uwe Hermann |
2010-10-05 | - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 | Patrick Georgi |
2010-10-05 | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-28 | Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). | Uwe Hermann |
2010-09-26 | i82801bx defines the hard reset function, so move the "select" statement to | Warren Turkal |
2010-09-26 | Only show the USB Debug Port kconfig option to the user if a mainboard | Uwe Hermann |
2010-09-25 | Various Debug Port southbridge implementation fixes / cosmetics. | Uwe Hermann |
2010-09-25 | Various USB Debug Port fixes (trivial). | Uwe Hermann |
2010-09-21 | First round of i82801ax clean-ups (trivial). | Uwe Hermann |
2010-09-19 | Make ASUS P3B-F RAM init actually work by enabling SPD access. | Uwe Hermann |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-07 | Kill a few more warnings. | Myles Watson |
2010-06-21 | This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu... | Joseph Smith |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-05 | Fix two warnings: | Stefan Reinauer |
2010-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-05-27 | fix warnings. | Stefan Reinauer |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-25 | fix most usbdebug warnings and fix function names. | Stefan Reinauer |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-14 | clean up some prototypes | Stefan Reinauer |
2010-05-14 | license header fixes | Nils Jacobs |
2010-04-30 | Doesn't need to be a warning. | Stefan Reinauer |
2010-04-30 | Get rid of a few more warnings. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | try to unify timing initialization across those boards that need it... | Stefan Reinauer |
2010-04-25 | no warnings days. | Stefan Reinauer |
2010-04-22 | Fix AHCI mode on i82801gx. Fixes SATA hotplug on iBASE:MB899. | Bernhard M. Wiedermann |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-04-14 | zero warnings days. Down to under 600 different warnings | Stefan Reinauer |
2010-04-11 | do better error reporting in i82801dx early smbus functions. | Stefan Reinauer |
2010-04-09 | fix the broken nvidia chipset boards, | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-07 | fix epia-m700 compilation, and remove more warnings. | Stefan Reinauer |
2010-04-07 | switch some ROMCC boards back to ROMCC. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-30 | fix some southbridge warnings (trivial) | Stefan Reinauer |
2010-03-28 | drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking... | Stefan Reinauer |
2010-03-23 | fix newly introduced printk_foo warnings.. | Stefan Reinauer |
2010-03-22 | Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo... | Joseph Smith |
2010-03-22 | Fix all the format string warnings. | Myles Watson |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | revert the faulty part of r5252 | Stefan Reinauer |
2010-03-17 | fix HPET on some ICH southbridges | Stefan Reinauer |
2010-03-17 | Actually enable HPET | Stefan Reinauer |
2010-03-17 | bug fix for IOAPIC on i82801dx. | Stefan Reinauer |
2010-03-17 | This patch fixes up the i82801dx_lpc.c code post transition. | Joseph Smith |
2010-03-17 | more warning fixes. | Stefan Reinauer |
2010-03-17 | fix HPET base addressed. | Stefan Reinauer |
2010-03-17 | remove more warnings, and fix some boards (watchdog.h) | Stefan Reinauer |
2010-03-17 | fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-16 | pci drivers should be const. | Stefan Reinauer |
2010-03-14 | ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA) | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-27 | This does the following: | Stefan Reinauer |
2010-02-22 | fix builds... | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-18 | Move all IOAPIC selection to southbridges, and remove them | Patrick Georgi |
2010-01-17 | ICH7 update | Stefan Reinauer |
2010-01-16 | coreboot has 13 instances of IOAPIC setup distributed across a lot | Stefan Reinauer |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-16 | (trivial) cosmetics for i82801gx cmos failover. | Stefan Reinauer |
2010-01-16 | * drop reset files from 945 mainboards (and use southbridge specific reset) | Stefan Reinauer |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | Kontron 986LCD-M update | Stefan Reinauer |
2009-10-24 | s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick u... | Stefan Reinauer |
2009-10-23 | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer |
2009-10-09 | This change allows us to see the spd on the s850, finally. | Ronald G. Minnich |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-09 | More kconfig cleanups: | Uwe Hermann |
2009-10-04 | The new CBFS based build system requires the whole ROM to be accessible | Uwe Hermann |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-08-28 | This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i... | Arnaud Maye |
2009-08-28 | Add kconfig support for all Intel 82810 (i810) boards. | Uwe Hermann |
2009-08-28 | Silence unneeded #warnings, change to code comments (trŅvial). | Uwe Hermann |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-12 | drop extra whitespace at end of line for i945 + ICH7 (trivial) | Stefan Reinauer |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-05 | Add some more CONFIG_* prefixes that were missing. | Patrick Georgi |
2009-07-21 | Intel ICH7 updates | Stefan Reinauer |