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
/
coherent_ht.c
Age
Commit message (
Expand
)
Author
2010-10-07
Remove duplicate line from pci_ids.h.
Jonathan Kollasch
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-07-07
fix some more warnings
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-04-08
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-07
no warnings day
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-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2009-10-23
Remove PRINTK_IN_CAR tests from AMD files.
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
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-04-06
YhLu's patch from January 18th.
Yinghai Lu
2006-10-04
AMD Rev F support
Yinghai Lu
2006-04-03
new cache_as_ram support
Yinghai Lu
2005-12-02
1201_ht_bus0_dev0_fidvid_core.diff
Stefan Reinauer
2005-11-23
CAR patch from YH LU
Ronald G. Minnich
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-08
eric patch
Yinghai Lu
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)
2005-02-01
8 ways works now
Yinghai Lu
2005-01-27
coherent.c don't need to read incoherent ht cap
Yinghai Lu
2005-01-26
pre_d0
Yinghai Lu
2005-01-25
-Make 1, 2, 4, 6 installed cpu works.
Yinghai Lu
2005-01-07
enable apic ext id to keep bsp using 0
Yinghai Lu
2005-01-06
clear dead link bug fix and opt_link_read for non coherent link
Yinghai Lu
2005-01-05
enable apic ext id
Yinghai Lu
2005-01-03
Dynamic RT with 4 ways test OK.
Yinghai Lu
2004-12-24
default link bug fix
Yinghai Lu
2004-12-22
*** empty log message ***
Yinghai Lu
2004-12-22
update broastcast table for K8 4p above
Yinghai Lu
2004-12-22
8 ways support changes
Yinghai Lu
2004-12-21
amd k8 routing table creation dynamically support
Yinghai Lu
2004-11-15
- Comment on why optimize_link_read_pointers is safe on an Athlon64
Eric Biederman
2004-11-15
- Don't force spew level debug messages on the kherpi
Eric Biederman
2004-11-13
- Allow coherent_ht.c to compile uniprocessor
Eric Biederman
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-10-30
- To reduce confuse rename the parts of linuxbios bios that run from
Eric Biederman
2004-04-26
check in the current code for IBM/E325, can somebody help to fix it ?
Li-Ta Lo
2004-04-15
code reformat
Li-Ta Lo
2004-03-24
drop obsolete CONNECTION_x_y macros. Use row information instead.
Stefan Reinauer
2004-03-12
cosmetics.. we'll not see more that 256cpus in linuxbios for a while
Stefan Reinauer
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2004-02-27
generalize code
Stefan Reinauer
2004-02-09
final merge of YhLu's stuff
David W. Hendricks
2004-01-28
please forgive me... ;)
Stefan Reinauer
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-09-23
make coherent ht setup capable of non-standard link configurations
Stefan Reinauer
2003-09-03
cosmetics
Stefan Reinauer
2003-09-01
- Updates to config.g so that it works more reliably and has initial support
Eric Biederman
2003-08-28
more motherboard specific cleanups
Stefan Reinauer
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-21
* update quartet target to latest SMP changes.
Stefan Reinauer
2003-07-19
- Major cleanup of the bootpath
Eric Biederman
2003-07-17
moved generate_row from coherent_ht.c to board specific auto.c files
Stefan Reinauer
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
fix some glitches in cht code: always enable routing on node7, plus do maskin...
Stefan Reinauer
2003-07-16
- ldscripb.lb remove another $Id: line..
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