aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-19Cosmetic fixes and comment additions in acpi.c.Uwe Hermann
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-18Drop unused and incorrect RTC_DEV for Winbond W83627EHG.Uwe Hermann
2010-11-18Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi
2010-11-18Move register block definitions out of board code intoPatrick Georgi
2010-11-18For completeness sake: License header.Patrick Georgi
2010-11-18Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi
2010-11-17Move Intel power management related defines to some central location.Patrick Georgi
2010-11-17Dynamically generate PNP0C02 mainboard resources in SSDTTobias Diedrich
2010-11-17Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich
2010-11-17This problem was introduced withTobias Diedrich
2010-11-17The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich
2010-11-16Drop W83627THF, it's the same device as W83627THG.Uwe Hermann
2010-11-16Drop commented out debug definesPatrick Georgi
2010-11-16Forgot to remove one set of SET_FIDVID definesPatrick Georgi
2010-11-16Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi
2010-11-16back out parts of #6073Stefan Reinauer
2010-11-15fix random breakageStefan Reinauer
2010-11-15Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi
2010-11-15C and other Super I/O cosmetic fixes.Uwe Hermann
2010-11-14Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann
2010-11-14CK804/MCP55 devicetree.cb cosmetic and indentation fixes.Uwe Hermann
2010-11-14Return 0, (as for 40pin cable if SB not found)Rudolf Marek
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-13MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan
2010-11-12mainboard/asus/m2v: Set DDR2 voltage to 1.8VTobias Diedrich
2010-11-11Add support for Fintek F71872 superio.Jonathan Kollasch
2010-11-11Remove superfluous Super I/O res0/res1 lines.Uwe Hermann
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-10Use the new mptable_write_buses() on the ASUS M2V.Tobias Diedrich
2010-11-10Add mptable for ASUS M2V.Tobias Diedrich
2010-11-10Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann
2010-11-10Random Winbond Super I/O cosmetic and coding-style fixes.Uwe Hermann
2010-11-10Make amdk8 printk_raminit() accept just a single string parameterPeter Stuge
2010-11-10Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge
2010-11-10Debugging facility improvements.Uwe Hermann
2010-11-10ITE IT8661F changes to match the common code structure.Uwe Hermann
2010-11-09This fixes a FIXME in src/cpu/amd/mtrr/amd_mtrr.c and shuts up theTobias Diedrich
2010-11-09Add acpi tables and dsdt.Tobias Diedrich
2010-11-09Add pirq table for ASUS M2V.Tobias Diedrich
2010-11-08Add #include guards to all Super I/O header files (trivial).Uwe Hermann
2010-11-08We can't print this early.Ward Vandewege
2010-11-08Random ITE Super I/O fixes.Uwe Hermann
2010-11-07DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4Scott Duplichan
2010-11-07Should be part of 6044. I forgot to add the directory :/Tobias Diedrich
2010-11-07This adds the m2v directory and necessary files to src/mainboards/asus andTobias Diedrich
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-07Remove empty files added by accident. Sorry about that.Rudolf Marek
2010-11-07Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-07FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in onePatrick Georgi
2010-11-07Fix a few incorrect GIGABYTE board names (trivial).Uwe Hermann
2010-11-07ECS P6IWP-Fe: Fix typo, add missing license header.Uwe Hermann
2010-11-07Remove unused defines (UART_*)Patrick Georgi
2010-11-06Various Super I/O fixes and corrections.Uwe Hermann
2010-11-06Remove comments that are obsolete since r6028.Uwe Hermann
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-11-05Various PIRQ/MPTABLE/ACPI Kconfig fixes.Uwe Hermann
2010-11-05Follow-up for r6025, do 0x87 twice in superio.c, too.Uwe Hermann
2010-11-05According to the description in datasheet of f71889,Zheng Bao
2010-11-05Add Kconfig CPU speed selection to Geode GX2 boards.Nils Jacobs
2010-11-05GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value.Nils Jacobs
2010-11-05Remove banner wrapper function and unify print(k) usage.Nils Jacobs
2010-11-05Fintek and Intel i3100 Super I/O cleanups.Uwe Hermann
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-11-04Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann
2010-11-03Add Fintek F71889 Super I/O support.Alec Ari
2010-11-03Remove some unused code from gx2/raminit.c.Nils Jacobs
2010-11-03Clean up some more comments and white space in model_gx2/cpureginit.c.Nils Jacobs
2010-11-03Clean up some comments and white space in gx2/northbridgeinit.cNils Jacobs
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-11-01Change Geode GX2 to use the auto DRAM detect code from Geode LX.Nils Jacobs
2010-11-01Remove some unused code.Nils Jacobs
2010-11-01GX2: Clean up some white space and comments.Nils Jacobs
2010-11-01GX2: Change MSR register numbers into more descriptive names.Nils Jacobs
2010-10-31Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway.Uwe Hermann
2010-10-31Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann
2010-10-31Fix AMD family 10h engineering sample is reported as 'thermal test kit'.Scott Duplichan
2010-10-30Mptable related fixes for ASUS P2B-DS.Uwe Hermann
2010-10-29Use common code to set PCI subsystem in mcp55.Jonathan Kollasch
2010-10-29Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch
2010-10-29Drop duplicate HAVE_ACPI_TABLES (trivial).Uwe Hermann
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-27Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E.Jonathan Kollasch
2010-10-27Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch
2010-10-27Drop referenced-yet-does-nothing static function from ms7135 romstage.Jonathan 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-26We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich