zero warnings days. Down to under 600 different warnings
[coreboot.git] / src / northbridge / amd /
2010-04-14 Stefan Reinauerzero warnings days. Down to under 600 different warnings
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Stefan Reinauerzero warnings days.
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-08 Myles WatsonCosmetically make init_cpus more similar for fam10...
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-08 Myles WatsonMove Kconfig for HT limits to northbridge/amd/Kconfig.
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-07 Stefan Reinauer- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-06 Stefan Reinauerstepanfam10 acpi fix
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-02 Stefan Reinauerremove more warnings.
2010-04-02 Stefan Reinauerremove some more warnings
2010-04-02 Myles WatsonFix includes for showallroutes.
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerfix some amd k8 warnings
2010-03-30 Stefan Reinauerreduce warnings in MCP55 and Fam10 code
2010-03-29 Stefan Reinauertrivial warning cleanups
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauermore warnings gone...
2010-03-16 Stefan Reinauerpci drivers should be const.
2010-03-11 Myles WatsonReplace clear_memory with memset.
2010-03-10 Arne Georg GleditschThe following patch implements Opteron Fam 10 rev D...
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Timothy PearsonAllow per-board setting of HT clock and width so
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-16 Stefan Reinauerfix APCI typos.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-08 Patrick GeorgiClean up ACPI:
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-27 Edwin BeasantAdd the MSR writes that are needed to provide VGA legac...
2010-01-27 Edwin BeasantChange memory map of geode lx: 768kb-systop is a
2010-01-26 Edwin BeasantMark c0000-fffff as usable on geode-lx. SeaBIOS needs it.
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-06 Myles WatsonMove fam10 temp files from build/ to build/northbridge...
2010-01-06 Patrick GeorgiFix amdht on newer compilers.
2009-12-31 Patrick Georgiromcc:
2009-11-18 Myles WatsonUpdate amdk8/util.c since __PRE_RAM__. Make node ...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-11-05 Myles WatsonAdd debugging utility file for dumping routing register...
2009-10-30 Myles WatsonRemove some warnings from the tyan s2895.
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-24 Myles WatsonTrivial regrouping of a calculation to simplify it.
2009-10-24 Stefan ReinauerFix K8 boards high tables on UMA systems (KT690 for...
2009-10-23 Myles WatsonDrop dead K8_SCAN_PCI_BUS code. It's a bad idea to...
2009-10-23 Myles WatsonRemove PRINTK_IN_CAR tests from AMD files.
2009-10-20 Myles WatsonWhen I converted an #ifdef to an #if it broke the code...
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-18 Uwe HermannSimplify Kconfig files by using "select" where possible...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-14 Myles WatsonWhite space and typo fixes. This makes it easier to...
2009-10-12 Myles WatsonMake fam10 build (but not boot due to bootblock size...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-08 Patrick GeorgiMore kconfig:
2009-10-04 Uwe HermannAdd initial kconfig support for all AMD GX1 boards.
2009-10-01 Myles WatsonFix Kconfig build for K8 boards.
2009-09-29 Myles WatsonMake CONFIG_HAVE_HIGH_TABLES consistent in where and...
2009-09-29 Myles WatsonRemove some warnings.
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-24 Myles WatsonRemove HyperTransport support from boards that don...
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-09-14 Marc JonesUse the coreboot pci config read/write functions instea...
2009-08-29 Ronald G. MinnichThis is the final set of changes to allow rumba to...
2009-08-29 Ronald G. MinnichFixes per Uwe's comments.
2009-08-28 Ronald G. MinnichThis is the beginning of support for Geode and Kconfig...
2009-08-26 Patrick GeorgiRemove a couple of CONFIG_ prefixes that shouldn't...
2009-08-25 Zheng BaoWithout this patch, if we only got a DIMM in Channel...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-24 Zheng BaoThis patch is about the DA-C2 and RB-C2. Chip with...
2009-08-19 Zheng BaoThe Errata350 is "Write 0000_8000h to register F2x...
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Ronald G. MinnichThis now builds.
2009-08-12 Patrick GeorgiKconfig!
2009-07-22 Stefan ReinauerFix up the tree again...
2009-07-21 Myles WatsonRemove a comment that no longer applies. Trivial.
2009-07-17 Zheng BaoThis is an obvious bug which I overlooked when I worked...
2009-07-07 Myles WatsonAdd the IORESOURCE_BRIDGE flag to the fam10 resources...
2009-07-02 Myles WatsonUpdate the k8 code for the v3 resource allocator.
2009-07-02 Myles WatsonMove the v3 resource allocator to v2.
2009-07-01 Zheng BaoAdd AMD family 10 AM2r2 support.
2009-06-30 Stefan Reinauerthe tool chain settings should not be in renamed (as...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-21 Rudolf MarekThis patch adds a proper namestring generation to our...
2009-06-06 Marco SchmidtFix for Erratum 350 for AMD Fam10h CPUs.
2009-06-05 Carl-Daniel HailfingerFix non-revF K8 ram init compilation which was broken...
2009-06-05 Carl-Daniel HailfingerK8 RAM init debug messages are pretty short and sometim...
2009-06-04 Myles WatsonThe point of the patch is to make it easier to understa...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
next