aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel
AgeCommit message (Expand)Author
2011-04-19Fix compilation of all i82371eb boards when ACPI tables aren't generatedIdwer Vollering
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2011-04-01ICH7: Fix register naming errorSven Schnelle
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2011-02-03Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi
2011-01-30Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi
2010-12-27Intel SCH: make state machine binary selection available in Kconfig for now.Stefan Reinauer
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-18Fix a few whitespace and coding style issues.Uwe Hermann
2010-12-18A couple of Poulsbo fixes:Patrick Georgi
2010-12-18Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 boardPatrick Georgi
2010-12-09Merge enable_rom.c files into bootblock.c files.Uwe Hermann
2010-12-08Tobias Diedrich wrote:Tobias Diedrich
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-12-07Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann
2010-11-29Tobias Diedrich wrote:Tobias Diedrich
2010-11-27After finding the missing bit poweroff works now.Tobias Diedrich
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-18Move register block definitions out of board code intoPatrick Georgi
2010-10-28Fix broken build due to missing #if CONFIG_IOAPIC.Uwe Hermann
2010-10-28Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.Uwe Hermann
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-10-19Copy ICH4 hard_reset() for 6300ESB.Jonathan Kollasch
2010-10-19Remove unused variables from 6300ESB smbus_write_block().Jonathan Kollasch
2010-10-13Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-11Fix typo after r5925.Sylvain Hitier
2010-10-11Build fixes (trivial).Uwe Hermann
2010-10-11First round of ICH2/ICH2-M cleanups after split from i82801xx.Uwe Hermann
2010-10-10fix typos found by zbao in other files.Stefan Reinauer
2010-10-09Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann
2010-10-08Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.Uwe Hermann
2010-10-08Round 2 of i82801AX fixes to get it into a usable shape.Uwe Hermann
2010-10-08Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.Uwe Hermann
2010-10-07Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann
2010-10-06Convert 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.1Patrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-28Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann
2010-09-26i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-09-21First round of i82801ax clean-ups (trivial).Uwe Hermann
2010-09-19Make ASUS P3B-F RAM init actually work by enabling SPD access.Uwe Hermann
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-07Kill a few more warnings.Myles Watson
2010-06-21This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-05Fix two warnings:Stefan Reinauer
2010-05-30don't generate C source code file but use objcopy to include the SMM blob.Stefan Reinauer
2010-05-27fix warnings.Stefan Reinauer
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-14clean up some prototypesStefan Reinauer
2010-05-14license header fixes Nils Jacobs
2010-04-30Doesn't need to be a warning.Stefan Reinauer
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25try to unify timing initialization across those boards that need it...Stefan Reinauer
2010-04-25no warnings days.Stefan Reinauer
2010-04-22Fix AHCI mode on i82801gx. Fixes SATA hotplug on iBASE:MB899.Bernhard M. Wiedermann
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14zero warnings days. Down to under 600 different warnings Stefan Reinauer
2010-04-11do better error reporting in i82801dx early smbus functions.Stefan Reinauer
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-07fix epia-m700 compilation, and remove more warnings.Stefan Reinauer
2010-04-07switch some ROMCC boards back to ROMCC.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-30fix some southbridge warnings (trivial)Stefan Reinauer
2010-03-28drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer
2010-03-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-22Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo...Joseph Smith
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17revert the faulty part of r5252Stefan Reinauer
2010-03-17fix HPET on some ICH southbridgesStefan Reinauer
2010-03-17Actually enable HPETStefan Reinauer
2010-03-17bug fix for IOAPIC on i82801dx.Stefan Reinauer
2010-03-17This patch fixes up the i82801dx_lpc.c code post transition.Joseph Smith
2010-03-17more warning fixes.Stefan Reinauer
2010-03-17fix HPET base addressed.Stefan Reinauer
2010-03-17remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer
2010-03-17fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-16pci drivers should be const.Stefan Reinauer
2010-03-14ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA)Stefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-27This does the following:Stefan Reinauer
2010-02-22fix builds...Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer