Age | Commit message (Expand) | Author |
2010-06-07 | replace outb -> port 0x80 with post_code() in some places. | Stefan Reinauer |
2010-06-04 | This patch replaces the headers of the following files: | Frank Vibrans |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-21 | Get rid of this warning: | Myles Watson |
2010-05-16 | Following patch reworks car_disable into C. Tested, works here. I compared | Rudolf Marek |
2010-05-14 | Remove another set of includes from Fam10 romstages: | Patrick Georgi |
2010-05-14 | license header fixes | Nils Jacobs |
2010-05-09 | Move includes to where they are needed. This allows to simplify | Patrick Georgi |
2010-04-27 | Enable the cache before initializing the processor name, like model_10 does. | Myles Watson |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-23 | AMD Socket ASB2 and AM3 support. | Zheng Bao |
2010-04-22 | fix ARRAY_SIZE issue. | Stefan Reinauer |
2010-04-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-21 | * clean up all but two warnings on artecgroup dbe61 | Stefan Reinauer |
2010-04-20 | Make VSA code selectable in Kconfig | Stefan Reinauer |
2010-04-15 | Remove a few more warnings from fam10. | Myles Watson |
2010-04-14 | drop quite a lot of dead code that did nothing but produce warnings and make | Stefan Reinauer |
2010-04-14 | zero warnings days. Down to under 600 different warnings | Stefan Reinauer |
2010-04-13 | fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to | Stefan Reinauer |
2010-04-13 | use the standard udelay on sc520. | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-09 | Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run / | Stefan Reinauer |
2010-04-09 | drop unused files | Stefan Reinauer |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-09 | thin out romcc epilogue and have it call copy_and_run as | Stefan Reinauer |
2010-04-09 | Indent model_fxx_init and model_10xx_init. | Myles Watson |
2010-04-08 | Cosmetically make init_cpus more similar for fam10 and K8. | Myles Watson |
2010-04-08 | Clean up fidvid files using indent. | Myles Watson |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-07 | - copy_and_run() gets the same calling convention on AMD and on all the others. | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-03 | remove more warnings. | Stefan Reinauer |
2010-04-02 | remove more warnings. | Stefan Reinauer |
2010-04-02 | remove some more warnings | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | 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-30 | get coreboot_ap memory training in cache mechanism in place. Didn't work since | Stefan Reinauer |
2010-03-30 | reduce warnings in MCP55 and Fam10 code | Stefan Reinauer |
2010-03-29 | trivial warning cleanups | Stefan Reinauer |
2010-03-29 | cpu_driver structs need to be const, too... | Stefan Reinauer |
2010-03-29 | dualcore.h and quadcore.h are almost exactly the same. | Stefan Reinauer |
2010-03-23 | Fix reading HT link offsets. | Maximilian Thuermer |
2010-03-22 | Revert my debugging patch that got committed by accident. Sorry. | Myles Watson |
2010-03-22 | Fix all the format string warnings. | Myles Watson |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | The parameters of memset() should be | Zheng Bao |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-17 | more warnings gone... | Stefan Reinauer |
2010-03-17 | trivial warning fixes, mostly for ACPI code | Stefan Reinauer |
2010-03-11 | Replace spaces with tabs. Trivial. | Myles Watson |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-03-10 | The following patch implements Opteron Fam 10 rev D (aka Istanbul) | Arne Georg Gleditsch |
2010-02-25 | HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. | Stefan Reinauer |
2010-02-23 | Clobber registers as appropriate in AMD CAR code, and | Rudolf Marek |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-11 | Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, | Patrick Georgi |
2010-02-11 | Adapt all uses of CONFIG_XIP_ROM_BASE to use | Patrick Georgi |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
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 |
2010-01-25 | Fix ACPI build on a couple of boards (now that it's active) | Patrick Georgi |
2010-01-25 | More Kconfig changes to improve match with newconfig: | Patrick Georgi |
2010-01-06 | Kconfig builds all boards now. | Patrick Georgi |
2010-01-05 | - Let AMD CAR code pick the right XIP area | Rudolf Marek |
2009-12-31 | romcc: | Patrick Georgi |
2009-12-21 | Make coreboot load VSA from CBFS on amd/gx2. | Patrick Georgi |
2009-12-10 | Push VSA into CBFS for amd/lx systems. It's not hooked up to | Patrick Georgi |
2009-11-17 | Silence two warnings. Only use the Qemu hard-coded address for VGA devices. | Myles Watson |
2009-11-13 | Complete the Kconfig of socket_AM2r2. | Zheng Bao |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-30 | Remove some warnings from the tyan s2895. | Myles Watson |
2009-10-27 | Remove redundant declarations. Trivial. | Myles Watson |
2009-10-26 | Define some variables that were not defined. There are a couple left. | Myles Watson |
2009-10-23 | New revision guide September 2009 3.46 | Rudolf Marek |
2009-10-23 | White space and comment fixes for cache_as_ram.inc files so it's easier to spot | Myles Watson |
2009-10-23 | Remove PRINTK_IN_CAR tests from AMD files. | Myles Watson |
2009-10-22 | trivial: add note that VSA blob belongs into CBFS. | Stefan Reinauer |
2009-10-18 | Simplify Kconfig files by using "select" where possible (trivial). | Uwe Hermann |
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-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-16 | Drop duplicate CPU subdirs-y entries for "../../x86/mtrr". | Uwe Hermann |
2009-10-14 | White space and typo fixes. This makes it easier to compare the s2895 & s2892. | Myles Watson |
2009-10-12 | Make fam10 build (but not boot due to bootblock size problems.) | 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-09 | More Kconfig-supported boards, and also kconfig support | Patrick Georgi |
2009-10-09 | More kconfig cleanups: | Uwe Hermann |
2009-10-08 | More kconfig: | Patrick Georgi |
2009-10-08 | Oops, wrong type for Kconfig value. Trivial fix | Patrick Georgi |
2009-10-08 | Kconfig: AMD Fam10, all Tyan boards. | Patrick Georgi |
2009-10-07 | Kconfig: | Patrick Georgi |
2009-10-04 | Add initial kconfig support for all AMD GX1 boards. | Uwe Hermann |
2009-10-03 | Remove: | Patrick Georgi |
2009-10-01 | Fix Kconfig build for K8 boards. | Myles Watson |
2009-09-29 | Remove some warnings. | Myles Watson |