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
Age
Commit message (
Expand
)
Author
2022-09-14
nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"
Elyes Haouas
2022-08-26
nb/intel/sandybridge: Align TOUUD down to 1 MiB granularity
Arthur Heymans
2022-08-17
commonlib/clamp.h: Relicense file to be BSD-compatible
Angel Pons
2022-07-17
nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of comma
Elyes Haouas
2022-07-14
northbridge/intel/i945: Fix GCC optimizing out cache preload jump
Petr Cvek
2022-07-05
nb,soc/intel: Handle upper RAM boundary
Kyösti Mälkki
2022-06-30
nb/intel: Drop local legacy_hole definitions
Kyösti Mälkki
2022-06-24
device/resource: Modify some resource allocation instances
Kyösti Mälkki
2022-06-24
nb/intel/gm45/acpi: Fix max PCI bus number
Nico Huber
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-06-02
nb/intel/i440bx: Use PARALLEL_MP
Arthur Heymans
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-05-16
src: Remove unused <cf9_reset.h>
Elyes Haouas
2022-05-13
nb/intel/snb/raminit_mrc.c: Remove set but unused variable
Arthur Heymans
2022-05-13
nb/intel/gm45: Enable 64bit support
Arthur Heymans
2022-05-13
nb/intel/gm45/iommu.c: Fix clearing GTT
Arthur Heymans
2022-05-13
nb/intel/gm45/dsdt: Fix number of PCI busses
Arthur Heymans
2022-05-13
nb/intel/gm45: Allow for PCI BARs above 4G
Arthur Heymans
2022-04-27
nb/intel/pineview: Use cbfs mcache
Arthur Heymans
2022-04-24
northbridge/intel: Remove unused <acpi/acpi.h>
Elyes HAOUAS
2022-04-22
nb/intel/i945/memmap.c: Fix TOLUD bit field mask
Petr Cvek
2022-04-20
nb/intel/snb: Reduce scope of functions
Arthur Heymans
2022-04-10
nb/intel/sandybridge: Restore `mainboard_early_init()` call
Angel Pons
2022-04-09
mb/google,samsung: Drop init_bootmode_straps()
Kyösti Mälkki
2022-03-28
nb/intel/sandybridge/acpi: Support setting PCI bars above 4G
Arthur Heymans
2022-03-25
nb/intel/gm45/pm.c: Make clang happy
Arthur Heymans
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-25
cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number
Felix Held
2022-02-25
arch/x86: consolidate HPET base address definitions
Felix Held
2022-02-24
nb/intel/ironlake: Clean up `jedec_read()` function
Angel Pons
2022-02-24
nb/intel/ironlake: Fix some quickpath init magic
Angel Pons
2022-02-24
nb/intel/ironlake: Move out HECI remainders into southbridge
Angel Pons
2022-02-16
Use the fallthrough statement in switch loops
Arthur Heymans
2022-02-15
nb/intel/ironlake/raminit_heci.c: Move to southbridge scope
Angel Pons
2022-02-15
nb/intel/ironlake: Decouple `setup_heci_uma()` from northbridge
Angel Pons
2022-02-15
nb/intel/ironlake/raminit_heci.c: Turn into compilation unit
Angel Pons
2022-02-15
nb/intel/ironlake: Split out HECI code out of raminit
Angel Pons
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-02-04
nb/intel/haswell: Report SMBIOS memory speed in MT/s
Angel Pons
2022-01-31
nb/intel/gm45/raminit.c: Fix indent for 'if' statement
Elyes HAOUAS
2022-01-27
nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macros
Elyes HAOUAS
2022-01-27
nb/intel/sandybridge/raminit_mrc.c: Use DDR3_SPD_SODIMM macro
Elyes HAOUAS
2022-01-27
nb/intel/sandybridge/raminit_mrc.c: Use <smbios.h> macros
Elyes HAOUAS
2022-01-26
src: Add missing 'void' in function definition
Elyes HAOUAS
2022-01-25
northbridge/intel/i945: Change types to uintptr_t where appropriate
Elyes HAOUAS
2022-01-10
src/{northbridge,southbridge}: Remove unused <console/console.h>
Elyes HAOUAS
2022-01-05
src/northbridge: Remove unused <delay.h>
Elyes HAOUAS
2022-01-04
nb/intel/i945/raminit.c: Set "integrated_graphics" as bool
Elyes HAOUAS
2022-01-01
src: Use 'stdint.h' when appropriate
Elyes HAOUAS
2022-01-01
src: Drop duplicated includes
Elyes HAOUAS
2021-12-30
northbridge/intel/ironlake/acpi: Use Printf() for debug prints
Felix Singer
2021-12-30
northbridge/intel/sandybridge/acpi: Use Printf() for debug prints
Felix Singer
2021-12-30
northbridge/intel/haswell/acpi: Use Printf() for debug prints
Felix Singer
2021-12-23
nb/intel/ironlake: Use `NUM_CHANNELS` macro
Angel Pons
2021-12-16
Spell *Boot Guard* with a space for official spelling
Paul Menzel
2021-12-02
nb/intel/sandybridge/romstage.c: Configure DPR and initialize TXT
Michał Żygowski
2021-11-26
nb/intel/sandybridge: Add support for DPR
Michał Żygowski
2021-11-11
haswell/lynxpoint/broadwell: Use `azalia_codec_init()`
Angel Pons
2021-11-11
arch/x86: Refactor the SMBIOS type 17 write function
Subrata Banik
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-11-05
nb/intel/haswell/northbridge.c: Drop stale comment
Angel Pons
2021-11-04
nb/intel: Replace bad uses of `find_resource`
Angel Pons
2021-10-18
ACPI: Have common acpi_fill_mcfg()
Kyösti Mälkki
2021-10-13
nb/intel/haswell: Add HDAU ACPI device
Matt DeVillier
2021-10-11
nb/intel/sandybridge: Populate meminfo when using MRC
Matt DeVillier
2021-10-05
src/mainboard to src/security: Fix spelling errors
Martin Roth
2021-08-02
nb/intel/haswell: Move MRC glue code into a subfolder
Angel Pons
2021-08-02
nb/intel/haswell/gma.c: Add ULX PCI device IDs
Angel Pons
2021-07-26
src/*: Specify type of `CBFS_SIZE` once
Angel Pons
2021-07-06
nb/intel/x4x: Expose x86_64 support
Arthur Heymans
2021-07-05
nb/intel/x4x: Use write32p and read32p
Arthur Heymans
2021-07-05
nb/intel/x4x: Prepare for x86_64 support
Arthur Heymans
2021-06-22
nb/intel/haswell/pcie.c: Avoid needless death
Angel Pons
2021-06-22
nb/intel/haswell/pcie.c: Introduce helper variable
Angel Pons
2021-06-22
nb/intel/haswell/pcie.c: Fix getting PCI function
Angel Pons
2021-06-17
nb/intel/ironlake: Factor out common uncore ASL
Angel Pons
2021-06-16
MRC platforms: Fix MRC version printk format specifiers
Angel Pons
2021-06-16
nb/intel/haswell: Fully handle GDXCBAR and EDRAMBAR
Angel Pons
2021-06-16
nb/intel/haswell/memmap.h: Define MMIO window sizes
Angel Pons
2021-06-16
nb/intel/haswell: Update some "Misc ICH" comments
Angel Pons
2021-06-15
nb/intel/sandybridge: Add x86_64 support
Patrick Rudolph
2021-06-10
nb/haswell/gma: Add Desktop GT1.5 (HD 4400) Device ID
Mate Kukri
2021-06-07
cpu/x86: Default to PARALLEL_MP selected
Kyösti Mälkki
2021-05-28
nb/intel/x4x/rcven.c: Guard macro parameters
Angel Pons
2021-05-27
lib/hexdump: remove hexdump32 and use hexdump instead
Felix Held
2021-05-16
nb/intel/gm45: Guard even more macro parameters
Angel Pons
2021-05-07
nb/intel/e7505: Fix for RESOURCE_ALLOCATOR_V4
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-05-03
nb/intel/common: Replace `_bar_clrsetbits_impl` macro
Angel Pons
2021-05-03
nb/intel/common: Drop deprecated fixed BAR accessors
Angel Pons
2021-05-03
nb/intel/haswell: Move PEG registers to a separate header
Angel Pons
2021-05-02
nb/intel/common: Turn `*bar_{read,write}*` macros into functions
Angel Pons
2021-05-02
nb/intel/haswell: Uniformize include guards
Angel Pons
2021-05-02
nb/intel/haswell: Clean up haswell.h header
Angel Pons
2021-04-26
haswell/broadwell: Replace remaining MCHBAR accessors
Angel Pons
[next]