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
/
haswell
Age
Commit message (
Expand
)
Author
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-23
Drop leftover debug function declarations
Kyösti Mälkki
2019-01-13
{mb,nb,soc/fsp_baytrail}: Get rid of dump_mem()
Elyes HAOUAS
2019-01-06
device: Use pcidev_path_on_root()
Kyösti Mälkki
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2019-01-03
nb/intel/haswell: Add support for PEG
Tristan Corrick
2018-12-29
nb/intel/haswell: Handle boards that do not support IGD
Tristan Corrick
2018-12-29
nb/intel/haswell: Don't unconditionally set DEVEN
Tristan Corrick
2018-12-29
nb/intel/haswell: Use DEVEN to disable devices
Tristan Corrick
2018-12-19
northbridge: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-12-18
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Elyes HAOUAS
2018-12-18
nb/intel/haswell: Add server processor host bridge device ID
Iru Cai
2018-12-18
Fix typos involving "the the"
Jonathan Neuschäfer
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-11-21
nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-02
nb/intel/haswell: Consolidate memory controller PCI driver structs
Tristan Corrick
2018-11-01
nb/intel/haswell/gma: Support boards that have DDI E connected
Tristan Corrick
2018-11-01
sb/intel/lynxpoint: Automatically generate the ACPI PCI routing table
Tristan Corrick
2018-11-01
nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller
Tristan Corrick
2018-11-01
nb/intel/haswell: Add a PCI ID for a desktop memory controller
Tristan Corrick
2018-11-01
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-11
src: Replace MSR addresses with macros
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-25
northbridge: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-08-22
nb/intel/*/gma.c: Skip NGI when VGA decode is not enabled
Arthur Heymans
2018-08-13
nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region
Arthur Heymans
2018-07-02
src/nb: Fix non-local header treated as local
Elyes HAOUAS
2018-06-30
arch/x86/acpi: Add DMAR RMRR helper functions
Matt DeVillier
2018-06-14
cpu/intel/haswell: Use the common intel romstage_main function
Arthur Heymans
2018-06-06
arch/x86: Make RELOCATABLE_RAMSTAGE the default
Kyösti Mälkki
2018-06-05
cpu/intel/haswell: Switch to POSTCAR_STAGE
Arthur Heymans
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
northbridge/intel: Remove unneeded includes
Elyes HAOUAS
2018-05-29
src/northbridge: Add and update license headers
Martin Roth
2018-05-18
nb/intel/haswell: Get rid of device_t
Elyes HAOUAS
2018-05-08
{mb,nb,soc}: Remove references to pci_bus_default_ops()
Nico Huber
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2018-03-08
nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APIC
Matt DeVillier
2018-03-08
nb/intel/haswell: Generate ACPI DMAR table
Matt DeVillier
2018-02-06
nb/intel/haswell: Use the common MRC cache driver
Arthur Heymans
2018-01-31
nb/intel/*.h: Remove left-over register definitions
Patrick Rudolph
2017-10-28
3rdparty/lib{hwbase,gfxinit}: Update to latest master
Nico Huber
2017-10-28
drivers/intel/gma: Put gma_gfxinit() into its own header
Nico Huber
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-08-11
drivers/intel/gma/opregion: migrate from nb/common
Matt DeVillier
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-12
nb/intel/haswell/gma: Set ASLS on S3 resume
Patrick Rudolph
2017-07-12
drv/intel/gma/opregion: Add interface for GNVS ASLB handling
Patrick Rudolph
2017-07-06
northbridge/intel/haswell: Fix undefined behavior
Ryan Salsamendi
2017-07-03
northbridge/intel/haswell: Fix copy paste error
Ryan Salsamendi
2017-07-03
northbridge/intel/haswell: Fix undefined behavior
Ryan Salsamendi
2017-06-29
nb/haswell: set ASLB gnvs to OpRegion ACPI memory address
Matt DeVillier
2017-06-27
nb/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-22
nb/intel/haswell/raminit: Die if cbmem_add() fails
Nico Huber
2017-06-16
haswell: add CBMEM_MEMINFO table when initing RAM
Matt DeVillier
2017-06-15
nb/intel/haswell/gma: Use common init_igd_opregion method
Patrick Rudolph
2017-06-15
nb/intel/haswell/gma: Write ACPI tables
Patrick Rudolph
2017-06-08
device/Kconfig: Put gfx init methods into a `choice`
Nico Huber
2017-05-22
nb/intel/haswell: Fix up C NGI remnants
Nico Huber
2017-04-24
northbridge/haswell: clean up native graphics init code
Matt DeVillier
2017-04-03
nb/intel: Deduplicate vbt header
Patrick Rudolph
2017-03-28
vboot: Select SoC-specific configuration for all Chrome OS boards
Julius Werner
2017-02-04
Only show CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM option when implemented
Arthur Heymans
2017-01-06
nb/intel/*/northbridge.c: Remove #include <device/hypertransport.h>
Arthur Heymans
2016-12-20
nb/intel/haswell: Hook up libgfxinit
Arthur Heymans
2016-12-07
MMCONF_SUPPORT: Flip default to enabled
Kyösti Mälkki
2016-12-07
PCI ops: MMCONF_SUPPORT_DEFAULT is required
Kyösti Mälkki
2016-11-22
Remove explicit select MMCONF_SUPPORT
Kyösti Mälkki
2016-11-21
nb/intel: Fix some spelling mistakes in comments and strings
Martin Roth
2016-10-04
src/northbridge: Remove unnecessary whitespace
Elyes HAOUAS
2016-09-20
northbridge/intel/haswell: Add space around operators
Elyes HAOUAS
2016-09-12
src/northbridge: Improve code formatting
Elyes HAOUAS
2016-08-31
northbridge/intel: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-07-31
src/northbridge: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-28
bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
Furquan Shaikh
2016-06-12
nb/intel: Factor out common MRC code
Patrick Rudolph
2016-03-11
northbridge/intel: move mrccache.c of sandybridge + haswell to common
Alexander Couzens
2016-03-11
northbridge/intel: move mrc_cache definition into a common header
Alexander Couzens
2016-02-28
northbridge/intel: add missing #include guards
Iru Cai
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-23
Intel: Move MCRS ResourceTemplate outside of _CRS method
Martin Roth
2015-10-12
gma: Consolidate Intel IGD ACPI code some more
Nico Huber
2015-09-07
intel: Do not hardcode the position of mrc.cache
Alexandru Gagniuc
2015-09-04
bootstate: remove need for #ifdef ENV_RAMSTAGE
Aaron Durbin
2015-08-25
Intel: Remove CACHE_MRC_BIN - 'selected' everywhere in Kconfig
Martin Roth
2015-07-29
intel/haswell: fix CHROMEOS builds for haswell
Patrick Georgi
2015-07-13
x86: flatten hierarchy
Stefan Reinauer
2015-07-12
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
Martin Roth
2015-07-04
Kconfig: Fix references to obsolete symbols
Martin Roth
2015-06-23
Kconfig: Move CBFS_SIZE into Mainboard menu
Martin Roth
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-05-28
igd.asl rewrite
Vladimir Serbinenko
2015-05-26
fmap: new API using region_device
Aaron Durbin
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-01
intel: Correct MMIO related ACPI table settings
Dave Frodin
[next]