summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* nb/i945: Fix typoElyes HAOUAS2019-12-061-1/+1
* amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski2019-12-042-36/+0
* src: Move 'static' to the beginning of declarationElyes HAOUAS2019-12-022-5/+5
* nb/intel/x4x: Factor out hiding PCI devs in pure fnArthur Heymans2019-12-011-34/+19
* AGESA,binaryPI: Flag boards with ROMCC_BOOTBLOCKKyösti Mälkki2019-11-302-2/+0
* {northbridge,soc,southbridge}: Don't use both of _ADR and _HIDElyes HAOUAS2019-11-296-8/+6
* binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki2019-11-279-481/+0
* amd/pi/00730F01: Add support without BINARYPI_LEGACY_WRAPPERKrystian Hebel2019-11-262-0/+91
* nb/intel/sandybridge: Fix mrc.bin pathArthur Heymans2019-11-261-1/+4
* binaryPI: Use Kconfig to define the number of IOAPICsMichał Żygowski2019-11-254-38/+16
* cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-11-251-0/+1
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-258-6/+2
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-3/+3
* nb/sb/cpu: Drop Intel Rangeley supportArthur Heymans2019-11-2114-1126/+0
* nb/amd/fam10: Drop supportArthur Heymans2019-11-20108-48872/+1
* nb/via/vx900: Drop supportArthur Heymans2019-11-2021-4155/+0
* cpu/nb/sb: Remove fam12Joe Moore2019-11-206-1058/+0
* 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