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
/
sandybridge
/
raminit_mrc.c
Age
Commit message (
Expand
)
Author
2023-11-20
nb/intel/sandybridge: Fix unitialized variable issue
Jeremy Compostella
2023-11-13
nb/intel/sandybridge: Clean up post Haswell SPD mapping API migration
Keith Hui
2023-11-13
nb/intel/sandybridge: Standardize MRC vs. native SPD mapping API
Keith Hui
2023-09-11
nb/intel: Remove space between function name and '('
Elyes Haouas
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-03-23
nb/intel/snb: Abolish mainboard_should_reset_usb()
Keith Hui
2023-01-04
spd.h: Move enum ddr3_module_type to ddr3.h
Elyes Haouas
2022-09-14
nb/intel: Use "if (!ptr)" in preference to "if (ptr == NULL)"
Elyes Haouas
2022-07-17
nb/intel/sandybridge/raminit_mrc.c: Use semicolon instead of comma
Elyes Haouas
2022-05-13
nb/intel/snb/raminit_mrc.c: Remove set but unused variable
Arthur Heymans
2022-04-20
nb/intel/snb: Reduce scope of functions
Arthur Heymans
2022-03-08
timestamps: Rename timestamps to make names more consistent
Jakub Czapiga
2022-02-25
arch/x86: consolidate HPET base address definitions
Felix Held
2022-02-16
Use the fallthrough statement in switch loops
Arthur Heymans
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
2021-11-10
Rename ECAM-specific MMCONF Kconfigs
Shelley Chen
2021-10-11
nb/intel/sandybridge: Populate meminfo when using MRC
Matt DeVillier
2021-06-16
MRC platforms: Fix MRC version printk format specifiers
Angel Pons
2021-05-27
lib/hexdump: remove hexdump32 and use hexdump instead
Felix Held
2021-04-10
nb/intel/sandybridge: Use new fixed BAR accessors
Angel Pons
2021-02-23
nb/intel/x4x,sandybridge: Move INITRAM timestamps
Kyösti Mälkki
2021-02-10
nb/intel/sandybridge: Use common {DMI,EP,MCH}BAR accessors
Angel Pons
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-11-13
mrc_cache: Move code for triggering memory training into mrc_cache
Shelley Chen
2020-10-23
nb/intel/sandybridge: Correct designation of MRC version
Angel Pons
2020-09-17
nb/intel/sandybridge: Drop invalid `DEFAULT_RCBABASE` macro
Angel Pons
2020-08-24
mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms
Shelley Chen
2020-07-26
nb/intel/sandybridge: Add missing includes
Elyes HAOUAS
2020-07-24
nb/intel/sandybridge: Remove unnecessary `struct sys_info`
Angel Pons
2020-07-20
sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASE
Angel Pons
2020-06-02
src: Remove unused 'include <bootmode.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-09
vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()
Julius Werner
2020-03-25
nb/intel/sandybridge: Use SPDX headers
Angel Pons
2020-03-20
nb/intel/sandybridge: Deduplicate report_memory_config
Angel Pons
2020-03-18
nb/intel/sandybridge: Tidy up code and comments
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-07
src/nb: Use 'print("%s...", __func__)'
Elyes HAOUAS
2020-01-10
nb/intel/sandybridge: Add a bunch of MCHBAR defines
Angel Pons
2020-01-06
drivers/pc80/rtc: Swap cmos_write32() parameter order
Kyösti Mälkki
2020-01-01
nb/intel/sandybridge: Use the MC_BIOS_DATA define
Angel Pons
2020-01-01
nb/intel/sandybridge: add and use more MCHBAR register defines
Felix Held
2019-12-27
arch/x86: Remove <arch/cbfs.h>
Kyösti Mälkki
2019-11-18
nb/intel/sandybridge/mrc: Handle P2P disabling via devicetree
Nico Huber
2019-06-17
3rdparty/blobs: Update submodule, SNB improvements
Arthur Heymans
2019-05-22
post_code: add post code for invalid vendor binary
Keith Short
2019-05-15
src/northbridge: Remove unneeded include <arch/io.h>
Elyes HAOUAS
2019-05-13
nb/intel/sandybridge: Migrate MRC settings to devicetree
Patrick Rudolph
2019-05-13
mb/samsung/lumpy: Move onboard SPD to second channel
Patrick Rudolph
2019-05-06
src: Remove unused include <halt.h>
Elyes HAOUAS
2019-04-29
nb/intel/sandybridge: Use system_reset()
Elyes HAOUAS
2019-04-23
nb/intel/sandybridge: add pch.h include
Patrick Georgi
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-06
nb/intel/sandybridge: Reserve CAR region with !NATIVE_RAMINIT
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-06
usbdebug: Make the EHCI debug console work in the bootblock
Arthur Heymans
2019-01-06
usbdebug: Refactor init calls
Kyösti Mälkki
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-08-03
sandybridge/raminit_mrc: remove reference to report_platform_info()
Matt DeVillier
2018-07-02
src/nb: Fix non-local header treated as local
Elyes HAOUAS
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-01-26
nb/intel/sandybridge: Use common mrc cache functions
Arthur Heymans
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-27
nb/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-09-27
northbridge/sandybridge/raminit_mrc.c: fix missing include
Matt DeVillier
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 mrc_cache definition into a common header
Alexander Couzens
2016-02-12
Merge sandy/ivybridge romstage flow for MRC and non-MRC.
Vladimir Serbinenko
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-09
northbridge/intel/sandybridge: Enable PEG clock-gating on demand
Patrick Rudolph
2015-10-03
sandybridge ivybridge: Treat native init as first class citizen
Alexandru Gagniuc