Remove double include of smm directory. Trivial.
[coreboot.git] / src / mainboard / asus /
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-24 - supermicro/x6dhe... Major cleanups of the hard_reset() code and config...
2009-10-23 Stefan Reinauerdrop a lot of dead code, including an old winbond south...
2009-10-20 Myles WatsonRemove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from...
2009-10-17 Peter StugeMove files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
2009-10-16 Myles WatsonFix AP_CODE_IN_CAR (only selected for two boards),...
2009-10-16 Peter StugeDrop enable_mmx.inc. It reads (only) "Enabling mmx...
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-11 Uwe HermannRemove useless udelay() duplication.
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Patrick GeorgiMore Kconfig-supported boards, and also kconfig support
2009-10-09 Uwe HermannMore kconfig cleanups:
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-06 Uwe HermannUse
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-05 Uwe HermannPCI_ROM_RUN and CONSOLE_VGA are global options in Kconf...
2009-10-04 Uwe HermannThe new CBFS based build system requires the whole...
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-24 Uwe HermannRe-enable option table for the ASUS MEW-VM and fix...
2009-09-24 Patrick GeorgiMake all Kconfig enabled boards build (tested with...
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-09-17 Myles WatsonRemove warnings from Kconfig. Trivial.
2009-08-28 Uwe HermannAdd kconfig support for all Intel 82810 (i810) boards.
2009-08-27 Patrick GeorgiClean up some DCACHE related options.
2009-08-26 Uwe HermannAdd kconfig support for all missing Intel 440BX based...
2009-08-26 Cristi MagherusanAsus M2V-MX-SE support in Kbuild
2009-08-25 Uwe HermannAdd kconfig support for ASUS P2B-F.
2009-08-19 Patrick GeorgiReduce size of the romstage on various boards that...
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-19 Myles WatsonUndo my ugly commit that added uses clauses in lots...
2009-06-17 Myles WatsonFix configuration of boards that didn't have uses CONFI...
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-29 Joseph Smithenable/disable IDE 0/1 (Primary/Secondary) interfaces...
2009-05-26 Patrick GeorgiVarious fixes to the tree to get coreboot-v2 to build...
2009-05-26 Stefan Reinauerthe i82801xx driver does not know ide{0,1}_enable in...
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-21 Carl-Daniel HailfingerThanks to Myles' patch adding support for include state...
2009-04-18 Uwe HermannAdd support for the ASUS P2B-D mainboard.
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 MarekI need to do uses HAVE_ACPI_RESUME for each board....
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...
2009-04-11 Carl-Daniel HailfingerKill remaining unneeded CAR/ROMCC if-blocks.
2009-04-01 Stefan ReinauerDrop CONFIG_CHIP_NAME. Those config statements in Confi...
2009-03-31 Ronald G. MinnichAdd the CONFIG_ROMS config variable.
2009-03-31 Stefan Reinauercosmetic fix for function definition.
2009-03-21 Rudolf MarekTo make use of HAVE_HIGH_TABLES following patch is...
2009-03-21 Rudolf MarekTo make use of HAVE_HIGH_TABLES following patch is...
2009-03-10 Myles WatsonThis patch makes the boards use a single amdk8_util...
2009-02-18 Carl-Daniel HailfingerCarl-Daniel's part:
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-01 Rudolf MarekFollowing patch adds dynamic ACPI AML code generator...
2009-01-20 Stefan ReinauerThis patch makes the recently added assembler debug...
2008-12-23 Rudolf MarekThis belongs to changeset: 3840
2008-12-23 Rudolf MarekFollowing patch fixes error code 12 in Windows XP and...
2008-12-23 Rudolf MarekThe attached patch adds missing bits to ACPI to make...
2008-12-22 Carl-Daniel HailfingerIn the process of trying to debug some HT sync problems...
2008-12-19 Myles WatsonThis patch fixes the build for asus/m2v-mx_se. Its...
2008-12-15 Uwe HermannAdd initial support for the ASUS P2B-DS (dual-CPU)...
2008-12-10 Uwe HermannUse -O2 and -mcpu=p2 as romcc options for all Intel...
2008-12-04 Rudolf MarekThis belongs to changeset 3795.
2008-12-04 Rudolf MarekThe patch changes the LDTSTOP length as well mostly...
2008-11-28 Stefan ReinauerThis patch from Ralf Grosse Boerger makes debugging...
2008-11-27 Uwe HermannRemove the unnecessary memctrl[] indirection, 440BX...
2008-11-20 Uwe HermannGet rid of the unnecessary indirection by 'struct mem_c...
2008-11-11 Uwe HermannAlways enable serial before SMBus (or as early as possi...
2008-11-03 Marc JonesSet asus/a8v-3_se to use printk in CAR. (trivial)
2008-10-12 Uwe HermannDrop tons of duplicated debug.c files, move common...
2008-10-11 Uwe HermannDrop a number of duplicated failover.c files (they...
2008-10-04 Uwe HermannFix obviously (syntactically) broken cmos.layout (trivial).
2008-10-01 Marc JonesMissed a CONFIG_USE_PRINTK_IN_CAR define for the Asus...
2008-10-01 Uwe HermannEnable all available devices on the ASUS A8N-E (trivial).
2008-10-01 Carl-Daniel HailfingerThe ARRAY_SIZE macro is convenient, yet mostly unused...
2008-09-30 Uwe HermannCoding-style fixes and simplifications for the ASUS...
next