summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-142-2/+0
* nb/intel/haswell/romstage.c: Align pei_data initializersAngel Pons2020-07-121-19/+19
* haswell: Move some MRC settings to devicetreeAngel Pons2020-07-122-0/+12
* haswell: Automatically check if Intel GbE is to be enabledAngel Pons2020-07-121-0/+4
* haswell: Add function to retrieve SPD addressesAngel Pons2020-07-122-0/+7
* haswell: Automatically determine system typeAngel Pons2020-07-121-0/+1
* haswell: Introduce ENABLE_DDR_2X_REFRESH Kconfig optionAngel Pons2020-07-122-0/+9
* haswell: Factor out `max_ddr3_freq`Angel Pons2020-07-121-0/+1
* haswell: Compute disabled channel masks at runtimeAngel Pons2020-07-121-0/+15
* mb/asrock/b85m_pro4: Factor out common MRC settingsAngel Pons2020-07-121-0/+12
* haswell: Relocate `mainboard_romstage_entry` to northbridgeAngel Pons2020-07-123-8/+16
* haswell: Drop `struct romstage_params` typeAngel Pons2020-07-122-10/+7
* haswell: Make `copy_spd` a weak functionAngel Pons2020-07-123-3/+9
* nb/intel/haswell: Add `mb_late_romstage_setup` functionAngel Pons2020-07-112-0/+7
* arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki2020-07-116-8/+7
* nb/intel/i945: Drop dead codeAngel Pons2020-07-112-45/+1
* nb/amd/agesa/agesa_helper.h: Drop dead codeAngel Pons2020-07-101-5/+0
* nb/intel/gm45/acpi/gm45.asl: Drop dead codeAngel Pons2020-07-091-28/+0
* nb/intel/ironlake/raminit.c: Drop dead codeAngel Pons2020-07-091-23/+0
* haswell: Drop GPIO indirection layersAngel Pons2020-07-092-2/+1
* haswell: Turn RCBA configuration into a functionAngel Pons2020-07-092-3/+1
* haswell: relocate `romstage_common` to northbridgeAngel Pons2020-07-083-0/+92
* haswell: drop unused function parameterAngel Pons2020-07-082-2/+2
* nb/intel/pineview/acpi: Remove unmatched comment startAngel Pons2020-07-081-1/+1
* nb/intel/pineview: Convert to ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/pineview: Tidy up comments and cosmeticsAngel Pons2020-07-083-14/+9
* nb/intel/i945: Use ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/i945/acpi: Tidy up comments and cosmeticsAngel Pons2020-07-082-63/+62
* nb/intel/gm45: Use ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/gm45: Tidy up comments and cosmeticsAngel Pons2020-07-082-63/+62
* nb/intel/x4x/acpi: Use ASL 2.0 syntaxAngel Pons2020-07-081-2/+2
* nb/intel/x4x/acpi: Clean up commentsAngel Pons2020-07-082-61/+60
* nb/intel/haswell/acpi: Update to ASL 2.0 syntaxAngel Pons2020-07-081-4/+4
* nb/intel/haswell/acpi: Fix host bridge registersAngel Pons2020-07-081-6/+5
* nb/intel/i440bx: Add PMCR register to ACPI codeKeith Hui2020-07-061-0/+2
* nb/intel/i440bx: Refactor ACPI codeKeith Hui2020-07-061-16/+13
* nb/intel/ironlake: Clean up code style (except raminit)Angel Pons2020-07-024-38/+35
* nb/intel/ironlake/northbridge.c: Drop thunk functionsAngel Pons2020-07-011-13/+2
* nb/intel/ironlake: Drop copy-pasted and unused macroAngel Pons2020-07-011-2/+0
* nb/intel/ironlake: Use `pci_update_config32()`Angel Pons2020-07-011-2/+1
* nb/intel/ironlake: Simplify BAR handlingAngel Pons2020-07-011-7/+3
* nb/intel/ironlake/ironlake.h: Clean upAngel Pons2020-07-011-75/+52
* nb/intel/ironlake: Drop copy-pasted and dead codeAngel Pons2020-07-011-29/+3
* nb/intel/ironlake: Remove unused structsAngel Pons2020-07-011-32/+0
* nb/intel/pineview: Drop undefined function declarationAngel Pons2020-07-011-3/+0
* sb/intel/i82801ix: Use pmutil.h definitionsAngel Pons2020-06-271-0/+1
* nb/intel/sandybridge/gma.c: Remove useless if conditionEvgeny Zinoviev2020-06-221-12/+9
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-2210-11/+11
* nb/intel/haswell: Use 16-bit ops on PCI COMMANDAngel Pons2020-06-221-1/+1