summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/nehalem
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki2018-06-061-1/+0
* cpu/intel/model_2065x: Switch to POSTCAR_STAGEArthur Heymans2018-06-053-7/+11
* nb/intel: Use postcar_frame_add_romcache()Nico Huber2018-06-041-2/+1
* northbridge/intel: Remove unneeded includesElyes HAOUAS2018-06-042-3/+0
* {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriateNico Huber2018-05-311-1/+1
* src/northbridge: Add and update license headersMartin Roth2018-05-292-0/+26
* nb/intel/nehalem: Fix smashed stack in romstageMatthias Gazzari2018-05-211-1/+5
* nb/intel/nehalem: Use the common mrc cache driverArthur Heymans2018-05-183-17/+10
* nb/intel/nehalem: Add ACPI pathPatrick Rudolph2018-05-171-0/+21
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* Fix freeze during chipset lockdown on NehalemMatthias Gazzari2018-05-011-12/+0
* nb/intel/nehalem: Get rid of device_tElyes HAOUAS2018-04-302-10/+10
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* intel/nehalem post-car: Use postcar_frame for MTRR setupKyösti Mälkki2018-04-092-2/+35
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-273-0/+3
* nb/intel/*.h: Remove left-over register definitionsPatrick Rudolph2018-01-311-2/+0
* intel/gma: fix RPNFREQ_VAL bitmaskFelix Held2017-12-201-2/+3
* nb/intel/nehalem/gma: Drop stale pre-pocessor guardsNico Huber2017-12-191-4/+0
* 3rdparty/lib{hwbase,gfxinit}: Update to latest masterNico Huber2017-10-281-2/+1
* drivers/intel/gma: Put gma_gfxinit() into its own headerNico Huber2017-10-281-0/+1
* drivers/intel/gma/opregion: migrate from nb/commonMatt DeVillier2017-08-112-3/+2
* nb/intel/*/gma.c: Use macros for GMBUS numbersArthur Heymans2017-08-071-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* nb/intel/nehalem/gma: Set ASLS on S3 resumePatrick Rudolph2017-07-121-21/+22
* drv/intel/gma/opregion: Add interface for GNVS ASLB handlingPatrick Rudolph2017-07-121-1/+14
* nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-273-4/+4
* nb/intel/nehalem/gma: Use common init_igd_opregion methodPatrick Rudolph2017-06-154-156/+38
* device/Kconfig: Put gfx init methods into a `choice`Nico Huber2017-06-081-30/+32
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-53/+53
* Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFERNico Huber2017-06-021-0/+1
* Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFGNico Huber2017-06-021-0/+1
* nb/intel/nehalem/gma: Set up OpRegion in nb codePatrick Rudolph2017-05-011-0/+27
* nb/intel: Deduplicate vbt headerPatrick Rudolph2017-04-032-118/+1
* nb/intel/nehalem/raminit.c: Refine broken commentStefan Tauner2017-03-081-2/+2
* nehalem/Kconfig: Rename TRAINING_CACHE_SIZE to MRC_CACHE_SIZEArthur Heymans2017-02-222-2/+2
* nb/intel/nehalem: Clean nehalem.hArthur Heymans2017-02-221-289/+0
* nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>Arthur Heymans2017-01-061-1/+0
* intel cache-as-ram: Move DCACHE_RAM_BASEKyösti Mälkki2016-12-181-1/+1
* ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP defaultKyösti Mälkki2016-12-111-0/+1
* intel/nehalem: Use romstage_handoff for S3Kyösti Mälkki2016-12-112-25/+0
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-072-9/+6
* MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki2016-12-071-1/+0
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-11/+11
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-062-74/+74
* nb/intel/nehalem,sandybridge: Hook up libgfxinitNico Huber2016-11-291-2/+8
* Remove explicit select MMCONF_SUPPORTKyösti Mälkki2016-11-221-1/+0
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-213-5/+5
* intel post-car: Separate files for setup_stack_and_mtrrs()Kyösti Mälkki2016-11-111-0/+6
* nb/intel/*/graphic_init: use sizeof instead of hardcoding edid sizeArthur Heymans2016-10-111-1/+2
* cpu/intel/smm: Use CONFIG_SMM_TSEG_SIZENico Huber2016-10-111-8/+3