summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x.Keith Hui2010-10-1311-3/+924
* Convert all Intel i810 boards to CAR.Uwe Hermann2010-10-1320-123/+46
* Enable or disable the power button in KconfigPeter Stuge2010-10-1321-18/+83
* Fix a stupid bug in rs780 and rs690 code.Zheng Bao2010-10-132-2/+2
* Trivial. Clean up code and add some comments.Zheng Bao2010-10-132-39/+42
* Add missing include of model_6bx for slot_1.Keith Hui2010-10-121-0/+1
* Move translate_spd_to_i82810[] from .h to .c file (trivial).Uwe Hermann2010-10-122-57/+54
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-12103-162/+175
* Reduce duplicate definition in CAR code.Warren Turkal2010-10-124-47/+115
* Build bootblock.S instead of bootblock.c.Warren Turkal2010-10-121-3/+3
* Fix typo after r5925.Sylvain Hitier2010-10-112-4/+4
* Build fixes (trivial).Uwe Hermann2010-10-112-1/+1
* First round of ICH2/ICH2-M cleanups after split from i82801xx.Uwe Hermann2010-10-1115-730/+102
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-1125-848/+57
* don't include unused code, we only need the header.Stefan Reinauer2010-10-101-1/+1
* fix typos found by zbao in other files.Stefan Reinauer2010-10-102-6/+6
* Same applies for SB600.Rudolf Marek2010-10-101-3/+2
* Following patch fixes the boot_switch_sata_ide logic. It can swapRudolf Marek2010-10-101-2/+5
* Following patch enables UDMA on ALL IDE devices. The current code enables it ...Rudolf Marek2010-10-101-3/+2
* Trivial. Spelling check.Zheng Bao2010-10-1010-18/+18
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-0931-140/+155
* Trivial. Spell checking.Zheng Bao2010-10-097-44/+37
* Trivial. Spell checking.Zheng Bao2010-10-096-13/+13
* Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.Uwe Hermann2010-10-082-80/+0
* Round 2 of i82801AX fixes to get it into a usable shape.Uwe Hermann2010-10-0810-177/+97
* Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.Uwe Hermann2010-10-088-235/+64
* Trivial. Spell checking.Zheng Bao2010-10-084-18/+18
* Trivial. Fix the typo.Zheng Bao2010-10-082-4/+4
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-0718-46/+9
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-0797-167/+89
* RS780 function ProgK8TempMmioBase is setting a reservedScott Duplichan2010-10-072-2/+2
* Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann2010-10-0723-81/+47
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-0643-335/+71
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-051-1/+0
* Use %p instead of %x to print void *.Jonathan Kollasch2010-10-051-1/+1
* Add second CK804 for tyan/s2895 and sunw/ultra40.Myles Watson2010-10-052-0/+8
* attached patch moves a couple more config flags out of romstage:Patrick Georgi2010-10-0532-109/+76
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-0552-136/+133
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-0593-193/+153
* Add missing Intel Pentium II/III era CPU IDs.Uwe Hermann2010-10-043-14/+82
* Add comments to make it clear why these two lines are written like that:Uwe Hermann2010-10-026-0/+30
* Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann2010-10-0210-15/+33
* AMD SB600 uses a hardcoded USB Debug Port number.Uwe Hermann2010-10-021-4/+4
* Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it.Jonathan Kollasch2010-10-023-6/+0
* Fix spelling/typos in comments.Jonathan Kollasch2010-10-021-8/+8
* Factor out common CAR asm snippets.Uwe Hermann2010-10-017-190/+139
* Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial).Uwe Hermann2010-10-013-206/+205
* Fix make warnings:Myles Watson2010-10-011-2/+0
* Fix some breakage from 5890.Myles Watson2010-10-011-1/+2
* Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi2010-10-0132-35/+14