index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
intel
/
gm45
/
northbridge.c
Age
Commit message (
Expand
)
Author
2020-05-26
nb/intel: Fix 16-bit read/write PCI_COMMAND register
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
src/northbridge: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-06
northbridge: Remove unused include <device/pci.h>
Elyes HAOUAS
2019-12-31
northbridge: Add missing include <device/pci_def.h>
Elyes HAOUAS
2019-12-19
src/northbridge: Remove unused <stdlib.h>
Elyes HAOUAS
2019-10-28
src: Remove unused '#include <cpu/cpu.h>'
Elyes HAOUAS
2019-08-15
intel/smm/gen1: Rename header file
Kyösti Mälkki
2019-08-15
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-06
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-23
nb/intel/gm45: Use parallel MP init
Arthur Heymans
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2019-01-04
device: Replace ugly cases of dev_find_slot()
Kyösti Mälkki
2018-12-19
northbridge: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-12-03
nb/intel/gm45: Correctly cache TSEG
Arthur Heymans
2018-11-25
nb/intel/gm45/northbridge.c: Check for NULL pointers
Arthur Heymans
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-10-24
nb/intel/*: Account for cbmem_top alignment
Arthur Heymans
2018-08-01
nb/intel/gm45: Don't use PCI operations on the pci_domain device
Arthur Heymans
2018-07-30
nb/intel/gm45: Use common code for SMM in TSEG
Arthur Heymans
2018-06-29
sb/intel/i82801ix: Use the common ACPI pirq generator
Arthur Heymans
2018-05-08
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2018-04-30
nb/intel/gm45: Get rid of device_t
Elyes HAOUAS
2018-03-28
nb/intel/gm45: Allocate a 8M TSEG region
Arthur Heymans
2017-10-03
nb/intel/gm45: Remove UMA alignment optimization
Nico Huber
2017-01-06
nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>
Arthur Heymans
2016-12-11
intel/gm45: Use romstage_handoff for S3
Kyösti Mälkki
2016-09-20
northbridge/intel/gm45: Add space around operators
Elyes HAOUAS
2016-02-09
Revert "northbridge/intel/peg: Disable unused ports"
Nico Huber
2016-02-04
northbridge/intel/peg: Disable unused ports
Patrick Rudolph
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-11-12
gm45: Don't crash if less than 4G of RAM are present.
Vladimir Serbinenko
2014-11-01
northbridge/intel: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-10-15
gm45: Convert to per-device ACPI
Vladimir Serbinenko
2014-08-17
gm45: Declare BIOS memory as RAM.
Vladimir Serbinenko
2014-08-16
gm45: Decrease MTRR usage
Vladimir Serbinenko
2014-08-14
gm45: Set acpi_slp_type only once.
Vladimir Serbinenko
2014-08-12
gm45: Move S3 detection to enable stage.
Vladimir Serbinenko
2014-06-18
northbridge/intel: Drop use of set_top_of_ram()
Kyösti Mälkki
2013-09-11
CBMEM northbridges: Remove references to global high_tables_base
Kyösti Mälkki
2013-07-10
Fix MMCONF_SUPPORT_DEFAULT for ramstage
Kyösti Mälkki
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-27
intel/gm45: new northbridge
Patrick Georgi