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
/
x4x
Age
Commit message (
Expand
)
Author
2021-02-02
treewide [Kconfig]: Remove useless comment
Elyes HAOUAS
2021-02-01
nb/intel/x4x/bootblock.c: include <arch/pci_io_cfg.h>
Elyes HAOUAS
2021-01-30
nb/intel/x4x: Define and use MMCONF_BUS_NUMBER
Angel Pons
2021-01-29
device/Kconfig: Declare MMCONF symbols' type once
Angel Pons
2021-01-21
cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE
Elyes HAOUAS
2021-01-18
northbridge/intel/x4x/dq_dqs.c: Remove repeated word
Elyes HAOUAS
2021-01-18
northbridge/intel/x4x/raminit_ddr23.c: Remove repeated word
Elyes HAOUAS
2021-01-15
nb/intel/x4x: Clean up raminit comments
Angel Pons
2021-01-15
nb/intel/x4x: Reset DQS probe on all channels
Angel Pons
2020-12-30
drivers/intel/gma: Include gfx.asl by default for all platforms...
Matt DeVillier
2020-12-02
cbfs: Enable CBFS mcache on most chipsets
Julius Werner
2020-10-14
nb/intel/x4x: Place raminit definitions in raminit.h
Angel Pons
2020-10-14
nb/intel/x4x: Move register headers into a subfolder
Angel Pons
2020-10-14
nb/intel/x4x: Clean up DMIBAR/EPBAR definitions
Angel Pons
2020-10-02
drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config
Shelley Chen
2020-09-25
nb/intel/x4x/x4x.h: Clean up cosmetics
Angel Pons
2020-09-25
nb/intel/x4x/iomap.h: Rename to memmap.h
Angel Pons
2020-09-21
src/northbridge: Drop unneeded empty lines
Elyes HAOUAS
2020-09-17
nb/intel/x4x: Clean up TPM-related code
Angel Pons
2020-08-24
mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms
Shelley Chen
2020-08-17
nb/intel/x4x/raminit_ddr23.c: Remove dead assignment
Elyes HAOUAS
2020-08-05
src: Use space after 'if', 'for'
Elyes HAOUAS
2020-08-05
src: Use space after switch, while
Elyes HAOUAS
2020-08-04
nb/intel/x4x: Define and use `HOST_BRIDGE` macro
Angel Pons
2020-08-04
nb/intel/x4x: Remove dead assignments
Angel Pons
2020-08-04
nb/intel/x4x: Refactor `decode_pcie_bar`
Angel Pons
2020-08-04
nb/intel/x4x: Change signature of `decode_pciebar`
Angel Pons
2020-08-03
nb/intel/x4x/hostbridge_regs.h: Clean up registers
Angel Pons
2020-08-03
nb/intel/x4x: Put host bridge registers into its own file
Angel Pons
2020-07-30
nb/intel/x4x/rcven.c: Rename memory barrier function
Angel Pons
2020-07-14
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-08
nb/intel/x4x/acpi: Use ASL 2.0 syntax
Angel Pons
2020-07-08
nb/intel/x4x/acpi: Clean up comments
Angel Pons
2020-06-22
device/smbus_host: Declare common early SMBus prototypes
Kyösti Mälkki
2020-06-15
x4x boards: Factor out MAX_CPUS
Angel Pons
2020-06-10
nb/intel/x4x: Drop unused `pci_ops.h` include
Angel Pons
2020-06-09
nb/intel/x4x: Use PCI bitwise ops
Angel Pons
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-06
src: Remove unused 'include <cpu/x86/mtrr.h>'
Elyes HAOUAS
2020-06-02
src: Remove redundant includes
Elyes HAOUAS
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
nb/intel: Fix 16-bit read/write PCI_COMMAND register
Elyes HAOUAS
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-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
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-02
nb/intel/x4x: Simplify GMA SSDT generator
Matt DeVillier
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-31
drivers/intel/gma: fold gma.asl into default_brightness_levels.asl
Matt DeVillier
2020-03-25
drivers/intel/gma/acpi: Add Kconfigs for backlight registers
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
2020-02-24
treewide: Capitalize 'CMOS'
Elyes HAOUAS
2020-02-24
src: capitalize 'RAM'
Elyes HAOUAS
2020-01-14
intel/{gm45,x4x},i82801{ix|jx}: Move enable_smbus() call
Kyösti Mälkki
2020-01-09
nb/intel/{i945,x4x,pineview}: Remove wrapper spd_read_byte()
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2020-01-02
src: Remove unneeded 'include <arch/io.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-12-14
bootblock: Provide some common prototypes
Kyösti Mälkki
2019-12-02
src: Move 'static' to the beginning of declaration
Elyes HAOUAS
2019-12-01
nb/intel/x4x: Factor out hiding PCI devs in pure fn
Arthur Heymans
2019-11-25
Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol
Arthur Heymans
2019-11-15
nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-11-15
nb/intel/x4x: Move boilerplate romstage to a common location
Arthur Heymans
2019-11-14
mb/*/*(ich7/x4x): Use common early southbridge init
Arthur Heymans
2019-11-14
sb/intel/i82801jx: Move early sb init to a common place
Arthur Heymans
2019-11-13
nb/intel/x4x.h: Include stdint.h
Arthur Heymans
2019-11-04
nb/intel: Use defined DEFAULT_RCBA
Elyes HAOUAS
2019-11-04
nb/intel/x4x/x4x.h: Include iomap.h
Arthur Heymans
2019-11-01
lib/cbmem_top: Add a common cbmem_top implementation
Arthur Heymans
2019-10-29
nb/intel/{nehalem,x4x}: Remove unused 'include <pc80/vga_io.h>'
Elyes HAOUAS
2019-10-28
src: Remove unused '#include <cpu/cpu.h>'
Elyes HAOUAS
2019-10-24
acpi: Drop wrong _ADR objects for PCI host bridges
Elyes HAOUAS
2019-09-28
nb,sb/intel: Clean up some __BOOTBLOCK__ and __SIMPLE_DEVICE__ use
Kyösti Mälkki
2019-09-28
nb/intel/x4x: Avoid x4x.h header with romcc-bootblock
Kyösti Mälkki
2019-09-24
intel/cpu: Switch older models to TSC_MONOTONIC_TIMER
Kyösti Mälkki
2019-09-06
nb/intel/x4x/raminit: Move dummy reads after JEDEC init
Arthur Heymans
2019-08-28
intel/smm/gen1: Use smm_subregion()
Kyösti Mälkki
2019-08-26
soc/intel: Use common romstage code
Kyösti Mälkki
2019-08-22
arch/x86: Add <arch/romstage.h>
Kyösti Mälkki
2019-08-15
intel/smm/gen1: Rename header file
Kyösti Mälkki
2019-08-15
arch/x86: Add postcar_frame_common_mtrrs()
Kyösti Mälkki
2019-08-15
cpu/intel: Refactor platform_enter_postcar()
Kyösti Mälkki
2019-08-15
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-08-11
arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION
Kyösti Mälkki
2019-08-11
arch/x86: Enable POSTCAR_CONSOLE by default
Kyösti Mälkki
2019-08-08
lib/stage_cache: Refactor Kconfig options
Kyösti Mälkki
[next]