summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Add generic early SMBus APIAlexandru Gagniuc2013-06-041-0/+73
* DDR3: Add utilities for creating MRS commandsAlexandru Gagniuc2013-06-042-0/+336
* VIA Nano: Add microcode updates filesAlexandru Gagniuc2013-06-042-3/+926
* AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c"Christian Gmeiner2013-06-0418-17/+2
* AMD Northbridge LX: convert spd_read_byte() to non-static versionChristian Gmeiner2013-06-0418-17/+20
* AMD Northbridge LX: move #include "northbridge/amd/lx/raminit.h"Christian Gmeiner2013-06-0417-17/+17
* AMD Northbridge LX: rename get_systop() to get_top_of_ram()Christian Gmeiner2013-06-043-3/+3
* AMD Northbridge LX: include northbridge.h in raminit.cChristian Gmeiner2013-06-041-0/+1
* AMD Northbridge LX: make GeodeLinkSpeed() function prototype non-staticChristian Gmeiner2013-06-042-1/+6
* AMD Northbridge LX: add some missing includesChristian Gmeiner2013-06-041-0/+2
* AMD Northbridge LX: make sdram_* function prototypes non-staticChristian Gmeiner2013-06-042-3/+8
* AMD Fam 15tn: Use all memory on systems with more than 4 GBSiyuan Wang2013-06-041-1/+2
* dram: Add utilities for decoding DDR3 SPDsAlexandru Gagniuc2013-06-032-0/+561
* spd.h: Add all known SPD_MEMORY_TYPE definitions.Alexandru Gagniuc2013-06-031-9/+14
* include/cpu/amd: Align `CPU_ID_EXT_FEATURES_MSR` with other definesPaul Menzel2013-06-033-3/+3
* Asus F2A85-M: Fix the _CRS PCI0 bus infoRudolf Marek2013-06-031-0/+16
* AMD Geode CS5536: downgrade BIOS_ERRChristian Gmeiner2013-06-031-4/+4
* console: add support for QEMU's debugconGerd Hoffmann2013-06-033-0/+71
* haswell: allow for disabled hyperthreadingAaron Durbin2013-06-033-6/+51
* haswell: fix overflow handling TOUUDAaron Durbin2013-06-031-2/+4
* Intel Lynx Point: LPC: Unify I/O APIC setupPaul Menzel2013-06-032-31/+18
* Intel BD82x6x: LPC: Unify I/O APIC setupPaul Menzel2013-06-032-31/+18
* northbridge/amd/amdmct: Use `static const` instead of `const static`Paul Menzel2013-06-034-10/+10
* am335x: Clean up/fix some settings in the am335x Kconfig.Gabe Black2013-06-031-35/+4
* Provide sane Kconfig default for cmos.default.Denis 'GNUtoo' Carikli2013-06-021-0/+1
* Lenovo ThinkPad X60: cleanup Native VGA init.Denis 'GNUtoo' Carikli2013-05-311-80/+4
* AMD Trinity boards: Add reserved memory area for SPI base address in ACPISteven Sherk2013-05-313-0/+81
* AMD Parmer: fix issue 'S3 fails to suspend after wake up from USB keyboard'Siyuan Wang2013-05-311-0/+9
* AMD Llano, Brazos boards: Use `sizeof(var)` to get its sizePaul Menzel2013-05-308-88/+72
* AMD Trinity boards: Use `sizeof(var)` to get its sizeRudolf Marek2013-05-303-33/+27
* qemu: remove vga hookGerd Hoffmann2013-05-291-26/+0
* cpu/amd/geode_lx/Kconfig: Select TSC_MONOTONIC_TIMERChristian Gmeiner2013-05-291-0/+1
* beaglebone: initial Kconfig and MakefilesGabe Black2013-05-2622-0/+832
* Lenovo ThinkPad T60: Add support for `EARLY_CBMEM_INIT` needed for CBMEM consolePaul Menzel2013-05-262-6/+11
* snow: Add a name to the serial console UART choice block.Gabe Black2013-05-261-1/+1
* Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h`Ronald G. Minnich2013-05-254-37/+13
* cpu/amd/agesa/Kconfig: Select LAPIC_MONOTONIC_TIMERPaul Menzel2013-05-241-0/+1
* cpu/intel/haswell/Kconfig: Intend help text with two spacesPaul Menzel2013-05-241-1/+1
* include/timer.h: Fix typo in in*iti*alize in commentPaul Menzel2013-05-231-1/+1
* Intel Sandy Bridge: udelay.c: Change comparison from <= to <Paul Menzel2013-05-231-1/+1
* Kconfig: Remove duplicate entry for `USE_OPTION_TABLE`Paul Menzel2013-05-231-4/+0
* intel/gm45: Add more debug output to read/write trainingNico Huber2013-05-221-6/+22
* intel/gm45: Handle overflows during DDR3 write trainingNico Huber2013-05-221-28/+63
* intel/gm45: Refactor DDR3 write trainingNico Huber2013-05-221-31/+54
* intel/gm45: Handle overflows during DDR3 read trainingNico Huber2013-05-221-28/+60
* intel/gm45: Refactor DDR3 read trainingNico Huber2013-05-221-28/+46
* intel/gm45: Fix interpretation of VT-d disable bitNico Huber2013-05-221-1/+1
* intel/i5000: Remove unused copy of udelay.cNico Huber2013-05-211-85/+0
* AMD AGESA Hudson: Include `stdint.h` and `io.h` to fix buildPaul Menzel2013-05-202-1/+3
* ASUS F2A85-M: romstage.c: Set RAM voltage for non 1.5 Volt casePaul Menzel2013-05-202-1/+3
OpenPOWER on IntegriCloud