Remove various .c #includes from Intel 440BX/82371EB boards.
[coreboot.git] / src / mainboard / asus / m2v-mx_se /
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-02 Jonathan KollaschDon't define K8_4RANK_DIMM_SUPPORT, nothing uses it.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
2010-09-25 Uwe HermannDrop some useless "../../../" in #includes (trivial).
2010-09-10 Myles WatsonMove memory type information out of some AMD sockets.
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-26 Myles WatsonMake include paths more consistent. Fixes compilation...
2010-07-08 Stefan ReinauerFix all warnings in the tree
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-14 Nils Jacobslicense header fixes
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Rudolf MarekFix the the build of r5494 on Asus A8V-E SE. The K8M890...
2010-04-25 Rudolf MarekFollowing patch changes the K8M890 VGA handling. It...
2010-04-22 Stefan Reinauerzero warnings days...
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-08 Myles WatsonClean up fidvid files using indent.
2010-04-08 Myles WatsonReplace dual_core and quad_core CMOS (nvram) options...
2010-04-07 Stefan Reinauer- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
2010-04-03 Stefan Reinauerremove more warnings.
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 Reinauerunify cmos.layout wrt AMD extended configuration registers.
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauertrivial warning fixes, mostly for ACPI code
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-23 Patrick GeorgiOnly handle code as "driver" that actually uses our...
2010-02-23 Rudolf MarekDisable ACPI Resume on asus/m2v-mx_se, it's broken
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
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-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-05 Rudolf Marek- Let AMD CAR code pick the right XIP area
2009-11-27 Patrick GeorgiMake newconfig and kconfig agree on MAINBOARD_PCI_SUBSY...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-20 Myles WatsonRemove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from...
2009-10-16 Myles WatsonFix AP_CODE_IN_CAR (only selected for two boards),...
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
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-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Uwe HermannMore kconfig cleanups:
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-04 Patrick GeorgiThis does away with CONFIG_ROM_PAYLOAD_START and CONFIG...
2009-10-03 Patrick GeorgiRemove:
2009-10-03 Uwe HermannRemove duplicate and not too useful Kconfig board comme...
2009-10-01 Myles WatsonAdd romstrap to asus/m2v-mx_se in Kconfig.
2009-09-29 Uwe HermannFix a number of board names in Kconfig (trivial).
2009-09-29 Patrick GeorgiRemove MAINBOARD_OPTIONS, which is a relic from early
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-17 Myles WatsonRemove warnings from Kconfig. Trivial.
2009-08-27 Patrick GeorgiClean up some DCACHE related options.
2009-08-26 Cristi MagherusanAsus M2V-MX-SE support in Kbuild
2009-08-12 Patrick GeorgiKconfig!
2009-08-11 Patrick GeorgiEnable CBFS everywhere. All boards compiled for me...
2009-07-23 Luc Verhaegensb/via/k8t890: add vga textmode code for k8m890 chrome...
2009-07-23 Rudolf MarekWe did together some patch which makes finally a MMCONF...
2009-07-21 Stefan ReinauerThis fixes a couple of issues with older Linux kernels...
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-06 Carl-Daniel HailfingerWhen I started refactoring mainboard Config.lb, I added...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-31 Rudolf MarekFollowing patch moves all vt8237 fadt.c from mainboard...
2009-05-26 Patrick GeorgiVarious fixes to the tree to get coreboot-v2 to build...
2009-05-10 Rudolf MarekFollowing patch fixes the XIP computation issue. I...
2009-05-02 Stefan ReinauerRun dos2unix on all files:
2009-05-01 Myles WatsonTrivial patch to make #defines generated from cmos...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-28 Patrick GeorgiEnable HAVE_HIGH_TABLES by default for northbridges...
2009-04-28 Patrick Georgiadd_mainboard_resources is necessary for some boards...
2009-04-22 Stefan Reinauerdrop duplicate compiler options that are already mentio...
2009-04-16 Myles WatsonI deleted mptable.c in my patch, but forgot to svn...
2009-04-15 Myles WatsonThis patch cleans up mpspec.h and allows it to be inclu...
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-13 Rudolf MarekFollowing patch adds support for the ACPI resume on...
2009-04-13 Carl-Daniel HailfingerFix the following errors:
2009-04-12 Carl-Daniel HailfingerThis patch cleans up the calls to $CC in mainboard...
next