Cosmetic fixes and comment additions in acpi.c.
[coreboot.git] / src / arch / i386 / boot /
2010-11-19 Uwe HermannCosmetic fixes and comment additions in acpi.c.
2010-11-17 Tobias DiedrichDynamically generate PNP0C02 mainboard resources in...
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-13 Juhana HelovuoGenerate multiboot tables from coreboot tables.
2010-09-09 Myles WatsonAdd support for reserved regions to resources and coreb...
2010-08-17 Jens RottmannCorrect for size_t would be %zx, but coreboot's printf...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-25 Patrick GeorgiAdd new function to create all mptable entries for...
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-01 Marc BertensFix a format string to keep the compiler happy.
2010-06-01 Myles WatsonCONFIG_DEBUG is too generic. Remove it and replace...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-20 Stefan Reinauer- move src/arch/i386/smp/ioapic.c to src/arch/i386...
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-03-17 Stefan Reinauerdrop unused variable
2010-02-22 Stefan Reinauerdon't call verify_copy_pirq_routing_table() if it's...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2009-12-18 Patrick GeorgiClean up amd/dbm690t and kontron/986lcd-m some more...
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-12 Myles WatsonGet rid of the ugly warning the right way.
2009-11-11 Myles WatsonRevert my too-hasty commit.
2009-11-11 Myles WatsonSilence an ugly-looking warning. Two casts were not...
2009-11-10 Stefan Reinauer* Simplify acpi_add_table
2009-11-05 Stefan Reinauerif x86emu was running for VGA init a corrupted low...
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
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-09-23 Myles WatsonFix the bounce_size global so that the bounce buffer...
2009-08-27 Stefan ReinauerMake all those locally used functions static instead...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-12 Patrick GeorgiKconfig!
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 ReinauerThis patch unifies the use of config options in v2...
2009-06-21 Rudolf MarekThis patch adds a proper namestring generation to our...
2009-05-26 Patrick GeorgiClean up acpi table writing code, and don't rely
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-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-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
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-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 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-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-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 ReinauerThis patch adds "high coreboot table support" to corebo...
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 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-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)
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 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-22 Michael XiePatch for AMD RS690 chipset.
2008-07-23 Roman KononovThis patch fixes the kernel EBDA mislocation problem...
2008-06-29 Patrick GeorgiAdds a field to the serial port descriptor about the...
2008-04-07 Marc Jones(marc... Don't check exclusive IRQ fieldin the PIR table.
2008-03-29 Nikolay PetukhovNow coreboot performs IRQ routing for some boards.
2008-01-27 Patrick GeorgiAdd a new record type "console" for lbtable, and insert...
next