Age | Commit message (Expand) | Author |
2010-11-07 | Add pointer to public PCIe bridge documentation on | Tobias Diedrich |
2010-11-07 | This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c | Tobias Diedrich |
2010-11-07 | This adds the VT8237A LPC device id and the pci_driver struct in | Tobias Diedrich |
2010-11-04 | Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c | Uwe Hermann |
2010-11-02 | Need to clear downstream read cycle retry bit, or the bus scan will | Tobias Diedrich |
2010-11-02 | This adds pci device ids and pci_driver structs for the K8T890 CF | Tobias Diedrich |
2010-10-29 | Use common code to set PCI subsystem in mcp55. | Jonathan Kollasch |
2010-10-29 | Deduplicate ck804 subsystem-setting functionality. | Jonathan Kollasch |
2010-10-28 | The no point in having a non-NULL ops_pci pointer when the set_subsystem oper... | Jonathan Kollasch |
2010-10-28 | Fix broken build due to missing #if CONFIG_IOAPIC. | Uwe Hermann |
2010-10-28 | Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. | Uwe Hermann |
2010-10-27 | Correct an apparent copy-paste error that shows up at compile time on | Jonathan Kollasch |
2010-10-27 | Convert ck804_early_smbus.c to a separately compiled unit. | Jonathan Kollasch |
2010-10-26 | Convert some comments to proper Doxygen syntax. | Uwe Hermann |
2010-10-26 | Convert all ck804-based boards to tiny bootblock. | Jonathan Kollasch |
2010-10-26 | Move bcm5785_enable_rom.c include to where it's used. | Patrick Georgi |
2010-10-26 | When gcc 4.5.0 is used, compiling mcp55_early_setup_car.c fails. This change ... | Scott Duplichan |
2010-10-24 | Running a checked build of Windows is needed for understanding its various BI... | Scott Duplichan |
2010-10-20 | Revert sblk/sblink change, use sblk like the rest of the codebase does. | Uwe Hermann |
2010-10-19 | Copy ICH4 hard_reset() for 6300ESB. | Jonathan Kollasch |
2010-10-19 | Remove unused variables from 6300ESB smbus_write_block(). | Jonathan Kollasch |
2010-10-18 | This patch enables SB700 option PrefetchEnSPIFromHost in early setup. | Scott Duplichan |
2010-10-17 | In the RS780/RS690 ProgK8TempMmioBase() function, the dst-link field is set | Liu Tao |
2010-10-17 | We currently read the CPU HT speed from HT chain 0's register. | Liu Tao |
2010-10-17 | Add more missing GPL-headers, fix inconsistencies in others. | Uwe Hermann |
2010-10-17 | Use common GPL-header format in CK804 files, add missing ones (trivial). | Uwe Hermann |
2010-10-13 | Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. | Uwe Hermann |
2010-10-13 | Enable or disable the power button in Kconfig | Peter Stuge |
2010-10-13 | Fix a stupid bug in rs780 and rs690 code. | Zheng Bao |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-10-11 | Fix typo after r5925. | Sylvain Hitier |
2010-10-11 | Build fixes (trivial). | Uwe Hermann |
2010-10-11 | First round of ICH2/ICH2-M cleanups after split from i82801xx. | Uwe Hermann |
2010-10-10 | fix typos found by zbao in other files. | Stefan Reinauer |
2010-10-10 | Same applies for SB600. | Rudolf Marek |
2010-10-10 | Following patch fixes the boot_switch_sata_ide logic. It can swap | Rudolf Marek |
2010-10-10 | Following patch enables UDMA on ALL IDE devices. The current code enables it ... | Rudolf Marek |
2010-10-10 | Trivial. Spelling check. | Zheng Bao |
2010-10-09 | Remove various .c #includes from Intel 440BX/82371EB boards. | Uwe Hermann |
2010-10-08 | Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c. | Uwe Hermann |
2010-10-08 | Round 2 of i82801AX fixes to get it into a usable shape. | Uwe Hermann |
2010-10-08 | Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c. | Uwe Hermann |
2010-10-07 | RS780 function ProgK8TempMmioBase is setting a reserved | Scott Duplichan |
2010-10-07 | Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. | Uwe Hermann |
2010-10-06 | Convert all Intel 440BX boards to Cache-as-RAM (CAR). | Uwe Hermann |
2010-10-05 | attached 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.1 | Patrick Georgi |
2010-10-05 | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi |
2010-10-02 | Allow selecting the physical USB Debug Port on AMD SB700. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-28 | Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). | Uwe Hermann |
2010-09-26 | Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. | Jonathan Kollasch |
2010-09-26 | i82801bx defines the hard reset function, so move the "select" statement to | Warren Turkal |
2010-09-26 | Only show the USB Debug Port kconfig option to the user if a mainboard | Uwe Hermann |
2010-09-25 | Various Debug Port southbridge implementation fixes / cosmetics. | Uwe Hermann |
2010-09-25 | Various USB Debug Port fixes (trivial). | Uwe Hermann |
2010-09-24 | Make SB600/SB700 more similar for easier diffs (trivial). | Uwe Hermann |
2010-09-24 | Hook 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-21 | First round of i82801ax clean-ups (trivial). | Uwe Hermann |
2010-09-19 | Make ASUS P3B-F RAM init actually work by enabling SPD access. | Uwe Hermann |
2010-09-13 | Move initialization of MMCONF BAR to cache_as_ram setup phase, in order | Arne Georg Gleditsch |
2010-09-13 | Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. | Juhana Helovuo |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-09-08 | Code must not access the smbus registers before the RTC power well is | Kevin O'Connor |
2010-09-08 | Make timer2 the default choice for TSC initialization. | Patrick Georgi |
2010-09-07 | Remove unused ide0_enable and sata0_enable entries from SB7xx | Rudolf Marek |
2010-08-26 | CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / | Jens Rottmann |
2010-08-17 | Tilapila supports both dual slot and single slot. The difference should be | Wang Qing Pei |
2010-08-17 | Whatever happened here,... The DEC Tulip is a network card, no bridge of any | Stefan Reinauer |
2010-08-17 | Look for actual framebuffer size instead of hardcoding UMA | Rudolf Marek |
2010-08-17 | Feature of lane reversal of AMD RS780 is tested. | Zheng Bao |
2010-08-14 | My old mcp55 azalia fix from May 2010. Was never checked in. | Stefan Reinauer |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-03 | VGA code needs to be refactored before it can be compiled conditionally. | Myles Watson |
2010-08-02 | Build VGA code conditionally to avoid errors when using SeaBIOS. | Myles Watson |
2010-08-01 | Clarify a comment on an old hack, remove the call to early_mtrr_init | Corey Osgood |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
2010-08-01 | Update my old, no longer active email addresses | Corey Osgood |
2010-07-28 | Let Geode GX2 use geode_post_code.h just like Geode LX | Nils Jacobs |
2010-07-26 | This patch converts the Geode GX2 boards to CAR. | Nils Jacobs |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-08 | get rid of even more fam10 and k8 warnings. | Stefan Reinauer |
2010-07-07 | fix some more warnings | Stefan Reinauer |
2010-07-07 | Kill a few more warnings. | Myles Watson |
2010-07-06 | A bug fix: | Myles Watson |
2010-06-21 | This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu... | Joseph Smith |
2010-06-19 | Trivial. Cleaning up about the blank line. | Zheng Bao |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-09 | The interrupt controller lives at I/O 0x4d0/0x4d1. | Stefan Reinauer |
2010-06-07 | Fix some of Peter's suggestions for the Nokia IP530. | Myles Watson |
2010-06-07 | Remove the rest of cardbus_scan_bus. | Myles Watson |
2010-06-07 | This patch extends the reserved resources for the cs5536 to avoid the excluded | Myles Watson |
2010-06-05 | Fix two warnings: | Stefan Reinauer |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-06-03 | The code was ported. Now it is what it should be. | Zheng Bao |
2010-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-05-27 | fix warnings. | Stefan Reinauer |
2010-05-25 | Move CS5535 specific setup from GX2 driver to CS5535. | Stefan Reinauer |