summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2010-04-20- move src/arch/i386/smp/ioapic.c to src/arch/i386/lib/ioapic.c (hasStefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-17This piece of code was somehow lost in the switch to Kconfig, and re-activatesStefan Reinauer
2010-04-16Don't use $(ROMCC) as dependency (due to ccache and scanbuild supportPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-15Avoid two conflicting invocations of build_opt_tblPatrick Georgi
2010-04-14get rid of this nerving crt0.d stuff Stefan Reinauer
2010-04-14zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer
2010-04-13clean up LD scripts and add some comments and proper license headersStefan Reinauer
2010-04-13Speed up coreboot_ram loading by moving the decompression stackStefan Reinauer
2010-04-12Move the CPU specific includes fromPatrick Georgi
2010-04-12Enable lazy evaluation of incs/lds for tiny bootblock, too.Patrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-09drop now unussed cpu_reset.incStefan Reinauer
2010-04-09Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer
2010-04-09drop unused files, and we only use ASM_LOG_LEVEL in one file nowStefan 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-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-30that version of console_tx_byte is private.Stefan Reinauer
2010-03-30get coreboot_ap memory training in cache mechanism in place. Didn't work sinceStefan Reinauer
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-30fix ms9652_fam10Stefan 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-29- drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer
2010-03-29- include option_table.h when it is created, and that's HAVE_OPTION_TABLEStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-24oops, forgot to cleanup extra output in bootblock creation for dependency patchStefan Reinauer
2010-03-24dependency tracking for corebootStefan Reinauer
2010-03-24CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer
2010-03-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-17drop unused variableStefan Reinauer