A keyboard controller fix to stop the code from waiting for a code that never
[coreboot.git] / src / arch /
2009-09-29 Myles WatsonRemove some warnings.
2009-09-24 Myles WatsonMake build_opt_tbl depend on config.h since it uses...
2009-09-23 Myles WatsonFix the bounce_size global so that the bounce buffer...
2009-09-23 Myles WatsonSeparate payload compression from stage compression.
2009-09-22 Carl-Daniel HailfingerIf no pci access method has been set for the device...
2009-08-29 Ronald G. MinnichThis is the final set of changes to allow rumba to...
2009-08-27 Stefan ReinauerMake all those locally used functions static instead...
2009-08-25 Patrick GeorgiUse the gnu make .SILENT: mechanism instead of requiring
2009-08-25 Uwe HermannImprove build output.
2009-08-25 Patrick GeorgiProperly check for the LZMA compression variable, and...
2009-08-25 Uwe HermannOnly build option_table.o if CONFIG_HAVE_OPTION_TABLE...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-20 Patrick Georgi20090819-2-trim-down-cbfs:
2009-08-17 Cristi MagherusanAllow setting up a VGABIOS image in Kconfig
2009-08-17 Cristi MagherusanAdd 4MB ROM image size to Kconfig
2009-08-13 Patrick Georgi- AMD selected a couple of options that are incompatibl...
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Patrick GeorgiKconfig!
2009-08-05 Patrick GeorgiFix the generic code for copying and running coreboot_r...
2009-07-23 Stefan ReinauerCBFS stuff:
2009-07-22 Stefan ReinauerFix up the tree again...
2009-07-21 Stefan Reinauerclean up acpi table strings, as discussed on the list
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-21 Rudolf MarekThis patch adds a proper namestring generation to our...
2009-06-16 Ronald G. minnichThese changes implement car in qemu. The implementatio...
2009-05-30 Stefan ReinauerMany Kudos go to Segher Boessenkool and Patrick Georgi...
2009-05-29 Stefan Reinauerdrop most of the crappy vm86 code and replace it with...
2009-05-27 Patrick GeorgiTrivial, but brown paper bag worthy:
2009-05-27 Patrick GeorgiMove coreboot_ram and coreboot_apc to CBFS. This allows to
2009-05-26 Patrick GeorgiClean up acpi table writing code, and don't rely
2009-05-26 Patrick GeorgiMake printk_* behaviour more consistent. Without it...
2009-05-26 Stefan Reinauerencapsule mbi initialization in write_multiboot_table...
2009-05-26 Stefan ReinauerMajor cleanup of i386 tables.c:
2009-05-26 Stefan Reinaueracpi.c: add a cast to remove warning (trivial)
2009-05-26 Stefan Reinauerremove some dead code from cpu.c (trivial)
2009-05-13 Patrick GeorgiAllow dynamic size for the {s,}elfboot bounce buffer.
2009-05-13 Patrick GeorgiMake ACPI with low and high tables work again. The...
2009-05-05 Patrick GeorgiFix a bug introduced in the copy_and_run refactoring.
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-30 Patrick GeorgiAnd add the new file I forgot to "svn add" in the last...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-28 Patrick GeorgiOnly add ACPI tables if ACPI is enabled for the board.
2009-04-28 Patrick Georgiadd_mainboard_resources is necessary for some boards...
2009-04-27 Ward VandewegeSpecial handling for MP table in low memory is only...
2009-04-24 Patrick GeorgiChange the behaviour of the ACPI generating code so...
2009-04-24 Patrick GeorgiRemove duplicate code.
2009-04-22 Stefan Reinauerfix warnings, shadowed declarations and style guide...
2009-04-22 Stefan Reinauerdrop unused variable.
2009-04-22 Stefan ReinauerFactor out acpi_create_madt_lapics. It can be used...
2009-04-22 Stefan Reinauer* move i386 / ACPI dependent code out of hardwaremain...
2009-04-21 Stefan Reinauerfix a warning for a misnamed define, and make a debug...
2009-04-21 Patrick GeorgiAdd a helper function to acpigen to create _PSD tables.
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2009-04-16 Rudolf MarekFollowing patch flushes the instruction queue when...
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 Ronald G. MinnichEmergency fix. Most targets now build.
2009-04-13 Rudolf MarekFollowing patch implements ACPI resume support for...
2009-04-06 Stefan Reinauer(trivial) fix some warnings
2009-04-04 Stefan Reinauersmall workaround for romtool incompatibility with ppc...
2009-04-03 Patrick GeorgiAdd u64 typedef to ppc (trivial)
2009-04-03 Patrick GeorgiI thought that romfs infrastructure is done now, but...
2009-04-03 Patrick GeorgiThe attached patch tries new style compression first...
2009-04-03 Patrick Georgithe attached patch is the last infrastructure change...
2009-03-31 Stefan Reinauerfix typo
2009-03-31 Robert MillanThis fixes a shadowed declaration in multiboot.c.
2009-03-20 Myles WatsonKevin O'Connor said:
2009-03-17 Stefan ReinauerDon't know if this is the correct fix, but it fixes...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-15 Stefan ReinauerFix all build problems on PPC except the _SDA_BASE...
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2009-03-12 Myles WatsonFix HIGH_TABLES introduced error when compiling without...
2009-03-10 Myles WatsonThis patch makes the boards use a single amdk8_util...
2009-03-06 Stefan ReinauerFix mmconf (PCIe memory mapped config space access...
2009-03-06 Stefan Reinauerfix a bunch of cast and type warnings and don't call...
2009-03-02 Rudolf MarekSmall bug somehow slipped there. The method body length...
2009-03-01 Stefan ReinauerSome changes required to get yabel working on v2 (and...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-27 Stefan ReinauerGeneric approach of putting BIOS tables at the end...
2009-02-17 Carl-Daniel HailfingerAdd QWord support to acpigen.
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-02-01 Rudolf MarekFollowing patch adds dynamic ACPI AML code generator...
2009-01-20 Stefan Reinauerfix inconsistent user interface naming. don't show...
2009-01-20 Stefan Reinauerfix coding style (trivial)
2009-01-20 Stefan ReinauerTrivial stuff:
2009-01-11 Patrick GeorgiIgnore some more sections, created by newer toolchains
2008-12-23 Rudolf MarekThe attached patch adds missing bits to ACPI to make...
2008-12-18 Myles WatsonThis patch gets rid of all the implicit definition...
2008-12-13 Stefan ReinauerMove mainboard specific changes to the coreboot memory...
2008-11-11 Robert Millan[PATCH] coreboot-v2: Add multiboot support
2008-10-22 Jens RottmannSpeed up copying coreboot to ram by using "movsl" inste...
2008-10-22 Jens RottmannFixes a off-by-one error when routing the IRQs. This...
2008-10-01 Carl-Daniel HailfingerThe ARRAY_SIZE macro is convenient, yet mostly unused...
2008-09-27 Stefan Reinauerfix ppc mainboards (trivial)
2008-09-22 Michael XiePatch for AMD RS690 chipset.
next