aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-09Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer
2010-04-09drop unused filesStefan Reinauer
2010-04-09remove some amd mainboard warnings.Stefan Reinauer
2010-04-09drop unused files, and we only use ASM_LOG_LEVEL in one file nowStefan Reinauer
2010-04-09zero warning days.Stefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-09copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer
2010-04-09thin out romcc epilogue and have it call copy_and_run asStefan Reinauer
2010-04-09Indent model_fxx_init and model_10xx_init.Myles Watson
2010-04-09Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson
2010-04-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-04-08Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson
2010-04-08Clean up fidvid files using indent.Myles Watson
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-08Move Kconfig for HT limits to northbridge/amd/Kconfig.Myles Watson
2010-04-08output cosmeticsStefan Reinauer
2010-04-08Remove #line statements in processed parser source,Patrick Georgi
2010-04-08cpu/emulation/qemu-x86 doesn't exist anymore, as thisPatrick Georgi
2010-04-08sconfig: Mangle - to _ for struct names, too.Patrick Georgi
2010-04-08Remove duplicate registers in digitallogic/adl855pc's device treePatrick Georgi
2010-04-08Replace sconfig with a C implementation.Patrick Georgi
2010-04-07- copy_and_run() gets the same calling convention on AMD and on all the others.Stefan Reinauer
2010-04-07no warnings dayStefan Reinauer
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-04-07it's a long term, give the compiler a chance to breathe .. ;-)Stefan Reinauer
2010-04-07clean up age old via epia target.Stefan Reinauer
2010-04-07drop the use of function pointers from romcc code.Stefan Reinauer
2010-04-07fix epia-m700 compilation, and remove more warnings.Stefan Reinauer
2010-04-07no duplicate names in cmos.layout.Stefan Reinauer
2010-04-07switch some ROMCC boards back to ROMCC.Stefan Reinauer
2010-04-07"no warnings day"Stefan Reinauer
2010-04-07oops... this is a critical issue. Some boards in the tree don't compile withStefan Reinauer
2010-04-07- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLYStefan Reinauer
2010-04-06fix CK804 boards.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-06fam10 acpi fix Stefan Reinauerstepan
2010-04-05Signed-off-by: Rudolf Marek <r.marek@assembler.cz>Rudolf Marek
2010-04-05Add RS785G, looks like it works although it is RV620.Rudolf Marek
2010-04-03device_t wants device/device.hStefan Reinauer
2010-04-03no need to udelay()Stefan Reinauer
2010-04-03remove more warnings.Stefan Reinauer
2010-04-03remove more warningsStefan Reinauer
2010-04-03Add noreturn attribute to die() in romcc.Stefan Reinauer
2010-04-02remove more warnings.Stefan Reinauer
2010-04-02oops, sorry, overlapping workStefan Reinauer
2010-04-02remove some more warningsStefan Reinauer
2010-04-02Fix console prototypes for non-romcc boards.Myles Watson
2010-04-02Fix includes for showallroutes.Myles Watson
2010-04-02The error message is misleading, even for a SPEW, becauseStefan Reinauer
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31Consolidate ifdefs in src/lib/cbmem.c for readability.Myles Watson
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-31mini part of the patch on the mailing list to fix the boards againStefan Reinauer
2010-03-30no USE_INITStefan Reinauer
2010-03-30drop USE_INIT should be USE_PRINTK_IN_CAR here.Stefan Reinauer
2010-03-30that version of console_tx_byte is private.Stefan Reinauer
2010-03-30fix some amd k8 warningsStefan Reinauer
2010-03-30get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer
2010-03-30fix some southbridge warnings (trivial)Stefan Reinauer
2010-03-30- drop unneeded Makefile.incStefan Reinauer
2010-03-30indent mptable.cStefan Reinauer
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