index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
northbridge
/
intel
/
sandybridge
/
northbridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nb/intel/sandybridge: Hook up CPU bus and PCI domain ops to devicetree
Arthur Heymans
2022-11-30
1
-13
/
+2
*
nb/intel/sandybridge: Align TOUUD down to 1 MiB granularity
Arthur Heymans
2022-08-26
1
-1
/
+1
*
nb,soc/intel: Handle upper RAM boundary
Kyösti Mälkki
2022-07-05
1
-5
/
+1
*
nb/intel: Drop local legacy_hole definitions
Kyösti Mälkki
2022-06-30
1
-8
/
+4
*
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-22
1
-11
/
+11
*
nb/intel/sandybridge/acpi: Support setting PCI bars above 4G
Arthur Heymans
2022-03-28
1
-4
/
+31
*
src: Make PCI ID define names shorter
Felix Singer
2022-03-07
1
-1
/
+1
*
nb/intel/sandybridge: Add support for DPR
Michał Żygowski
2021-11-26
1
-0
/
+12
*
nb/intel: Replace remaining BAR accessors
Angel Pons
2021-04-10
1
-6
/
+1
*
nb/intel/sandybridge: Use new fixed BAR accessors
Angel Pons
2021-04-10
1
-43
/
+21
*
nb,soc/intel: Switch to CHROMEOS_RAMOOPS_DYNAMIC
Kyösti Mälkki
2021-02-16
1
-4
/
+0
*
nb/intel/sandybridge,haswell: Use chromeos_reserve_ram_oops()
Kyösti Mälkki
2021-02-16
1
-5
/
+3
*
nb/intel/sandybridge: Define and use MMCONF_BUS_NUMBER
Angel Pons
2021-01-30
1
-43
/
+1
*
nb/intel/sandybridge: Correct late DMI init sequence
Angel Pons
2021-01-25
1
-11
/
+23
*
nb/intel/sandybridge: Clean up stepping logic
Angel Pons
2020-12-12
1
-19
/
+16
*
nb/intel/sandybridge: Clean up DMIBAR/EPBAR registers
Angel Pons
2020-09-21
1
-6
/
+6
*
nb/intel/sandybridge: Deduplicate PCIEXBAR decoding
Angel Pons
2020-08-06
1
-1
/
+1
*
nb/intel/sandybridge: Refactor `get_pcie_bar`
Angel Pons
2020-08-06
1
-16
/
+17
*
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-06
1
-5
/
+1
*
nb/intel/sandybridge: Do not hardcode resource indices
Angel Pons
2020-05-19
1
-5
/
+6
*
nb/intel/sandybridge: add resources during read_resources()
Aaron Durbin
2020-05-14
1
-56
/
+48
*
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-12
1
-2
/
+2
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
1
-1
/
+1
*
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
1
-2
/
+2
*
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-10
1
-1
/
+0
*
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-05
1
-4
/
+0
*
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-04-02
1
-7
/
+7
*
nb/intel/sandybridge: Use SPDX headers
Angel Pons
2020-03-25
1
-13
/
+2
*
nb/intel/sandybridge: Always write to PEGCTL
Angel Pons
2020-03-20
1
-2
/
+3
*
nb/intel/sandybridge: Tidy up code and comments
Angel Pons
2020-03-18
1
-67
/
+68
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
1
-2
/
+0
*
nb/intel/sandybridge: Add Xeon E3-1200 (v1) hostbridge PCI ID
Jonathan A. Kollasch
2020-02-18
1
-1
/
+1
*
nb/intel/sandybridge: use list of northbridge device IDs
Jonathan A. Kollasch
2020-02-18
1
-23
/
+5
*
nb/intel/sandybridge: Add a bunch of MCHBAR defines
Angel Pons
2020-01-10
1
-7
/
+7
*
src/northbridge: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
1
-1
/
+0
*
nb/{haswell,i945,sandybridge}: Drop outdated comment
Elyes HAOUAS
2019-12-12
1
-1
/
+0
*
src: Remove unused '#include <cpu/cpu.h>'
Elyes HAOUAS
2019-10-28
1
-1
/
+0
*
intel/smm/gen1: Rename header file
Kyösti Mälkki
2019-08-15
1
-1
/
+1
*
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-08-15
1
-6
/
+1
*
intel/nehalem,sandybridge: Move stage_cache support function
Kyösti Mälkki
2019-08-07
1
-22
/
+0
*
{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()
Subrata Banik
2019-03-21
1
-13
/
+1
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
1
-1
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-03-01
1
-0
/
+1
*
cpu/intel/model_206ax: Use parallel MP init
Arthur Heymans
2019-01-22
1
-1
/
+1
*
device: Use pcidev_on_root()
Kyösti Mälkki
2019-01-06
1
-14
/
+14
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-09-25
1
-1
/
+2
[next]