summaryrefslogtreecommitdiffstats
path: root/src/northbridge
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945: Use macro instead of magic numberElyes HAOUAS2019-05-102-13/+13
* {src,util}: Remove duplicated includesElyes HAOUAS2019-05-071-1/+1
* {gm45,pineview,sandybridge,x4x}: Use {full,system}_reset() functionElyes HAOUAS2019-05-074-17/+10
* src: Remove unused include <halt.h>Elyes HAOUAS2019-05-066-6/+0
* nb/intel/haswell: correct a typo in KconfigJoel Kitching2019-05-031-1/+1
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* ich7/i945: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* nb/intel/pineview: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* nb/intel/nehalem: Use system_reset() and full_reset()Elyes HAOUAS2019-04-291-8/+5
* nb/intel/haswell: Use system_reset()Elyes HAOUAS2019-04-291-2/+2
* nb/x4x: Use system_reset() and full_reset()Elyes HAOUAS2019-04-291-6/+4
* nb/intel/sandybridge: Use system_reset()Elyes HAOUAS2019-04-292-13/+8
* northbridge/via/vx900: Remove unused variablesElyes HAOUAS2019-04-251-3/+1
* src/northbridge/intel: Remove unused variablesElyes HAOUAS2019-04-252-17/+4
* src/northbridge/amd: Remove unused variablesElyes HAOUAS2019-04-253-18/+5
* nb/intel/sandybridge: add pch.h includePatrick Georgi2019-04-231-0/+1
* nb/intel/i945: Check if interleaved even if rank #4 size is zeroElyes HAOUAS2019-04-231-15/+5
* ich7/i945: Use full_reset()Elyes HAOUAS2019-04-231-6/+3
* sb/intel/lynxpoint: Enable LPC/SIO setup in bootblockArthur Heymans2019-04-231-1/+1
* nb/intel/sandybridge: Drop pch.h from sandybridge.hPatrick Rudolph2019-04-233-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-234-4/+5
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-237-4/+13
* nb/intel/haswell: Add an option for where verstage startsArthur Heymans2019-04-211-1/+24
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-213-11/+16
* nb/intel/nehalem: Hide some raminit output messagesArthur Heymans2019-04-202-16/+19
* nb/intel/sandybridge: Move southbridge code to bd82x6xPatrick Rudolph2019-04-182-24/+4
* sb/intel/bd82x6x: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-161-0/+1
* sb/intel/i82801ix: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-161-13/+2
* sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-131-0/+1
* nb/intel/i945: Fix ich7_setup_root_complex_topologyElyes HAOUAS2019-04-111-25/+15
* nb/intel/{gm45,i945,x4x}: Correct array bounds checksJacob Garber2019-04-113-4/+4
* nb/amd/amdfam10/util.c: Use "CONFIG" only when appropriateElyes HAOUAS2019-04-111-1/+1
* nb/intel/sandybridge: Set uninitialized run lengthJacob Garber2019-04-091-0/+1
* nb/amd/pi/agesawrapper: Drop stale comment about IS_ENABLED()Nico Huber2019-04-081-2/+0
* nb/intel/pineview: Correct lsbpos(0) and msbpos(0)Jacob Garber2019-04-081-12/+22
* nb/amd/pi, mb/amd/bettong: Fix null pointer checksJacob Garber2019-04-083-3/+16
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-067-16/+12
* vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more casesJulius Werner2019-04-011-0/+1
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-273-9/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-255-7/+7
* nb/intel/i945: Use DEBUG_RAM_SETUPKyösti Mälkki2019-03-244-22/+3
* {northbridge, soc, southbridge}/intel: Make use of generic set_subsystem()Subrata Banik2019-03-211-13/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-2114-181/+14
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2045-52/+32
* Fix 'unsigned int' to bare use of 'unsigned'Subrata Banik2019-03-1910-123/+126
* nb/intel/i945: Remove 2nd write on SLOTCAP (R/WO)Elyes HAOUAS2019-03-181-5/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-166-5/+1
* drivers/intel/fsp1_0: Deduplicate codePatrick Rudolph2019-03-161-13/+0
* src: Drop unused 'include <arch/ioapic.h>'Elyes HAOUAS2019-03-131-2/+0