Age | Commit message (Expand) | Author |
2010-12-15 | Cleanup up HD audio codec / hda_verb.h files. | Uwe Hermann |
2010-12-13 | no leading zeroes. | Stefan Reinauer |
2010-12-13 | This patch just turns on the ACPI resume. | Rudolf Marek |
2010-12-13 | Compile cbmem.c instead of including it in romstage, | Rudolf Marek |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-12-13 | Add support for the ASUS M2N-E board. | Uwe Hermann |
2010-12-11 | Fix the build failure. We have now common fadt.c. | Rudolf Marek |
2010-12-11 | Following patch makes just one fadt.c file. For SB700. | Rudolf Marek |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-12-10 | Two hda_verb.h files: Add more comments. | Uwe Hermann |
2010-12-10 | Add TINY_BOOTBLOCK support for AMD SB700. | Uwe Hermann |
2010-12-09 | Build fix, forgot to run abuild on the latest tree. | Uwe Hermann |
2010-12-09 | Deduplicate various ACPI .asl files. | Uwe Hermann |
2010-12-08 | Tobias Diedrich wrote: | Tobias Diedrich |
2010-12-08 | Move "select CACHE_AS_RAM" lines from boards into CPU socket. | Uwe Hermann |
2010-12-08 | second round name simplification. drop the <component>_ prefix. | stepan |
2010-12-08 | first round name simplification. drop the <component>_ prefix. | stepan |
2010-12-07 | Get rid of some unneeded function prototypes in romstage.c files. | Uwe Hermann |
2010-12-07 | Trivial. Fix typo. | Zheng Bao |
2010-12-06 | Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. | Uwe Hermann |
2010-12-06 | Get rid of some useless/empty *_fixups.c files. | Uwe Hermann |
2010-12-06 | Winbond W83627HF: Use existing functions instead of open-coding. | Uwe Hermann |
2010-12-06 | Add initial support for the ASUS M4A78-EM. | Juhana Helovuo |
2010-12-05 | W83627DHG/W83627EHG fixups for virtual LDNs. | Uwe Hermann |
2010-12-04 | Following patch removes the cut-and-paste stuff from Mahagony and fixes the _... | Rudolf Marek |
2010-11-30 | The patch just make the power LED on. | Rudolf Marek |
2010-11-30 | Fix the SPD to channel mapping. Please note that there is something wrong wit... | Rudolf Marek |
2010-11-29 | Tobias Diedrich wrote: | Tobias Diedrich |
2010-11-28 | devicetree.cb: Only add as many entries as there are DIMM slots. | Uwe Hermann |
2010-11-27 | After finding the missing bit poweroff works now. | Tobias Diedrich |
2010-11-26 | Broadcom BCM5785: Add TINY_BOOTBLOCK support. | Uwe Hermann |
2010-11-26 | AMD-8111: Add TINY_BOOTBLOCK support. | Uwe Hermann |
2010-11-25 | MCP55: Add TINY_BOOTBLOCK support. | Uwe Hermann |
2010-11-24 | S3 support for ASUS M2V | Tobias Diedrich |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-11-22 | Drop per-board ram_check() calls for now. | Uwe Hermann |
2010-11-22 | Final set of smp_write_bus -> mptable_write_buses changes. | Patrick Georgi |
2010-11-22 | i855: Remove useless memctrl indirection. | Uwe Hermann |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-11-21 | Simplify a few code chunks, fix whitespace and indentation. | Uwe Hermann |
2010-11-21 | Drop excessive whitespace randomly sprinkled in romstage.c files. | Uwe Hermann |
2010-11-21 | Convert more boards to use mptable_write_buses. | Patrick Georgi |
2010-11-21 | Convert boards to use mptable_write_buses. | Patrick Georgi |
2010-11-21 | Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were | Patrick Georgi |
2010-11-21 | Use DIMM0 et al in lots more places instead of hardocding values. | Uwe Hermann |
2010-11-21 | Build fix. | Uwe Hermann |
2010-11-20 | Merge all spd_addr.h into the resp. romstage.c files. | Uwe Hermann |
2010-11-20 | Some more DIMM0 related cleanups and deduplication. | Uwe Hermann |
2010-11-20 | Unify DIMM SPD addressing. For Geode, change the | Patrick Georgi |
2010-11-18 | Fix/drop some obsolete comments, | Uwe Hermann |
2010-11-18 | Drop unused and incorrect RTC_DEV for Winbond W83627EHG. | Uwe Hermann |
2010-11-18 | Move DIMM_MAP_LOGICAL to Kconfig. | Patrick Georgi |
2010-11-18 | Move register block definitions out of board code into | Patrick Georgi |
2010-11-18 | Eliminate SET_NB_CFG_54 option. There was no board that | Patrick Georgi |
2010-11-17 | Move Intel power management related defines to some central location. | Patrick Georgi |
2010-11-17 | Dynamically generate PNP0C02 mainboard resources in SSDT | Tobias Diedrich |
2010-11-17 | Linux also needs the MMCONF area to be reserved either in E820 or | Tobias Diedrich |
2010-11-17 | This problem was introduced with | Tobias Diedrich |
2010-11-17 | The only southbridge having a pirq_assign_irqs function (needed for | Tobias Diedrich |
2010-11-16 | Drop W83627THF, it's the same device as W83627THG. | Uwe Hermann |
2010-11-16 | Drop commented out debug defines | Patrick Georgi |
2010-11-16 | Forgot to remove one set of SET_FIDVID defines | Patrick Georgi |
2010-11-16 | Move the SET_FIDVID* family of configuration options to Kconfig and | Patrick Georgi |
2010-11-15 | fix random breakage | Stefan Reinauer |
2010-11-15 | Move RCBA defines to northbridge (instead of mainboard) | Patrick Georgi |
2010-11-14 | Add a target for the ASUS A8V-E Deluxe (trivial). | Uwe Hermann |
2010-11-14 | CK804/MCP55 devicetree.cb cosmetic and indentation fixes. | Uwe Hermann |
2010-11-14 | Return 0, (as for 40pin cable if SB not found) | Rudolf Marek |
2010-11-14 | Move cable detect logic to a weak function in vt8237r_ide.c and add | Tobias Diedrich |
2010-11-12 | mainboard/asus/m2v: Set DDR2 voltage to 1.8V | Tobias Diedrich |
2010-11-10 | Use the new mptable_write_buses() on the ASUS M2V. | Tobias Diedrich |
2010-11-10 | Add mptable for ASUS M2V. | Tobias Diedrich |
2010-11-10 | Restructure i3100 Super I/O driver to match the rest of the codebase. | Uwe Hermann |
2010-11-09 | Add acpi tables and dsdt. | Tobias Diedrich |
2010-11-09 | Add pirq table for ASUS M2V. | Tobias Diedrich |
2010-11-07 | DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 | Scott Duplichan |
2010-11-07 | Should be part of 6044. I forgot to add the directory :/ | Tobias Diedrich |
2010-11-07 | This adds the m2v directory and necessary files to src/mainboards/asus and | Tobias Diedrich |
2010-11-07 | Remove empty files added by accident. Sorry about that. | Rudolf Marek |
2010-11-07 | Move K8_ALLOCATE_IO_RANGE to Kconfig. | Patrick Georgi |
2010-11-07 | This adds the VT8237A LPC device id and the pci_driver struct in | Tobias Diedrich |
2010-11-07 | FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one | Patrick Georgi |
2010-11-07 | Fix a few incorrect GIGABYTE board names (trivial). | Uwe Hermann |
2010-11-07 | ECS P6IWP-Fe: Fix typo, add missing license header. | Uwe Hermann |
2010-11-07 | Remove unused defines (UART_*) | Patrick Georgi |
2010-11-06 | Remove comments that are obsolete since r6028. | Uwe Hermann |
2010-11-05 | Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c | Patrick Georgi |
2010-11-05 | Various PIRQ/MPTABLE/ACPI Kconfig fixes. | Uwe Hermann |
2010-11-05 | Add Kconfig CPU speed selection to Geode GX2 boards. | Nils Jacobs |
2010-11-05 | GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value. | Nils Jacobs |
2010-11-04 | Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c | Uwe Hermann |
2010-11-01 | Change Geode GX2 to use the auto DRAM detect code from Geode LX. | Nils Jacobs |
2010-10-31 | Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. | Uwe Hermann |
2010-10-31 | Remove incorrect IOAPIC lines from some mptable.c files. | Uwe Hermann |
2010-10-30 | Mptable related fixes for ASUS P2B-DS. | Uwe Hermann |
2010-10-29 | Drop duplicate HAVE_ACPI_TABLES (trivial). | Uwe Hermann |
2010-10-28 | Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. | Uwe Hermann |
2010-10-27 | Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E. | Jonathan Kollasch |
2010-10-27 | Drop referenced-yet-does-nothing static function from ms7135 romstage. | Jonathan Kollasch |
2010-10-27 | Convert ck804_early_smbus.c to a separately compiled unit. | Jonathan Kollasch |