aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2009-09-24Make build_opt_tbl depend on config.h since it uses it. This fixes:Myles Watson
2009-09-23Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson
2009-09-23Separate payload compression from stage compression.Myles Watson
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-27Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Improve build output.Uwe Hermann
2009-08-25Properly check for the LZMA compression variable, and fix a printPatrick Georgi
2009-08-25Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-08-17Allow setting up a VGABIOS image in KconfigCristi Magherusan
2009-08-17Add 4MB ROM image size to KconfigCristi Magherusan
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-08-05Fix the generic code for copying and running coreboot_ram in casePatrick Georgi
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21clean up acpi table strings, as discussed on the listStefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-21This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek
2009-06-16These changes implement car in qemu. The implementation is in several Ronald G. minnich
2009-05-30Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this oneStefan Reinauer
2009-05-29drop most of the crappy vm86 code and replace it with a rewrittenStefan Reinauer
2009-05-27Trivial, but brown paper bag worthy:Patrick Georgi
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-05-26Clean up acpi table writing code, and don't relyPatrick Georgi
2009-05-26Make printk_* behaviour more consistent. Without it, side Patrick Georgi
2009-05-26encapsule mbi initialization in write_multiboot_table, where it belongs. (veryStefan Reinauer
2009-05-26Major cleanup of i386 tables.c:Stefan Reinauer
2009-05-26acpi.c: add a cast to remove warning (trivial)Stefan Reinauer
2009-05-26remove some dead code from cpu.c (trivial)Stefan Reinauer
2009-05-13Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi
2009-05-13Make ACPI with low and high tables work again. The RSDP contained aPatrick Georgi
2009-05-05Fix a bug introduced in the copy_and_run refactoring.Patrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30And add the new file I forgot to "svn add" in the last commit.Patrick Georgi
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-28Only add ACPI tables if ACPI is enabled for the board.Patrick Georgi
2009-04-28add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi
2009-04-27Special handling for MP table in low memory is only necessary if there areWard Vandewege
2009-04-24Change the behaviour of the ACPI generating code so it onlyPatrick Georgi
2009-04-24Remove duplicate code.Patrick Georgi
2009-04-22fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer
2009-04-22drop unused variable.Stefan Reinauer
2009-04-22Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.Stefan Reinauer
2009-04-22* move i386 / ACPI dependent code out of hardwaremain.c and into the i386 Stefan Reinauer
2009-04-21fix a warning for a misnamed define, and make a debug message printk_debugStefan Reinauer
2009-04-21Add a helper function to acpigen to create _PSD tables.Patrick Georgi
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-16Following patch flushes the instruction queue when we set PE=0. This is normallyRudolf Marek
2009-04-15This patch cleans up mpspec.h and allows it to be included whenMyles Watson
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-13Emergency fix. Most targets now build. Ronald G. Minnich
2009-04-13Following patch implements ACPI resume support for coreboot. The hardware mainRudolf Marek
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-04-04small workaround for romtool incompatibility with ppc portsStefan Reinauer
2009-04-03Add u64 typedef to ppc (trivial)Patrick Georgi
2009-04-03I thought that romfs infrastructure is done now, but there were somePatrick Georgi
2009-04-03The attached patch tries new style compression first and runs oldPatrick Georgi
2009-04-03the attached patch is the last infrastructure change necessary forPatrick Georgi
2009-03-31fix typoStefan Reinauer
2009-03-31This fixes a shadowed declaration in multiboot.c.Robert Millan
2009-03-20Kevin O'Connor said:Myles Watson
2009-03-17Don't know if this is the correct fix, but it fixes compilation of the PPCStefan Reinauer
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-03-15Fix all build problems on PPC except the _SDA_BASE issues caused by theStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-12Fix HIGH_TABLES introduced error when compiling without MP tableMyles Watson
2009-03-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-02Small bug somehow slipped there. The method body length is incorrectly computed.Rudolf Marek
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-27Generic approach of putting BIOS tables at the end of memoryStefan Reinauer
2009-02-17Add QWord support to acpigen.Carl-Daniel Hailfinger
2009-02-14Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-10Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-02-01Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek
2009-01-20fix inconsistent user interface naming. don't show compile paths to usersStefan Reinauer
2009-01-20fix coding style (trivial)Stefan Reinauer
2009-01-20Trivial stuff:Stefan Reinauer
2009-01-11Ignore some more sections, created by newer toolchainsPatrick Georgi
2008-12-23The attached patch adds missing bits to ACPI to make Windows XP and Windows V...Rudolf Marek
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-11-11[PATCH] coreboot-v2: Add multiboot supportRobert Millan
2008-10-22Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann
2008-10-22Fixes a off-by-one error when routing the IRQs. This led to IRQ15 notJens Rottmann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-27fix ppc mainboards (trivial)Stefan Reinauer
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-08-03fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer