summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* i945: Add Display defines for int15h handler.Denis 'GNUtoo' Carikli2013-06-071-0/+11
* Intel 945: Select LAPIC_MONOTONIC_TIMER for X86EMU_DEBUG_TIMINGSDenis 'GNUtoo' Carikli2013-06-051-0/+1
* Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architectureRonald G. Minnich2013-06-042-16/+0
* AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c"Christian Gmeiner2013-06-041-0/+2
* AMD Northbridge LX: convert spd_read_byte() to non-static versionChristian Gmeiner2013-06-041-0/+3
* 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
* haswell: fix overflow handling TOUUDAaron Durbin2013-06-031-2/+4
* northbridge/amd/amdmct: Use `static const` instead of `const static`Paul Menzel2013-06-034-10/+10
* Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h`Ronald G. Minnich2013-05-253-37/+0
* Intel Sandy Bridge: udelay.c: Change comparison from <= to <Paul Menzel2013-05-231-1/+1
* 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
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-102-4/+0
* northbridge/intel/i5000/udelay.c: Remove unused header `console.h`Paul Menzel2013-05-101-1/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-102-4/+0
* Drop CONFIG_AP_CODE_IN_CARStefan Reinauer2013-05-081-8/+0
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-1/+1
* haswell: use tsc for udelay()Aaron Durbin2013-05-072-64/+0
* boot: remove cbmem_post_handling()Aaron Durbin2013-05-016-16/+14
* Intel i945: ACPI: Add _OSC methodDenis 'GNUtoo' Carikli2013-04-181-0/+19
* Lenovo ThinkPad X60: Add Native VGA init.Denis 'GNUtoo' Carikli2013-04-161-0/+19
* Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region"Nico Huber2013-04-122-7/+0
* Persimmon/Fam14/SB800 DSDT: Split into common areasMike Loptien2013-04-111-0/+130
* siemens/sitemp_g1p1: Make ACPI report the right mmconf regionPatrick Georgi2013-04-102-0/+7
* AMD GX1: Remove useless copied header file `northbridge.h`Paul Menzel2013-04-042-7/+0
* sandybridge: enable ROM cachingAaron Durbin2013-04-031-0/+3
* sandybridge: add option to mark graphics memory write-combining.Aaron Durbin2013-03-292-1/+26
* haswell: add option to mark graphics memory write-combining.Aaron Durbin2013-03-292-1/+26
* x86: add new mtrr implementationAaron Durbin2013-03-291-14/+2
* resources: introduce reserved_ram_resource()Aaron Durbin2013-03-232-13/+16
* haswell: use dynamic cbmemAaron Durbin2013-03-222-2/+13
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-15/+0
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-2238-39/+11
* haswell/lynxpoint: Use new PCH/PM helper functionsDuncan Laurie2013-03-211-9/+4
* haswell: Drop the device ID check in graphics init pathDuncan Laurie2013-03-211-16/+0
* haswell: add multipurpose SMM memory regionAaron Durbin2013-03-211-2/+2
* haswell: use s3_resume field in romstage_handoffAaron Durbin2013-03-211-12/+13
* haswell: cbmem_get_table_location() implementationAaron Durbin2013-03-211-4/+15
* haswell: drop memory reservation for sandybridge GPU bugDuncan Laurie2013-03-201-5/+0
* AMD Fam15: Add SPD read functions to wrapper codeKimarie Hoot2013-03-194-0/+334
OpenPOWER on IntegriCloud