summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various Kconfig fixes and improvements:Uwe Hermann2009-10-072-18/+14
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-043-4/+4
* This removes the uses of the buildrom utility and the coreboot.stripPatrick Georgi2009-10-042-16/+1
* Remove a bit of pre-cbfs build system infrastructure.Patrick Georgi2009-10-041-33/+2
* Remove:Patrick Georgi2009-10-037-256/+14
* 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
OpenPOWER on IntegriCloud