aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-08- Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi
2010-01-06Kconfig builds all boards now.Patrick Georgi
2010-01-05- Let AMD CAR code pick the right XIP areaRudolf Marek
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2010-01-04- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi
2009-12-31romcc:Patrick Georgi
2009-12-23Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-12-21Allow user to specify the size of a newly created cbfs imagePatrick Georgi
2009-12-18Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi
2009-12-01Not all boards cope with automatically sized bootblocks, leading to 4GBPatrick Georgi
2009-11-27Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi
2009-11-27Let ld(1) calculate the required size for code in the bootblockMaciej Pijanka
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-12Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be definedPatrick Georgi
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-12Get rid of the ugly warning the right way.Myles Watson
2009-11-11Revert my too-hasty commit.Myles Watson
2009-11-11Silence an ugly-looking warning. Two casts were not enough, so just don't castMyles Watson
2009-11-11Rework bootblock size handling:Patrick Georgi
2009-11-10* Simplify acpi_add_tableStefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-11-05if x86emu was running for VGA init a corrupted low table RSDPStefan Reinauer
2009-10-28Drop remainder of PPC portStefan Reinauer
2009-10-28Remove all build/ prefixes in the build output.Uwe Hermann
2009-10-28Create lib.h for homeless prototypes.Myles Watson
2009-10-28Replace hard coded build with $(obj) paths.Myles Watson
2009-10-27Prefix all build output file names of files which end up in the buildUwe Hermann
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26reasonable output in cbfs loading (part 2)Stefan Reinauer
2009-10-26CBMEM high table memory manager.Stefan Reinauer
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-23VGA BIOS can be added independently of having a payloadPeter Stuge
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-10-16Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson
2009-10-16Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-14cbfs_and_run_core() did not check the return code of cbfs_load_stage()Carl-Daniel Hailfinger
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-10-09Remove extra CONFIG variables.Myles Watson
2009-10-09More kconfig cleanups:Uwe Hermann
2009-10-07Various Kconfig fixes and improvements:Uwe Hermann
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-04This removes the uses of the buildrom utility and the coreboot.stripPatrick Georgi
2009-10-04Remove a bit of pre-cbfs build system infrastructure.Patrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-29Remove some warnings.Myles Watson
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