summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-22Fix of fix copy and paste errors in ne2k.c (r6512 by stepan)Rudolf Marek
2011-04-22fix typo ttys0_index -> b_indexStefan Reinauer
2011-04-22Get rid of all but one (I/O mapped) UART init functions.Stefan Reinauer
2011-04-22The UART divider should be calculated based on the base frequencyStefan Reinauer
2011-04-21more ifdef -> if fixes.Stefan Reinauer
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-20drop dead code from sb800 bootblockStefan Reinauer
2011-04-20drop excessive newline in uart8250.cStefan Reinauer
2011-04-20Simplify coreboot's console/console.hStefan Reinauer
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-20Add Lenovo ThinkPad T60Sven Schnelle
2011-04-20PC87384: remove unused init functionSven Schnelle
2011-04-20pci1x2x: remove latency/bridge control/cacheline size settingsSven Schnelle
2011-04-20pci1x2x: use cardbus_read_resources()/cardbus_enable_resources()Sven Schnelle
2011-04-20pci1x2x: use pci_ops set_subsystem instead of custom codeSven Schnelle
2011-04-20pci1x2x: add PCI1510 device IDsSven Schnelle
2011-04-20pci1x2x: use devicetree register configurationSven Schnelle
2011-04-20drop dead uart init code.Stefan Reinauer
2011-04-20fix boards that still had some uart init remaindersStefan Reinauer
2011-04-19Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer
2011-04-19Lenovo PMH7: add pmh7_touchpad_enable()Sven Schnelle
2011-04-19Fix compilation of all i82371eb boards when ACPI tables aren't generatedIdwer Vollering
2011-04-19The "temp" will be used later. So it has to be calculated correctly.Zheng Bao
2011-04-19Recently the 3 projects using the new AMD reference code have beenScott Duplichan
2011-04-19Fix some more misuses of ifdef/if definedStefan Reinauer
2011-04-19cleanup wrong use of defined() after exporting all variables in KconfigStefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-04-18fix copy and paste errors in ne2k.cStefan Reinauer
2011-04-17Lenovo H8 EC: add missing systemstatus.asl includeSven Schnelle
2011-04-17PMH7: Add dock event controlSven Schnelle
2011-04-16bootblock updates: ...Stefan Reinauer
2011-04-15sorry for breaking the tree. Stefan Reinauer
2011-04-15comment cosmetics in bootblock.ldStefan Reinauer
2011-04-15add FILO easy payload optionStefan Reinauer
2011-04-15Handle drivers/ equally to any other sub directory.Stefan Reinauer
2011-04-15fix mainboards that were including earlymtrr.c without actually using it.Stefan Reinauer
2011-04-14drop half an uart8250 implementation from smiutil and use the common code Stefan Reinauer
2011-04-14fix coreboot compilation without serial console enabled.Stefan Reinauer
2011-04-14earlymtrr.c: wipe some dead code, use names instead of numbers and someStefan Reinauer
2011-04-14add some comments to walkcbfs.SStefan Reinauer
2011-04-14- drop remaining CONFIG_ROM_IMAGE_SIZEStefan Reinauer
2011-04-14drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCHStefan Reinauer
2011-04-14nvidia mcp55: drop unused dbg_info Stefan Reinauer
2011-04-14cosmetic cleanup of sis966 usb2 code Stefan Reinauer
2011-04-14Use symbolic names for some MTRR bits instead of numbers in CAR codeStefan Reinauer
2011-04-13Lenovo H8 EC: add missing include for thermal.aslSven Schnelle
2011-04-12Lenovo H8 EC: Set fancontrol to Automatic managementSven Schnelle
2011-04-12PC87384: add GPIO definesSven Schnelle
2011-04-12Use TOM2 for highest sysmem setting for northbound memory routing (DMA). This...Marc Jones