summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-29123-482/+105
* - drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer2010-03-291-2/+1
* trivial warning cleanupsStefan Reinauer2010-03-293-6/+8
* - include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer2010-03-293-4/+4
* qemu: drop "northbridge.c" from src/cpu/... Stefan Reinauer2010-03-2913-24/+10
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-29122-124/+122
* cpu_driver structs need to be const, too...Stefan Reinauer2010-03-292-2/+2
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-2969-711/+22
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-2953-76/+52
* This patch fixes build.h dependencies in coreboot again.Stefan Reinauer2010-03-295-9/+8
* Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer2010-03-282-8/+56
* drop post_code()Stefan Reinauer2010-03-281-5/+0
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-2831-188/+53
* drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer2010-03-287-10/+7
* ccache and scan-build actually work together, so remove thePatrick Georgi2010-03-271-1/+0
* make only needs to read Makefile.incs once, thanks to thePatrick Georgi2010-03-275-36/+14
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-2610-604/+219
* 1. Remove warnings and multiple blank lines.Zheng Bao2010-03-269-24/+48
* Add support to build with ccache in the build systemPatrick Georgi2010-03-253-2/+10
* Get rid of type-punned pointer errors.Myles Watson2010-03-2426-214/+189
* Some keyboards need a longer timeout. Also increase error level, because aStefan Reinauer2010-03-241-3/+3
* fix acpi dsdt copy on roda rk886exStefan Reinauer2010-03-241-1/+1
* SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer2010-03-242-1/+4
* oops, forgot to cleanup extra output in bootblock creation for dependency patchStefan Reinauer2010-03-241-1/+1
* dependency tracking for corebootStefan Reinauer2010-03-244-14/+25
* CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer2010-03-241-2/+2
* mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boardsStefan Reinauer2010-03-231-0/+0
* Fix reading HT link offsets.Maximilian Thuermer2010-03-231-6/+8
* Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer2010-03-231-0/+2
* fix newly introduced printk_foo warnings..Stefan Reinauer2010-03-236-229/+111
* Remove the building warnings.Zheng Bao2010-03-233-5/+7
* Remove the building warnings.Zheng Bao2010-03-234-104/+58
* Removing build warning of sb600 & rs690.Wang Qing Pei2010-03-232-6/+8
* Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo...Joseph Smith2010-03-222-26/+98
* Revert my debugging patch that got committed by accident. Sorry.Myles Watson2010-03-222-6/+1
* Fix all the format string warnings.Myles Watson2010-03-22162-337/+227
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-2240-311/+76
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-22538-3757/+3742
* I ran into a couple of errors while building a mahogany_fam10 target;Ed Swierk2010-03-191-8/+8
* The parameters of memset() should beZheng Bao2010-03-192-32/+32
* Get rid of a few warnings:Myles Watson2010-03-197-9/+29
* Remove remaining uses ofPatrick Georgi2010-03-1842-385/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-1859-256/+46
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-1846-2181/+256
* trivial. Delelte double blank line.Zheng Bao2010-03-182-2/+0
* Remove failover/fallback/normal handling in mainboards'Patrick Georgi2010-03-1723-1617/+262
* more warnings gone...Stefan Reinauer2010-03-1711-77/+65
* revert the faulty part of r5252Stefan Reinauer2010-03-171-0/+27
* fix HPET on some ICH southbridgesStefan Reinauer2010-03-174-74/+1
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-1725-37/+34
OpenPOWER on IntegriCloud