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
/
i945
Age
Commit message (
Expand
)
Author
2024-06-05
cpu/x86: Make 1GB paging the default
Julius Werner
2024-04-11
tree: Remove blank lines before '}' and after '{'
Elyes Haouas
2024-01-31
device/device.h: Rename busses for clarity
Arthur Heymans
2024-01-31
include/device/device.h: Remove CHIP_NAME() macro
Nicholas Sudsgaard
2024-01-24
northbridge: Rename Makefiles from .inc to .mk
Martin Roth
2023-10-20
device/device.h: Rename pci_domain_scan_bus
Arthur Heymans
2023-08-09
treewide: Get rid of "NO_DDRx" selection
Elyes Haouas
2023-07-20
acpi: Move ECAM resource below PNP0C02 device in a common place
Arthur Heymans
2023-07-17
nb/intel/i945: Rework nb resource reading
Arthur Heymans
2023-02-01
treewide: Remove duplicated include <device/pci.h>
Elyes Haouas
2023-01-04
nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS
Elyes Haouas
2022-12-05
cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm
Arthur Heymans
2022-12-02
nb/intel/i945: Use boolean for gpu_lvds_use_spread_spectrum_clock
Elyes Haouas
2022-12-01
nb/intel/i945: Hook up PCI domain and CPU bus ops to devicetree
Arthur Heymans
2022-11-18
cbmem_top_chipset: Change the return value to uintptr_t
Elyes Haouas
2022-11-04
nb/intel/i945: Specify supported memory type
Elyes Haouas
2022-10-22
nb/intel/i945/raminit: Use 'bool' for do_reset
Elyes Haouas
2022-10-22
nb/intel/i945/raminit: Use 'bool' for clkcfg_bit7
Elyes Haouas
2022-10-22
nb/intel/i945/raminit: Use 'size_t' for banksize[]
Elyes Haouas
2022-10-21
nb/intel/i945/rcven.c: Use read32p()
Elyes Haouas
2022-10-20
nb/intel/i945/i945.h: Drop useless guard
Elyes Haouas
2022-10-20
nb/intel/i945: Clean up includes
Elyes Haouas
2022-10-20
intel/i945: Use 'bool' for dual_channel and interleaved
Elyes Haouas
2022-10-12
nb/intel/i945/raminit: Include `inttypes.h` for PRIxPTR
Paul Menzel
2022-10-10
nb/intel/i945/raminit.c: Fix formatted print
Elyes Haouas
2022-10-06
treewide: use predicate to check if pci device is on n-th bus
Fabio Aiuto
2022-10-06
nb/intel/i945/memmap.c: Clean up includes
Elyes Haouas
2022-10-06
nb/intel/i945/rcven.c: Sort includes and add <types.h>
Elyes Haouas
2022-10-06
nb/intel/i945/raminit.c: Clean up includes and add <types.h>
Elyes Haouas
2022-09-29
nb/intel/i945/raminit.c: Use read32p()
Elyes Haouas
2022-09-14
nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"
Elyes Haouas
2022-07-14
northbridge/intel/i945: Fix GCC optimizing out cache preload jump
Petr Cvek
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-20
intel/gma: Use bitwise or instead addition for valid bit
Petr Cvek
2022-05-24
nb/intel/i945,gm45: Use incrementing index with fixed resource
Kyösti Mälkki
2022-05-16
northbridge/intel/i945: Convert to ASL 2.0
Elyes HAOUAS
2022-04-22
nb/intel/i945/memmap.c: Fix TOLUD bit field mask
Petr Cvek
2022-03-08
timestamps: Rename timestamps to make names more consistent
Jakub Czapiga
2022-03-07
src: Make PCI ID define names shorter
Felix Singer
2022-02-07
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-05
cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER
Kyösti Mälkki
2022-01-25
northbridge/intel/i945: Change types to uintptr_t where appropriate
Elyes HAOUAS
2022-01-04
nb/intel/i945/raminit.c: Set "integrated_graphics" as bool
Elyes HAOUAS
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-10-18
ACPI: Have common acpi_fill_mcfg()
Kyösti Mälkki
2021-10-05
src/mainboard to src/security: Fix spelling errors
Martin Roth
2021-06-07
cpu/x86: Default to PARALLEL_MP selected
Kyösti Mälkki
2021-05-06
src: Retype option API to use unsigned integers
Angel Pons
2021-05-05
nb/intel: Don't select VBOOT_SEPARATE_VERSTAGE
Arthur Heymans
2021-04-21
nb/intel: Use get_int_option()
Angel Pons
2021-04-10
nb/intel/i945: Use new fixed BAR accessors
Angel Pons
2021-04-05
nb/intel/i945/raminit.c: Replace `DIMM0`
Angel Pons
2021-04-05
nb/intel/i945: Refactor `dump_spd_registers` function
Angel Pons
2021-02-24
device/device.c: Rename .disable to .vga_disable
Arthur Heymans
2021-02-16
nb/intel/i945: Use UPMC4 macro
Elyes HAOUAS
2021-02-16
nb/intel: Add missing <types.h>
Elyes HAOUAS
2021-02-16
nb/i945/raminit.c: Don't hard code 'bool integrated_graphics'
Elyes HAOUAS
2021-02-15
src/nb: Remove unused <console/console.h>
Elyes HAOUAS
2021-02-10
nb/intel/i945: Use common {DMI,EP,MCH}BAR accessors
Angel Pons
2021-02-06
intel: Define `RCBA_LENGTH` in Kconfig and use it
Angel Pons
2021-02-05
intel: Turn `DEFAULT_RCBA` into a Kconfig symbol
Angel Pons
2021-02-04
nb/intel/x/bootblock.c Revert `include <arch/pci_io_cfg.h>`
Angel Pons
2021-02-02
treewide [Kconfig]: Remove useless comment
Elyes HAOUAS
2021-02-01
nb/intel/i945/bootblock.c: include <arch/pci_io_cfg.h>
Elyes HAOUAS
2021-02-01
nb/intel/i945: Drop casts from DEFAULT_{MCH,DMI}BAR
Angel Pons
2021-01-30
nb/intel/i945: Define and use MMCONF_BUS_NUMBER
Angel Pons
2021-01-29
device/Kconfig: Declare MMCONF symbols' type once
Angel Pons
2021-01-19
nb/intel/i945/northbridge.c: Reserve upper part of lower memory
Arthur Heymans
2021-01-19
nb/intel/i945/northbridge.c: Improve readability
Arthur Heymans
2020-12-30
drivers/intel/gma: Include gfx.asl by default for all platforms...
Matt DeVillier
2020-12-17
drivers: Replace set_vbe_mode_info_valid
Patrick Rudolph
2020-12-07
nb/intel/i945: Introduce memmap.h
Patrick Georgi
2020-10-26
src: Include <arch/io.h> when appropriate
Elyes HAOUAS
2020-10-12
nb/intel/i945/acpi: Convert i945.asl to ASL 2.0 syntax
Elyes HAOUAS
2020-09-21
src/northbridge: Drop unneeded empty lines
Elyes HAOUAS
2020-08-04
nb/intel/i945: Deduplicate PCIEXBAR decoding
Angel Pons
2020-08-04
nb/intel/i945: Refactor `get_pcie_bar`
Angel Pons
2020-07-28
nb/intel/i945/gma.c: Remove extra indentation
Elyes HAOUAS
2020-07-26
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-22
nb/intel/i945: Put names to northbridge PCI devices
Angel Pons
2020-07-11
nb/intel/i945: Drop dead code
Angel Pons
2020-07-08
nb/intel/i945: Use ASL 2.0 syntax
Angel Pons
2020-07-08
nb/intel/i945/acpi: Tidy up comments and cosmetics
Angel Pons
2020-06-22
device/smbus_host: Declare common early SMBus prototypes
Kyösti Mälkki
2020-06-15
i945 boards: Factor out MAX_CPUS
Angel Pons
2020-06-12
nb/intel/i945/rcven.c: Correct comment
Angel Pons
2020-06-12
nb/intel/i945: Clean up raminit coding style
Angel Pons
2020-06-10
nb/intel/i945: Use PCI bitwise ops
Angel Pons
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-05-27
intel/gma: Only enable bus mastering if we are going to use it
Nico Huber
2020-05-27
intel/gma: Don't bluntly enable I/O
Nico Huber
2020-05-27
drivers/intel/gma: Move IGD OpRegion to CBMEM
Nico Huber
2020-05-26
northbridge/intel/i945: Mark legacy VGA memory as reserved
Furquan Shaikh
2020-05-18
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-08
northbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-04
nb/intel/i945/memmap: Convert to 96 characters line length
Elyes HAOUAS
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
[next]