summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.Uwe Hermann2008-10-213-17/+17
* Add missing license header.Uwe Hermann2008-10-211-0/+19
* One more little fix for the Jetway J7F[24], option tables can only be Corey Osgood2008-10-171-3/+3
* Final fix for C7 boards, which are still using ROMCC, to be able toCorey Osgood2008-10-171-0/+2
* ROMCC chokes on vt8237_early_network_init(). Since that function is onlyCarl-Daniel Hailfinger2008-10-172-0/+10
* Revision 3564 improved compilation time, but it also introduced aCarl-Daniel Hailfinger2008-10-161-1/+8
* * Add a new board, the BCom WinNET P680Alex Mauer2008-10-168-0/+572
* Revision 3567 introduced __attribute__((packed)) for a structured whichCarl-Daniel Hailfinger2008-10-161-1/+5
* Add support for the Intel EP80579 (Tolapai) Development Kit mainboardEd Swierk2008-10-138-0/+825
* Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be.Uwe Hermann2008-10-133-26/+29
* Drop unused (or commented / #if 0) reset.c files.Uwe Hermann2008-10-1329-520/+4
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-1232-1059/+17
* Remove an extra bracket left by the vt8237r cleanup patch (trivial)Corey Osgood2008-10-121-1/+1
* VIA VT8237R cleanups (trivial).Uwe Hermann2008-10-126-180/+205
* Add support for the VIA pc2500e mainboard (CN700 + VT8237R).Uwe Hermann2008-10-127-0/+539
* Drop a number of duplicated failover.c files (they have the same contentUwe Hermann2008-10-1124-509/+40
* Enable vga bios by default on Tyan s2881. The board has an onboard ati rage XL.Ward Vandewege2008-10-101-2/+2
* Indent-based + manual cleanups for CN700 (trivial). As this will be portedUwe Hermann2008-10-097-266/+282
* Added comment about sb600 wideio setting for clarity and a minor witespace c...Marc Jones2008-10-091-1/+2
* [PATCH] coreboot: Don't loop forever waiting for HDA codecsJordan Crouse2008-10-071-12/+57
* Whitespace fixes.Myles Watson2008-10-0630-1443/+1416
* Fix obviously (syntactically) broken cmos.layout (trivial).Uwe Hermann2008-10-041-4/+21
* Ron has been doing really good work over in v3. The problem is that the work ...Marc Jones2008-10-0325-2798/+26
* Fix/amend the incorrect pnp_dev_info[] items for the ITE IT8712F Super I/O.Uwe Hermann2008-10-031-8/+11
* Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger2008-10-032-0/+203
* Whitespace cleanup (trivial).Myles Watson2008-10-027-164/+169
* Whitespace cleanup (trivial).Myles Watson2008-10-0218-2690/+2691
* CK804 coding-style fixed based on an 'indent' run (trivial).Uwe Hermann2008-10-0223-922/+861
* This is so that people can see it. This is the sb600 for v3. It almost Ronald G. Minnich2008-10-0225-26/+2798
* Fix a typo.Carl-Daniel Hailfinger2008-10-021-0/+1
* Use easily readable macros to setup interrupt routing.Carl-Daniel Hailfinger2008-10-021-82/+54
* Missed a CONFIG_USE_PRINTK_IN_CAR define for the Asus m2v-mx_se.Marc Jones2008-10-011-0/+2
* Enable all available devices on the ASUS A8N-E (trivial).Uwe Hermann2008-10-012-9/+19
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-01166-208/+326
* Coding-style fixes and simplifications for the ASUS A8N-E (trivial).Uwe Hermann2008-09-306-398/+162
* A duplicate register address is incremented in table register_values.Mats Erik Andersson2008-09-301-1/+1
* AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CARMarc Jones2008-09-296-17/+10
* This patch for the AMD K8 allows a single DIMM to be populated in theMarc Jones2008-09-293-168/+329
* fix ppc mainboards (trivial)Stefan Reinauer2008-09-271-0/+3
* This patch fixes the dbm690t keyboard not working issue. It should alsoMarc Jones2008-09-262-39/+178
* Add IRQ12 to the dbm690t mptable for mouse interrupt support.Marc Jones2008-09-261-0/+2
* Support for the memory controller and PCIe interface of the IntelEd Swierk2008-09-243-0/+890
* This patch adds support for watchdog kill and adds it to Asus M2V-MX SE.Rudolf Marek2008-09-232-0/+13
* The AMD dbm690t mainboard uses the it8712f SIO with theMarc Jones2008-09-232-8/+31
* Attached patch removes HPET info from ACPI tables. HPET does not work fine onRudolf Marek2008-09-231-8/+1
* Following patch adds support for Asus M2V-E SE. Works pretty well, the onlyRudolf Marek2008-09-2310-0/+1348
* Patch for AMD DBM690T board.Michael Xie2008-09-2211-0/+1969
* Patch for AMD SB600 chipset.Michael Xie2008-09-2217-0/+2914
* Patch for AMD RS690 chipset.Michael Xie2008-09-2212-0/+2351
* Attached patch fixes at least one issue ;) During the PCI BAR sizing must b...Rudolf Marek2008-09-193-13/+22
OpenPOWER on IntegriCloud