summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* newconfig is no more.Patrick Georgi2010-02-074-123/+0
* Guards against errors that are hard to track down:Patrick Georgi2010-02-031-0/+4
* * fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer2010-01-307-5/+38
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-166-87/+180
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-164-5/+44
* - Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi2010-01-081-0/+5
* Kconfig builds all boards now.Patrick Georgi2010-01-061-7/+2
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-051-0/+8
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-052-0/+2
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-041-2/+2
* romcc:Patrick Georgi2009-12-314-25/+65
* Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li2009-12-231-0/+25
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-237-31/+289
* Allow user to specify the size of a newly created cbfs imagePatrick Georgi2009-12-211-1/+1
* Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi2009-12-181-1/+1
* Not all boards cope with automatically sized bootblocks, leading to 4GBPatrick Georgi2009-12-011-13/+1
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-272-4/+4
* Let ld(1) calculate the required size for code in the bootblockMaciej Pijanka2009-11-271-1/+13
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-2/+2
* Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be definedPatrick Georgi2009-11-121-6/+1
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-122-0/+5
* Get rid of the ugly warning the right way.Myles Watson2009-11-121-5/+3
* Revert my too-hasty commit.Myles Watson2009-11-111-3/+4
* Silence an ugly-looking warning. Two casts were not enough, so just don't castMyles Watson2009-11-111-4/+3
* Rework bootblock size handling:Patrick Georgi2009-11-112-8/+2
* * Simplify acpi_add_tableStefan Reinauer2009-11-104-106/+199
* Split the two usages of __ROMCC__:Myles Watson2009-11-064-4/+4
* if x86emu was running for VGA init a corrupted low table RSDPStefan Reinauer2009-11-051-0/+1
* Drop remainder of PPC portStefan Reinauer2009-10-2848-3441/+0
* Remove all build/ prefixes in the build output.Uwe Hermann2009-10-281-7/+8
* Create lib.h for homeless prototypes.Myles Watson2009-10-282-2/+2
* Replace hard coded build with $(obj) paths.Myles Watson2009-10-281-4/+3
* Prefix all build output file names of files which end up in the buildUwe Hermann2009-10-271-11/+11
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-273-6/+6
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-275-2/+9
* reasonable output in cbfs loading (part 2)Stefan Reinauer2009-10-261-11/+27
* CBMEM high table memory manager.Stefan Reinauer2009-10-264-76/+181
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-245-34/+48
* move all register fram definitions to arch/register.hStefan Reinauer2009-10-242-8/+35
* VGA BIOS can be added independently of having a payloadPeter Stuge2009-10-231-1/+1
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-7/+7
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-1/+1
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-163-15/+15
* Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.Myles Watson2009-10-161-1/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-1510-24/+24
* cbfs_and_run_core() did not check the return code of cbfs_load_stage()Carl-Daniel Hailfinger2009-10-141-0/+5
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-094-23/+23
* Remove extra CONFIG variables.Myles Watson2009-10-091-13/+0
* More kconfig cleanups:Uwe Hermann2009-10-091-1/+1