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
/
i3100
/
raminit.c
Age
Commit message (
Expand
)
Author
2016-11-21
nb/intel: Fix some spelling mistakes in comments and strings
Martin Roth
2016-09-20
northbridge/intel/i3100: Add space around operators
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-06-22
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-03-16
cpu/x86/mtrr: move cache_ramstage() to its only user
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-01-06
northbridge: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-07-29
Uniformly spell frequency unit symbol as Hz
Elyes HAOUAS
2014-05-25
northbridge/intel/i3100/raminit.c: Uninitialized variable
Edward O'Callaghan
2014-01-13
lib: Make log2() available in romstage on ARM, not just x86
Alexandru Gagniuc
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-11
Intel: Replace MSR 0xcd with MSR_FSB_FREQ
Patrick Georgi
2012-07-24
Rename cache_lbmem() to cache_ramstage()
Stefan Reinauer
2012-05-08
Clean up #ifs
Patrick Georgi
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2011-09-09
Replace while with do; while to avoid repetition
Noe Rubinstein
2010-11-18
Move DIMM_MAP_LOGICAL to Kconfig.
Patrick Georgi
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-04-30
fix compilation of mtarvon
Stefan Reinauer
2010-04-30
Get rid of a few more warnings.
Myles Watson
2010-04-14
drop quite a lot of dead code that did nothing but produce warnings and make
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2009-07-01
Add support for the Intel Eagle Heights development board.
Thomas Jourdan
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-08-28
Eric Biederman believes that he and Tom Zimmerman of the defunct
Ed Swierk
2008-03-16
This patch implements support for the Intel 3100 integrated ...
Ed Swierk