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
Age
Commit message (
Expand
)
Author
2010-03-29
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2009-11-18
Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.
Myles Watson
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-11-05
Add debugging utility file for dumping routing registers on K8.
Myles Watson
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-26
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-24
Trivial regrouping of a calculation to simplify it.
Myles Watson
2009-10-24
Fix K8 boards high tables on UMA systems (KT690 for example)
Stefan Reinauer
2009-10-23
Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before
Myles Watson
2009-10-23
Remove PRINTK_IN_CAR tests from AMD files.
Myles Watson
2009-10-20
When I converted an #ifdef to an #if it broke the code because the variable was
Myles Watson
2009-10-19
Clean up some #ifdef CONFIG_*
Myles Watson
2009-10-18
Simplify Kconfig files by using "select" where possible (trivial).
Uwe Hermann
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-14
White space and typo fixes. This makes it easier to compare the s2895 & s2892.
Myles Watson
2009-10-09
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-01
Fix Kconfig build for K8 boards.
Myles Watson
2009-09-29
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.
Myles Watson
2009-09-29
Remove some warnings.
Myles Watson
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-09-24
Remove HyperTransport support from boards that don't need it.
Myles Watson
2009-09-23
simplify source tree hierarchy: move files from sdram/ and ram/ to lib/
Stefan Reinauer
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-13
Fix some conflicting types of variables
Patrick Georgi
2009-08-12
This now builds.
Ronald G. Minnich
2009-08-12
Kconfig!
Patrick Georgi
2009-07-21
Remove a comment that no longer applies. Trivial.
Myles Watson
2009-07-02
Update the k8 code for the v3 resource allocator.
Myles Watson
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-06-30
the tool chain settings should not be in renamed (as they will never live in
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-21
This patch adds a proper namestring generation to our ACPIgen generator.
Rudolf Marek
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-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-04-30
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-28
Enable HAVE_HIGH_TABLES by default for northbridges with
Patrick Georgi
2009-04-22
remove some style guide breaks and warnings from raminit_f_dqs.c
Stefan Reinauer
2009-04-22
Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.
Stefan Reinauer
2009-04-18
There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...
Ronald Hoogenboom
2009-04-13
Following patch adds resume (exit from self refresh) support for AMD K8 revF
Rudolf Marek
2009-04-11
This patch fixes an edge case for K8 raminit. Specifically, it brings the code
Ward Vandewege
2009-04-10
unify spd_ddr2.h (trivial)
Stefan Reinauer
2009-04-01
Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
Stefan Reinauer
2009-03-26
During the suspend/resume programming I came to an issue that first 4KB of
Rudolf Marek
2009-03-24
Every object file with a struct pci_driver ... __pci_driver needs to be marked
Stefan Reinauer
2009-03-20
Fix CPUID typo. This caused fid to memory speed calculations to be off.
Marc Jones
2009-03-13
This, ladies and gentlement, is commit #4000.
Stefan Reinauer
2009-03-10
This patch adds common elements for ck804-based boards.
Myles Watson
2009-03-10
This patch makes the boards use a single amdk8_util.asl. There are only
Myles Watson
2009-03-04
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-03-01
(Trivial) Add missing header file.
Rudolf Marek
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-27
This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...
Myles Watson
2009-02-17
Add QWord support to acpigen.
Carl-Daniel Hailfinger
2009-02-03
Following patch converts the run-time SSDT patching via update_ssdt funtion to
Rudolf Marek
2009-02-01
Following patch adds dynamic ACPI AML code generator which can be used to
Rudolf Marek
2009-01-30
Bring AMD K8 ACPI mangling more in line with Fam10 ACPI mangling. No
Carl-Daniel Hailfinger
2009-01-16
First part of heterogenous dualchannel support.
Carl-Daniel Hailfinger
2009-01-16
Refactor K8 rev F DDR2 CL timing retrieval.
Carl-Daniel Hailfinger
2009-01-16
Since all K8 targets now have CONFIG_USE_PRINTK_IN_CAR enabled, using
Carl-Daniel Hailfinger
2009-01-15
amdk8: This patch fixes ram init problems when using the 9W Sempron part.
Dan Lykowski
2008-12-23
Add verbose debugging output at SPEW level to noncoherent HyperTransport
Carl-Daniel Hailfinger
2008-12-19
Fix breakage caused by r3822. I should have known not to touch the k8 stuff...
Corey Osgood
2008-12-19
Fix a LOT of implicit function declarations before they become errors.
Corey Osgood
2008-12-18
This patch gets rid of all the implicit definition warnings for serengeti exc...
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
2008-09-29
This patch for the AMD K8 allows a single DIMM to be populated in the
Marc Jones
2008-09-19
Whitespace and style cleanup. (trivial)
Marc Jones
2008-09-19
Add AMD K8 S1G1 socket support.
Michael Xie Michael.Xie
2008-08-12
License updated to GPL v2.
Marc Jones
2008-08-02
adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"
Stefan Reinauer
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2007-12-05
Remove the coherent_ht_car.c file. It is exactly the same as
Uwe Hermann
2007-11-13
Fix ACPI issues brought up with Intel's latest ASL compiler.
Stefan Reinauer
2007-11-02
This patch changes the "if else" style of parameter matching to table and als...
Rudolf Marek
2007-10-31
Use the preferred order of 'static const' instead of 'const static'.
Uwe Hermann
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2007-10-14
Fix the resource end in amdk8/northbridge.c.
Rudolf Marek
2007-09-14
More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.
Yinghai Lu
2007-09-13
I still don't understand a word, but I tried to improve the documentation. (t...
Stefan Reinauer
2007-05-21
fix some typos, clarify comments and drop dead code (trivial)
Stefan Reinauer
2007-04-22
Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.
Uwe Hermann
2007-04-06
YhLu's patch from January 18th.
Yinghai Lu
2007-04-06
This commit is part of YhLu's patch from January 18th.
Yinghai Lu
2007-04-06
YhLu's patch from January 18th. This part is mostly cleaning up
Yinghai Lu
2007-04-06
Trivial patch:
Stefan Reinauer
[next]