summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* Remove some warnings.Myles Watson2009-09-292-2/+2
* Make build_opt_tbl depend on config.h since it uses it. This fixes:Myles Watson2009-09-241-1/+1
* Fix the bounce_size global so that the bounce buffer works with CBFS.Myles Watson2009-09-231-2/+2
* Separate payload compression from stage compression.Myles Watson2009-09-231-1/+1
* If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger2009-09-221-1/+10
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-291-0/+8
* Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer2009-08-272-18/+35
* Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi2009-08-251-23/+23
* Improve build output.Uwe Hermann2009-08-251-17/+16
* Properly check for the LZMA compression variable, and fix a printPatrick Georgi2009-08-251-1/+1
* Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'.Uwe Hermann2009-08-251-1/+1
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-254-9/+5
* 20090819-2-trim-down-cbfs:Patrick Georgi2009-08-203-17/+10
* Allow setting up a VGABIOS image in KconfigCristi Magherusan2009-08-171-3/+8
* Add 4MB ROM image size to KconfigCristi Magherusan2009-08-171-0/+3
* - AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi2009-08-131-9/+4
* Fix some conflicting types of variablesPatrick Georgi2009-08-131-3/+0
* Kconfig!Patrick Georgi2009-08-127-0/+201
* Fix the generic code for copying and running coreboot_ram in casePatrick Georgi2009-08-051-4/+6
* CBFS stuff:Stefan Reinauer2009-07-232-1/+5
* Fix up the tree again...Stefan Reinauer2009-07-222-2/+2
* clean up acpi table strings, as discussed on the listStefan Reinauer2009-07-212-43/+19
* This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer2009-07-214-59/+150
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3037-205/+205
* This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek2009-06-212-10/+100
* These changes implement car in qemu. The implementation is in several Ronald G. minnich2009-06-164-0/+554
* Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this oneStefan Reinauer2009-05-302-0/+34
* drop most of the crappy vm86 code and replace it with a rewrittenStefan Reinauer2009-05-291-1/+8
* Trivial, but brown paper bag worthy:Patrick Georgi2009-05-271-1/+1
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-276-11/+196
* Clean up acpi table writing code, and don't relyPatrick Georgi2009-05-262-15/+21
* Make printk_* behaviour more consistent. Without it, side Patrick Georgi2009-05-261-9/+9
* encapsule mbi initialization in write_multiboot_table, where it belongs. (veryStefan Reinauer2009-05-262-2/+6
* Major cleanup of i386 tables.c:Stefan Reinauer2009-05-261-93/+49
* acpi.c: add a cast to remove warning (trivial)Stefan Reinauer2009-05-261-1/+1
* remove some dead code from cpu.c (trivial)Stefan Reinauer2009-05-261-2/+1
* Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi2009-05-132-3/+3
* Make ACPI with low and high tables work again. The RSDP contained aPatrick Georgi2009-05-131-3/+5
* Fix a bug introduced in the copy_and_run refactoring.Patrick Georgi2009-05-051-3/+2
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-304-11/+8
* And add the new file I forgot to "svn add" in the last commit.Patrick Georgi2009-04-301-0/+54
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-306-107/+18
* Only add ACPI tables if ACPI is enabled for the board.Patrick Georgi2009-04-281-0/+2
* add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi2009-04-281-0/+10
* Special handling for MP table in low memory is only necessary if there areWard Vandewege2009-04-271-8/+8
* Change the behaviour of the ACPI generating code so it onlyPatrick Georgi2009-04-241-4/+11
* Remove duplicate code.Patrick Georgi2009-04-241-18/+1
* fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer2009-04-222-21/+26
* drop unused variable.Stefan Reinauer2009-04-221-2/+0
OpenPOWER on IntegriCloud