Age | Commit message (Expand) | Author |
2013-06-12 | usbdebug: Drop printk within console_init() | Kyösti Mälkki |
2013-06-12 | intel/*/smi.c: Output correct GPIO in ALT_GP_SMI_STS register dump | Konstantin Aladyshev |
2013-06-11 | Fix cycle error in intel southbridges to display GPI status | Konstantin Aladyshev |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2013-05-07 | Intel 82801Gx: LPC: Unify I/O APIC setup | Paul Menzel |
2013-04-26 | Intel 82801gx: Use 2 << 24 to clarify that I/O APIC ID is 2 | Paul Menzel |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Use defines for some i82801ex/gx registers | Kyösti Mälkki |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-14 | Move HAVE_SMI_HANDLER from mainboards to chipsets | Stefan Reinauer |
2012-10-08 | hpet: common ACPI generation | Patrick Georgi |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-07-26 | Refactor driver structs | Patrick Georgi |
2012-04-27 | SMM: unify mainboard APM command handlers | Stefan Reinauer |
2012-03-24 | i82801gx: Support power-on-after-power-fail better | Patrick Georgi |
2012-03-24 | i82801gx: Use CMOS variable if available for power-on on power failure | Patrick Georgi |
2012-02-17 | Avoid ../../.. paths in ASL files | Patrick Georgi |
2012-02-17 | Remove whitespace. | Patrick Georgi |
2011-10-31 | Fix usb debug dongle support | Sven Schnelle |
2011-10-27 | i82801gx: Fix port status in AHCI mode | Sven Schnelle |
2011-10-25 | i82801gx: Add setting for C4onC3 mode | Sven Schnelle |
2011-10-25 | i82801gx: Add write and read/write block functions | Sven Schnelle |
2011-10-23 | i82801gx: Don't set I/O base address to static value | Sven Schnelle |
2011-10-15 | use acpi.h include instead of manually adding acpi_slp_type. | Stefan Reinauer |
2011-06-29 | i82801gx: read RTC status register to prevent IRQ storm | Sven Schnelle |
2011-06-15 | SMM: don't overwrite SMM memory on resume | Sven Schnelle |
2011-06-15 | i82801gx: replace cafed00d/cafebabe by defines | Sven Schnelle |
2011-06-07 | i82801gx: enable ACPI during S3 resume | Sven Schnelle |
2011-06-07 | SMM: add defines for APM_CNT register | Sven Schnelle |
2011-06-06 | SMM: add mainboard_apm_cnt() callback | Sven Schnelle |
2011-05-03 | i82801gx: enable SPI prefetching | Sven Schnelle |
2011-04-18 | * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value | Stefan Reinauer |
2011-04-10 | In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. | Stefan Reinauer |
2011-04-01 | ICH7: Fix register naming error | Sven Schnelle |
2011-03-01 | Use subsystem id from devicetree.cb instead of Kconfig and move | Sven Schnelle |
2011-02-03 | Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions | Patrick Georgi |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-12-08 | first round name simplification. drop the <component>_ prefix. | stepan |
2010-12-07 | Get rid of some unneeded function prototypes in romstage.c files. | Uwe Hermann |
2010-11-18 | Fix/drop some obsolete comments, | Uwe Hermann |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-10-10 | fix typos found by zbao in other files. | Stefan Reinauer |
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 | 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-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
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-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-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-22 | Fix AHCI mode on i82801gx. Fixes SATA hotplug on iBASE:MB899. | Bernhard M. Wiedermann |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-28 | drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking... | Stefan Reinauer |
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 | fix a couple of warnings | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
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 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-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-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
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 |
2009-07-20 | Rename some preprocessor symbols. I have no idea why | Patrick Georgi |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-03-13 | ACPI implementation for i945, ICH7, Kontron 986LCD-M | Stefan Reinauer |
2009-03-11 | This patch contains some significant updates to the i82801gx component and will | Stefan Reinauer |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-01-20 | forgot to svn add | Stefan Reinauer |
2009-01-20 | Update Kontron board | Stefan Reinauer |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |