A keyboard controller fix to stop the code from waiting for a code that never
[coreboot.git] / src /
2009-09-29 Marc JonesA keyboard controller fix to stop the code from waiting...
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-29 Myles WatsonRemove some warnings.
2009-09-29 Patrick GeorgiMore consistent use of "default n" and "select XYZ" in
2009-09-28 Myles WatsonTrivial config fix for Serengeti Cheetah. Change a...
2009-09-28 Myles WatsonTrivial config fix for Serengeti Cheetah. Remove dupli...
2009-09-26 Stefan Reinauer* drop libgcc from coreboot_apc.o, not needed.
2009-09-25 Stefan Reinauerdrop some dead code, clarify small comments and small...
2009-09-25 Stefan Reinauerimprove lzma error messages. When coreboot panics becau...
2009-09-25 Ronald G. MinnichTrivial fixups to get this board further along.
2009-09-25 Myles WatsonFix build of romcc boards.
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-25 Myles WatsonRename CONFIG_SERIAL_CONSOLE to match newconfig.
2009-09-24 Myles WatsonMake build_opt_tbl depend on config.h since it uses...
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 Reinauerfix some wrong versions of the FSF's address (trivial)
2009-09-23 Myles WatsonFix the bounce_size global so that the bounce buffer...
2009-09-23 Stefan ReinauerLooks like this should have become cpu init code after...
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-09-23 Myles WatsonAdd Kconfig support for Tyan s2881.
2009-09-23 Myles WatsonSeparate payload compression from stage compression.
2009-09-22 Myles WatsonFix compilation for serengeti when HAVE_ACPI_TABLES...
2009-09-22 Myles Watsonsrc/Kconfig: Remove HT-specific options.
2009-09-22 Myles WatsonfailoverR.diff: Revert my failover change since Kconfig...
2009-09-22 Myles Watsontables.diff: Add Kconfig dialogues for ACPI, MP_TABLE...
2009-09-22 Carl-Daniel HailfingerKill dead comment.
2009-09-22 Carl-Daniel HailfingerHelp text for maximum and default console loglevel...
2009-09-22 Carl-Daniel Hailfingerr4534 introduced devicetree.cb in every mainboard direc...
2009-09-22 Carl-Daniel Hailfingerr4646 enabled early usage of pci_{read,write}_config...
2009-09-22 Carl-Daniel HailfingerIf no pci access method has been set for the device...
2009-09-17 Myles WatsonI forgot to add CONFIG_VGA_BRIDGE_SETUP to the old...
2009-09-17 Myles WatsonRemove warnings from Kconfig. Trivial.
2009-09-17 Myles WatsonSeparate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
2009-09-17 Peter StugeMove VGA BIOS settings from the payload menu into it...
2009-09-17 Ronald G. MinnichThis is a patch for killing IPMI on the s1850 -- or...
2009-09-17 Ronald G. Minnichcopyright name error.
2009-09-15 Ronald G. MinnichThis is an otherwise dead platform. I'm just committing...
2009-09-15 Patrick GeorgiDon't mix int and boolean for kconfig variables. It...
2009-09-14 Marc JonesUse the coreboot pci config read/write functions instea...
2009-09-04 Uwe HermannUse driver-y instead of obj-y for model_6xx_init.o.
2009-09-01 Rudolf MarekAs more users of Asus M2V-MX SE emerged. Here is long...
2009-08-29 Ronald G. MinnichFile I missed committing.
2009-08-29 Ronald G. MinnichThis is the final set of changes to allow rumba to...
2009-08-29 Ronald G. MinnichSet the mainboard/amd directory up to support more...
2009-08-29 Ronald G. MinnichFixes per Uwe's comments.
2009-08-28 Arnaud MayeThis patch adds VGA and PS/2 Keyboard/mouse support...
2009-08-28 Carl-Daniel Hailfingerr4534 introduced devicetree.cb in every mainboard direc...
2009-08-28 Uwe HermannAdd kconfig support for all Intel 82810 (i810) boards.
2009-08-28 Uwe Hermannkconfig: Board name variable fixes and updates (trivial).
2009-08-28 Ronald G. MinnichThis is the beginning of support for Geode and Kconfig...
2009-08-28 Myles WatsonMove DCACHE support into the cpu family for AMD model_fxx.
2009-08-28 Myles WatsonAdd Kconfig support for PCI option ROMS.
2009-08-28 Ronald G. MinnichMove some config variables that are in one or two mainb...
2009-08-28 Uwe HermannSilence unneeded #warnings, change to code comments...
2009-08-28 Patrick GeorgiThe resource allocator complained about 0-sized fixed
2009-08-27 Myles WatsonCorrect typos /SMCSC/SMSC/ in Kconfig.
2009-08-27 Cristi MagherusanAdded support for the AMD S1G1 socket in kconfig
2009-08-27 Cristi MăgherușanAdded support for the AMD RS690 and SB600 southbridges...
2009-08-27 Patrick GeorgiClean up some DCACHE related options.
2009-08-27 Patrick GeorgiClean up the kontron Kconfig
2009-08-27 Stefan Reinauercoreboot was still using an old set (obsolete since...
2009-08-27 Stefan ReinauerMake all those locally used functions static instead...
2009-08-27 Carl-Daniel HailfingerThe new resource allocator helped me find a bug in...
2009-08-26 Patrick GeorgiRemove a couple of CONFIG_ prefixes that shouldn't...
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-26 Libra LiEnable Direct TMDS for the RS690, which allows to displ...
2009-08-26 Uwe HermannFix vendor name config variables to match company name...
2009-08-25 Patrick GeorgiUse the gnu make .SILENT: mechanism instead of requiring
2009-08-25 Patrick GeorgiMake PCI_ROM_RUN a boolean (like it is elsewhere) which
2009-08-25 Myles WatsonAdd microcode to socket_940 and socket_F. Part of...
2009-08-25 Myles WatsonRevert socket abstraction.
2009-08-25 Uwe HermannImprove build output.
2009-08-25 Uwe HermannReplace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former...
2009-08-25 Myles WatsonAdd vendor strings in mainboard/Kconfig. Trivial.
2009-08-25 Myles WatsonAdd support for AMD Socket 940. Move common files...
2009-08-25 Patrick GeorgiProperly check for the LZMA compression variable, and...
2009-08-25 Uwe HermannAdd kconfig support for ASUS P2B-F.
2009-08-25 Uwe HermannFix copy-paste error in src/cpu/x86/Kconfig.
2009-08-25 Uwe HermannOnly build option_table.o if CONFIG_HAVE_OPTION_TABLE...
2009-08-25 Zheng BaoWithout this patch, if we only got a DIMM in Channel...
2009-08-25 Uwe HermannRemove pretty useless kconfig help strings, fix some...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-24 Myles WatsonAdd support for Nvidia Southbridges to Kconfig.
2009-08-24 Myles WatsonAdd support for AM2 CPUs (I fixed the 0x11 issue).
2009-08-24 Myles WatsonThe variable is already checked when including the...
2009-08-24 Zheng BaoThis patch is about the DA-C2 and RB-C2. Chip with...
2009-08-21 Ronald G. MinnichChange the intel cpu makefile.inc so that it fits the...
2009-08-21 Myles WatsonTrivial spelling corrections.
2009-08-20 Ronald G. MinnichThis goes a surprisingly long way to building the epia...
2009-08-20 Patrick Georgi20090819-2-trim-down-cbfs:
2009-08-19 Myles WatsonAdd an error message if there is a zero-sized fixed...
2009-08-19 Patrick GeorgiDon't let zero sized fixed resource mess up the allocat...
2009-08-19 Patrick GeorgiReduce size of the romstage on various boards that...
2009-08-19 Zheng BaoThe Errata350 is "Write 0000_8000h to register F2x...
2009-08-18 Ronald G. MinnichCorrect usage of Makefile.inc and add support for cn400
2009-08-18 Ronald G. MinnichAdd via south support. Correct usage of conditional...
next