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
/
amd
/
amdk8
/
raminit.c
Age
Commit message (
Expand
)
Author
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-09
zero warnings days.
Stefan Reinauer
2010-04-06
No warnings day, next round.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-05
Fix non-revF K8 ram init compilation which was broken in r4341.
Carl-Daniel Hailfinger
2009-06-05
K8 RAM init debug messages are pretty short and sometimes cryptic. Make
Carl-Daniel Hailfinger
2009-06-04
The point of the patch is to make it easier to understand the raminit
Myles Watson
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-02-27
This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...
Myles Watson
2008-10-02
Whitespace cleanup (trivial).
Myles Watson
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2007-11-02
This patch changes the "if else" style of parameter matching to table and als...
Rudolf Marek
2007-05-21
fix some typos, clarify comments and drop dead code (trivial)
Stefan Reinauer
2007-04-06
YhLu's patch from January 18th. This part is mostly cleaning up
Yinghai Lu
2006-10-05
K8_4RANK to QRANK
Yinghai Lu
2006-10-04
CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
Yinghai Lu
2006-10-04
AMD Rev F support
Yinghai Lu
2006-04-03
new cache_as_ram support
Yinghai Lu
2005-12-14
from issue 53: don't set TOM2 if 4G less mem installed, opt for init_ecc
Yinghai Lu
2005-12-01
Applying YhLu's patch from issue 37.
Stefan Reinauer
2005-10-25
- See Issue Tracker id-4 "lnxi-patch-4"
Jason Schildt
2005-08-10
Undoing all HDAMA commits from LNXI from r2005->2003
Jason Schildt
2005-08-09
- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.
Jason Schildt
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-52
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51
arch import user (historical)
2005-07-06
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
arch import user (historical)
2004-10-14
- Sync up northbridge/amd/amdk8
Eric Biederman
2004-07-08
move default_resource_map to its own file
Li-Ta Lo
2004-03-23
Doxidization, reformat
Li-Ta Lo
2004-03-19
Includes fix from Craig C Forney
David W. Hendricks
2004-03-19
fix typo that keeps solo from working
Stefan Reinauer
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2003-11-10
automatically detect southbridge link. this should allow to get rid of most
Stefan Reinauer
2003-11-04
add hook for spdrom iohub selection
Stefan Reinauer
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-09-01
- Updates to config.g so that it works more reliably and has initial support
Eric Biederman
2003-08-28
cleaning out motherboard specific changes from the generic directories.
Stefan Reinauer
2003-08-04
patches from Yh Lu. Tested and working on HDAMA
Ronald G. Minnich
2003-08-01
- Update raminit.c so it works properly for multiple cpus
Eric Biederman
2003-07-30
updates from YhLu, plus fixes for PPC/K8 issues.
Ronald G. Minnich
2003-07-25
YhLu's changes to resolve several memory and other problems.
Ronald G. Minnich
2003-07-21
- First pass at s2880 support.
Eric Biederman
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-07-17
- Update Config so we now have the proper number of cpus
Eric Biederman
2003-07-17
- pci_device.c fixes for generic pci bridges to zero the unused portion of br...
Eric Biederman
2003-07-16
- ldscripb.lb remove another $Id: line..
Eric Biederman
2003-07-12
- Commit a working spd based memory initialization routine
Eric Biederman
2003-06-19
- Update the romcc version.
Eric Biederman
2003-06-18
- A new test case for romcc
Eric Biederman
2003-06-17
- Minor mod to reset16.inc to work with newer binutils hopefully this works w...
Eric Biederman
2003-06-12
- Changes to the pci config routines moving them closer to the non romcc API
Eric Biederman
2003-06-11
- Factoring of auto.c
Eric Biederman