summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/sandybridge/mrc: Handle P2P disabling via devicetreeNico Huber2019-11-181-0/+13
* nb/intel/sandybridge: Set up console in bootblockArthur Heymans2019-11-182-7/+0
* nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-183-9/+5
* nb/intel/sandybridge: Configure DCACHE_BSP_STACK_SIZEArthur Heymans2019-11-181-0/+3
* sb/intel/bd82x6x: Make the pch_enable_lpc hook optionalArthur Heymans2019-11-181-1/+0
* nb/intel/sandybridge: Make the mainboard_rcba_config hook optionalArthur Heymans2019-11-181-1/+5
* nb/intel/sandybridge: Make the mainboard_early_init hook optionalArthur Heymans2019-11-182-0/+6
* nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-155-20/+6
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-153-12/+0
* nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-153-8/+7
* nb/intel/i945: Move boilerplate romstage to a common locationArthur Heymans2019-11-153-0/+108
* nb/intel/x4x: Move boilerplate romstage to a common locationArthur Heymans2019-11-153-0/+75
* mb/*/*(ich7/x4x): Use common early southbridge initArthur Heymans2019-11-141-15/+0
* sb/intel/i82801jx: Move early sb init to a common placeArthur Heymans2019-11-141-8/+12
* sb/intel/i82801gx: Add common early codeArthur Heymans2019-11-143-44/+1
* nb/intel/i440bx: Remove unnecessary __SIMPLE_DEVICE__Arthur Heymans2019-11-141-2/+0
* nb/intel/x4x.h: Include stdint.hArthur Heymans2019-11-131-0/+1
* sb/intel/i82801gx: Add a function to set up BARArthur Heymans2019-11-132-10/+3
* fsp{rangeley,baytrail,broadwell_de}: Fix dead assignmentElyes HAOUAS2019-11-111-4/+2
* arch/x86: Drop some __SMM__ guardsKyösti Mälkki2019-11-082-8/+2
* intel/i440bx: Switch to UDELAY_TSC and TSC_MONOTONIC_TIMERKyösti Mälkki2019-11-051-1/+0
* nb/intel: Use defined DEFAULT_RCBAElyes HAOUAS2019-11-047-7/+14
* nb/intel/nehalem: Fix 'dead assignment'Elyes HAOUAS2019-11-041-8/+5
* nb/intel/x4x/x4x.h: Include iomap.hArthur Heymans2019-11-041-0/+2
* arch/x86: Use the stage argument to implement cbmem_topArthur Heymans2019-11-033-5/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-1/+0
* nb/intel/gm45: Add VBOOT supportArthur Heymans2019-11-021-0/+4
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-0111-11/+11
* nb/intel: Remove unused 'barrier()'Elyes HAOUAS2019-11-015-6/+0
* nb/intel/{nehalem,x4x}: Remove unused 'include <pc80/vga_io.h>'Elyes HAOUAS2019-10-292-2/+0
* nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK supportArthur Heymans2019-10-284-11/+5
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-285-5/+0
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-2718-93/+93
* acpi: Drop wrong _ADR objects for PCI host bridgesElyes HAOUAS2019-10-248-8/+0
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-216-6/+0
* nb/intel/nehalem/vboot: Ignore invalid POSTINIT on TPM startupArthur Heymans2019-10-171-0/+2
* nb/intel/nehalem: Only enable_smbus onceArthur Heymans2019-10-171-3/+0
* nb/intel/nehalem: use pmclib to detect S3 resumeArthur Heymans2019-10-172-16/+11
* nb/intel/nehalem: Add some debug outputArthur Heymans2019-10-171-0/+5
* nb/intel/nehalem: Change the output verbosity of raminit timingsArthur Heymans2019-10-171-11/+11
* nb/intel/gm45: Don't run graphics init on s3 resumeArthur Heymans2019-10-141-1/+1
* sb/intel/i82801ix: Add common code to set up LPC IO decode rangesArthur Heymans2019-10-142-2/+1
* nb/intel/nehalem: Start VBOOT in bootblock with a separate verstageArthur Heymans2019-10-131-1/+2
* nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-10-134-9/+11
* sb/intel/ibexpeak: Move some early PCH init after console initArthur Heymans2019-10-131-1/+3
* sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans2019-10-111-20/+2
* nb/intel/pineview/Kconfig: Remove romcc leftoverArthur Heymans2019-10-101-4/+0
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-082-2/+2
* sb/intel/nm10: Fix enabling HPETArthur Heymans2019-10-061-2/+4
* nb/intel/nehalem: Don't run graphic init on S3 resumeArthur Heymans2019-10-061-1/+2