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
/
raminit.c
Age
Commit message (
Expand
)
Author
2020-12-03
cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()
Julius Werner
2020-11-13
mrc_cache: Move code for triggering memory training into mrc_cache
Shelley Chen
2020-10-23
nb/intel/haswell/raminit.c: Clean up local variables
Angel Pons
2020-10-23
nb/intel/haswell: Correct designation of MRC version
Angel Pons
2020-10-23
nb/intel/haswell: Drop ASM to call into MRC
Angel Pons
2020-10-23
nb/intel/haswell: Constify pointers to strings
Angel Pons
2020-10-23
nb/intel/haswell: Make MAD_DIMM_* registers indexed
Angel Pons
2020-10-23
nb/intel/haswell: Drop unnecessary register read
Angel Pons
2020-08-24
mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms
Shelley Chen
2020-07-30
nb/intel/*: Fill in SMBIOS type 16 on SNB/HSW
Patrick Rudolph
2020-07-26
nb/intel/haswell: Use macro for dimm->bus_width
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-04-05
src/northbridge: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-15
nb/intel/haswell: Tidy up code and comments
Angel Pons
2020-03-07
src/nb: Use 'print("%s...", __func__)'
Elyes HAOUAS
2019-12-27
arch/x86: Remove <arch/cbfs.h>
Kyösti Mälkki
2019-07-29
haswell: reinitialize EHCI debug hardware after raminit
Iru Cai
2019-05-23
nb/intel/haswell: Remove variable set but not used
Elyes HAOUAS
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-06
src: Remove unused include <halt.h>
Elyes HAOUAS
2019-04-29
nb/intel/haswell: Use system_reset()
Elyes HAOUAS
2018-12-18
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-08-13
nb/intel/haswell: Always locate mrc.bin in the COREBOOT fmap region
Arthur Heymans
2018-06-04
src: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-02-06
nb/intel/haswell: Use the common MRC cache driver
Arthur Heymans
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-07-03
northbridge/intel/haswell: Fix copy paste error
Ryan Salsamendi
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
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
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-01
cbfs: correct types used for accessing files
Aaron Durbin
2014-11-30
Replace hlt() loops with halt()
Patrick Georgi
2014-06-25
intel/haswell: Report x32 memory as "x8 or x32"
Duncan Laurie
2014-05-01
Declare recovery and developer modes outside ChromeOS
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-01-15
CBMEM intel: Define get_top_of_ram() once per chipset
Kyösti Mälkki
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2013-12-21
Add a specific post code for S3 resume failures
Duncan Laurie
2013-10-15
CBMEM: Define cbmem_top() just once for x86
Kyösti Mälkki
2013-03-22
haswell: use dynamic cbmem
Aaron Durbin
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-18
haswell: move call site of save_mrc_data()
Aaron Durbin
2013-03-18
haswell: remove unused sys_info structure
Aaron Durbin
2013-03-17
haswell platforms: restructure romstage main
Aaron Durbin
2013-03-14
haswell: Remove logic to send dram init done to ME
Aaron Durbin
2013-03-14
haswell: align pei_data structure with intel-framework
Aaron Durbin
2013-03-14
haswell: Add initial support for Haswell platforms
Aaron Durbin