aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2010-11-21Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-18Move register block definitions out of board code intoPatrick Georgi
2010-11-17Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich
2010-11-17The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich
2010-11-14Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann
2010-11-14Move cable detect logic to a weak function in vt8237r_ide.c and addTobias Diedrich
2010-11-14Currently the Tobias Diedrich
2010-11-11Add VT8237A id to src/southbridge/via/vt8237r/bootblock.cTobias Diedrich
2010-11-11Add pci id and ops for VT8237A SATA controllerTobias Diedrich
2010-11-08We can't print this early.Ward Vandewege
2010-11-07Depends on the "Introduce get_vt8237_lpc() function" andTobias Diedrich
2010-11-07This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.cTobias Diedrich
2010-11-07Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too.Tobias Diedrich
2010-11-07Instead of duplicating the pci_locate_device calls multiple times,Tobias Diedrich
2010-11-07Add pointer to public PCIe bridge documentation onTobias Diedrich
2010-11-07This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.cTobias Diedrich
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-04Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann
2010-11-02Need to clear downstream read cycle retry bit, or the bus scan willTobias Diedrich
2010-11-02This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich
2010-10-29Use common code to set PCI subsystem in mcp55.Jonathan Kollasch
2010-10-29Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch
2010-10-28The no point in having a non-NULL ops_pci pointer when the set_subsystem oper...Jonathan Kollasch
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-27Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch
2010-10-27Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-10-26Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch
2010-10-26Move bcm5785_enable_rom.c include to where it's used.Patrick Georgi
2010-10-26When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change ...Scott Duplichan
2010-10-24Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan
2010-10-20Revert sblk/sblink change, use sblk like the rest of the codebase does.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-18This patch enables SB700 option PrefetchEnSPIFromHost in early setup.Scott Duplichan
2010-10-17In the RS780/RS690 ProgK8TempMmioBase() function, the dst-link field is setLiu Tao
2010-10-17We currently read the CPU HT speed from HT chain 0's register.Liu Tao
2010-10-17Add more missing GPL-headers, fix inconsistencies in others.Uwe Hermann
2010-10-17Use common GPL-header format in CK804 files, add missing ones (trivial).Uwe Hermann
2010-10-13Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann
2010-10-13Enable or disable the power button in KconfigPeter Stuge
2010-10-13Fix a stupid bug in rs780 and rs690 code.Zheng Bao
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-10Same applies for SB600.Rudolf Marek
2010-10-10Following patch fixes the boot_switch_sata_ide logic. It can swapRudolf Marek
2010-10-10Following patch enables UDMA on ALL IDE devices. The current code enables it ...Rudolf Marek
2010-10-10Trivial. Spelling check.Zheng Bao
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-07RS780 function ProgK8TempMmioBase is setting a reservedScott Duplichan
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-05attached patch moves a couple more config flags out of romstage:Patrick Georgi
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-10-02Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann
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-26Duplicate the MCP55 EHCI Debug Port enable code for use with CK804.Jonathan Kollasch
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-24Make SB600/SB700 more similar for easier diffs (trivial).Uwe Hermann
2010-09-24Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann
2010-09-22 Here is a proposed way how to handle the SATA PHY settings on SB700. It Rudolf Marek
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-09-13Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch
2010-09-13Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed.Juhana Helovuo
2010-09-09Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch
2010-09-08Code must not access the smbus registers before the RTC power well isKevin O'Connor
2010-09-08Make timer2 the default choice for TSC initialization.Patrick Georgi
2010-09-07Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-08-17Tilapila supports both dual slot and single slot. The difference should beWang Qing Pei
2010-08-17Whatever happened here,... The DEC Tulip is a network card, no bridge of anyStefan Reinauer
2010-08-17Look for actual framebuffer size instead of hardcoding UMARudolf Marek
2010-08-17Feature of lane reversal of AMD RS780 is tested.Zheng Bao
2010-08-14My old mcp55 azalia fix from May 2010. Was never checked in.Stefan Reinauer
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-08-03VGA code needs to be refactored before it can be compiled conditionally.Myles Watson
2010-08-02Build VGA code conditionally to avoid errors when using SeaBIOS.Myles Watson
2010-08-01Clarify a comment on an old hack, remove the call to early_mtrr_initCorey Osgood
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-08-01Update my old, no longer active email addressesCorey Osgood
2010-07-28Let Geode GX2 use geode_post_code.h just like Geode LXNils Jacobs
2010-07-26This patch converts the Geode GX2 boards to CAR.Nils Jacobs
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-08get rid of even more fam10 and k8 warnings.Stefan Reinauer