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
/
cpu
/
amd
/
model_lx
Age
Commit message (
Expand
)
Author
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
more warnings gone...
Stefan Reinauer
2010-02-09
Allow building images with different prefixes (ie. normal/romstage,
Patrick Georgi
2010-02-07
newconfig is no more.
Patrick Georgi
2010-02-04
Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.
Stefan Reinauer
2010-01-26
- Clean up and comment writing of MSRs for cache control (Backport from v3)
Edwin Beasant
2009-12-10
Push VSA into CBFS for amd/lx systems. It's not hooked up to
Patrick Georgi
2009-10-22
trivial: add note that VSA blob belongs into CBFS.
Stefan Reinauer
2009-10-17
Remove some more instances of including previous empty x86/fpu/Makefile.inc
Peter Stuge
2009-10-17
Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty
Peter Stuge
2009-10-16
Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references
Peter Stuge
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-08
More kconfig:
Patrick Georgi
2009-10-03
Remove:
Patrick Georgi
2009-09-23
fix some wrong versions of the FSF's address (trivial)
Stefan Reinauer
2009-08-11
cpu/amd/model_lx used its own routine for copying coreboot_ram. This
Patrick Georgi
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-01-19
First shot at factoring SMM code into generic parts and southbridge specific
Stefan Reinauer
2008-10-22
Speed up copying coreboot to ram by using "movsl" instead of "movsb".
Jens Rottmann
2008-01-18
Rename almost all occurences of LinuxBIOS to coreboot.
Stefan Reinauer
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-10-26
This code gets us to a working linux boot on the alix1c. I have not tested
Ronald G. Minnich
2007-10-24
analog changes for the cpu_driver structures...
Stefan Reinauer
2007-10-21
Put the print in the right place. This is trivial patch but a very
Ronald G. Minnich
2007-05-22
Add missing license headers, minor cosmetic fixes in existing headers.
Uwe Hermann
2007-05-10
This patch cleans up and clarifies Geode source code comments.
Marc Jones
2007-05-10
indent is by no means as harmless as one might think ;-)
Stefan Reinauer
2007-05-10
Fix the indent and whitespace to match LinuxBIOS standards
Jordan Crouse
2007-05-05
This is the final patch to enable the msm800sev to build. This patch
Ronald G. Minnich
2007-05-04
This patch adds support for the AMD Geode LX CPU. (rediffed)
Marc Jones
2007-05-03
Add missing license headers to some Geode LX related files.
Jordan Crouse
2006-10-04
AMD Rev F support
Yinghai Lu
2006-09-13
changes for the lx and artecgroup mobo
Indrek Kruusa
2006-08-16
share decompression code.
Stefan Reinauer
2006-08-03
Changelog:
Indrek Kruusa
2006-08-02
Geode LX: this patch adds configuration/status/self-test MSR definitions
Indrek Kruusa
2006-07-28
This patch adds support for the AMD LX cpu.
Ron Minnich