summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-30drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-30abuild:Stefan Reinauer
2010-03-30abuild:Stefan Reinauer
2010-03-30build_opt_tbl: error instead of null pointer access if no checksum is defined.Stefan Reinauer
2010-03-30add CONFIG_NO_POST as it is used in the code, and move it together with CONFI...Stefan Reinauer
2010-03-30reduce warnings in MCP55 and Fam10 codeStefan Reinauer
2010-03-30fix ms9652_fam10Stefan Reinauer
2010-03-30unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer
2010-03-30this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT.Stefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer
2010-03-29- drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer
2010-03-29trivial warning cleanupsStefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer
2010-03-29qemu: drop "northbridge.c" from src/cpu/... Stefan Reinauer
2010-03-29__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer
2010-03-29cpu_driver structs need to be const, too...Stefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29abuild: fail with dignity if mainboard does not exist.Stefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-28Add a non-time consuming version of ram check so we can print a decent errorStefan Reinauer
2010-03-28drop post_code()Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-28drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...Stefan Reinauer
2010-03-27ccache and scan-build actually work together, so remove thePatrick Georgi
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-26Remove dead code and make white space more consistent for acpi_tables.cMyles Watson
2010-03-26Update libpayload default configuration so a make oldconfigStefan Reinauer
2010-03-26Make sconfig only complain about real conflicts.Patrick Georgi
2010-03-261. Remove warnings and multiple blank lines.Zheng Bao
2010-03-25USB updates from our internal treeStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-25Make build verbose when requested by abuildPatrick Georgi
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2010-03-25don't hardcode i386 in lpgccStefan Reinauer
2010-03-25allow libpayload to completely build out of tree.Stefan Reinauer
2010-03-25prevent timer overflows in libpayloadStefan Reinauer
2010-03-25make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer
2010-03-25Copy argument of -include as it's modified later.Patrick Georgi
2010-03-25It's really obj=, not O= (see toplevel Makefile)Patrick Georgi
2010-03-25One feature I've been really missing since we switched toStefan Reinauer
2010-03-24abuild should be using O=, not obj=Stefan Reinauer
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-24Some keyboards need a longer timeout. Also increase error level, because aStefan Reinauer
2010-03-24Drop unneeded code that checks for CONFIG_ variables inStefan Reinauer
2010-03-24fix acpi dsdt copy on roda rk886exStefan Reinauer
2010-03-24SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer