summaryrefslogtreecommitdiffstats
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-2970-768/+114
* abuild: fail with dignity if mainboard does not exist.Stefan Reinauer2010-03-291-0/+5
* 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-296-15/+14
* 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-278-68/+38
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-2610-604/+219
* Update libpayload default configuration so a make oldconfigStefan Reinauer2010-03-261-2/+17
* Make sconfig only complain about real conflicts.Patrick Georgi2010-03-261-2/+2
* 1. Remove warnings and multiple blank lines.Zheng Bao2010-03-269-24/+48
* USB updates from our internal treeStefan Reinauer2010-03-2512-261/+773
* libpayload updateStefan Reinauer2010-03-258-15/+360
* Add support to build with ccache in the build systemPatrick Georgi2010-03-256-8/+48
* Make build verbose when requested by abuildPatrick Georgi2010-03-251-1/+1
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-2511-17/+359
* don't hardcode i386 in lpgccStefan Reinauer2010-03-251-3/+5
* allow libpayload to completely build out of tree.Stefan Reinauer2010-03-251-16/+17
* prevent timer overflows in libpayloadStefan Reinauer2010-03-251-4/+6
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-254-12/+49
* Copy argument of -include as it's modified later.Patrick Georgi2010-03-251-1/+1
* It's really obj=, not O= (see toplevel Makefile)Patrick Georgi2010-03-251-5/+5
* One feature I've been really missing since we switched toStefan Reinauer2010-03-251-0/+10
* abuild should be using O=, not obj=Stefan Reinauer2010-03-241-3/+3
* 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
* Drop unneeded code that checks for CONFIG_ variables inStefan Reinauer2010-03-241-19/+0
* 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-245-20/+32
* CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer2010-03-242-3/+3
* 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
* Use coreboot-internal version of x86emu for the vgabios utility.Stefan Reinauer2010-03-2329-17134/+23
* 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
OpenPOWER on IntegriCloud