summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd
Commit message (Expand)AuthorAgeFilesLines
* Fix all the format string warnings.Myles Watson2010-03-223-6/+7
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2223-151/+148
* The parameters of memset() should beZheng Bao2010-03-192-32/+32
* Remove remaining uses ofPatrick Georgi2010-03-181-17/+0
* more warnings gone...Stefan Reinauer2010-03-171-16/+7
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-2/+1
* Replace spaces with tabs. Trivial.Myles Watson2010-03-113-66/+64
* Replace clear_memory with memset.Myles Watson2010-03-116-32/+11
* The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch2010-03-103-29/+33
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-252-2/+3
* Clobber registers as appropriate in AMD CAR code, andRudolf Marek2010-02-232-49/+32
* Random cosmetic fixes (trivial).Uwe Hermann2010-02-221-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-2/+2
* Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi2010-02-111-0/+1
* Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi2010-02-111-1/+6
* Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi2010-02-092-15/+4
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-083-4/+4
* newconfig is no more.Patrick Georgi2010-02-0718-268/+0
* Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer2010-02-043-0/+50
* - Clean up and comment writing of MSRs for cache control (Backport from v3)Edwin Beasant2010-01-261-23/+17
* Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi2010-01-251-0/+4
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-253-0/+15
* Kconfig builds all boards now.Patrick Georgi2010-01-063-0/+16
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-051-1/+8
* romcc:Patrick Georgi2009-12-312-0/+2
* Make coreboot load VSA from CBFS on amd/gx2.Patrick Georgi2009-12-211-11/+5
* Push VSA into CBFS for amd/lx systems. It's not hooked up toPatrick Georgi2009-12-101-11/+5
* Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson2009-11-171-1/+3
* Complete the Kconfig of socket_AM2r2.Zheng Bao2009-11-131-0/+30
* Split the two usages of __ROMCC__:Myles Watson2009-11-065-7/+7
* Remove some warnings from the tyan s2895.Myles Watson2009-10-303-36/+5
* Remove redundant declarations. Trivial.Myles Watson2009-10-271-2/+0
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-2610-26/+3
* New revision guide September 2009 3.46Rudolf Marek2009-10-232-0/+28
* White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson2009-10-231-17/+18
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-233-43/+0
* trivial: add note that VSA blob belongs into CBFS. Stefan Reinauer2009-10-221-0/+1
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-183-50/+10
* Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge2009-10-1711-11/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-175-5/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-1616-26/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-165-19/+19
* Drop duplicate CPU subdirs-y entries for "../../x86/mtrr".Uwe Hermann2009-10-166-6/+0
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-2/+0
* Make fam10 build (but not boot due to bootblock size problems.)Myles Watson2009-10-125-5/+18
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-0914-14/+0
* More Kconfig-supported boards, and also kconfig supportPatrick Georgi2009-10-096-2/+59
* More kconfig cleanups:Uwe Hermann2009-10-091-1/+1
* More kconfig:Patrick Georgi2009-10-087-0/+25