aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-23mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boardsStefan Reinauer
2010-03-23Fix reading HT link offsets.Maximilian Thuermer
2010-03-23Use coreboot-internal version of x86emu for the vgabios utility.Stefan Reinauer
2010-03-23Prepare for using coreboot x86emu in userspace utility "vgabios"Stefan Reinauer
2010-03-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-23Remove the building warnings.Zheng Bao
2010-03-23Remove the building warnings.Zheng Bao
2010-03-23Removing build warning of sb600 & rs690.Wang Qing Pei
2010-03-22Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo...Joseph Smith
2010-03-22Revert my debugging patch that got committed by accident. Sorry.Myles Watson
2010-03-22Fix all the format string warnings.Myles Watson
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-21drop dead code.Stefan Reinauer
2010-03-21fix "make" after "rm -rf build"Stefan Reinauer
2010-03-21Don't abuse LDFLAGS and fix linking with -Wl,--as-needed.Christian Ruppert
2010-03-19I ran into a couple of errors while building a mahogany_fam10 target;Ed Swierk
2010-03-19The parameters of memset() should beZheng Bao
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-03-18trivial. Delelte double blank line.Zheng Bao
2010-03-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-17more warnings gone...Stefan Reinauer
2010-03-17revert the faulty part of r5252Stefan Reinauer
2010-03-17fix HPET on some ICH southbridgesStefan Reinauer
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-17drop shadow variable from hypertransport code.Stefan Reinauer
2010-03-17Actually enable HPETStefan Reinauer
2010-03-17Clean up warnings in yabel vbe code. No more warnings on the IP1000Stefan Reinauer
2010-03-17clean up shadow variables in jpeg decoder.Stefan Reinauer
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-03-17bug fix for IOAPIC on i82801dx.Stefan Reinauer
2010-03-17This patch fixes up the i82801dx_lpc.c code post transition.Joseph Smith
2010-03-17This is kind of a pre CAR patch to properly allocate "shared" graphics memoryJoseph Smith
2010-03-17more warning fixes.Stefan Reinauer
2010-03-17fix HPET base addressed.Stefan Reinauer
2010-03-17The SB600 also has the BootFailTimer. We should disable it,Zheng Bao
2010-03-17remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer
2010-03-17From Keith Hui:Keith Hui
2010-03-17fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.Stefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-17clean some more files in make cleanStefan Reinauer
2010-03-17remove warnings from cs5530 driver. (trivial)Stefan Reinauer
2010-03-17make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete)Stefan Reinauer
2010-03-17drop unused variableStefan Reinauer
2010-03-17Source all Kconfig files for Intel® CPU models..Myles Watson
2010-03-17Catch non-static arrays in romcc. Not allowed.Eric W. Biederman
2010-03-16pci drivers should be const.Stefan Reinauer
2010-03-16it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer
2010-03-16Left over strip_quotes definition. Top level MakefilePatrick Georgi
2010-03-16Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi
2010-03-16Improve dependency tracking for coreboot.romPatrick Georgi
2010-03-16Various changes to the buildsystem:Patrick Georgi patrick.georgi
2010-03-16Delete Config.lb in new southbridge folders.Zheng Bao
2010-03-16Add entries of RS780, SB700, Mahogany, Mahogany_fam10 into theZheng Bao
2010-03-16The code can run on the Mahogany board, which is one of sample boardsZheng Bao
2010-03-161. Features of mahogany.Zheng Bao
2010-03-16Features supported in RS780 code:Zheng Bao
2010-03-16Features supported in SB700 code:Zheng Bao
2010-03-161. This patch is about the pci header of RS780 and SB700. It is madeZheng Bao zheng.bao
2010-03-16Make CLANG selectable in KconfigPatrick Georgi
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
2010-03-16back out r5212 and r5210; Follow the thread of Stefan Reinauer
2010-03-15Create a new build.h on every make call; this makes sure it contains aStefan Reinauer
2010-03-15Use copy_triple only on non-flattened nodes.Patrick Georgi
2010-03-15Add an AM2R2 entry in to the src/arch/i386/Makefile.inc.Zheng Bao
2010-03-14Fix segfault of romcc when complex assignment operatorsPatrick Georgi
2010-03-14Move deprecated Kconfig options to their own file,Patrick Georgi
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-14ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA)Stefan Reinauer
2010-03-13Fix llshellStefan Reinauer
2010-03-13Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial).Uwe Hermann
2010-03-13Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig).Keith Hui
2010-03-13Fix supermicro/h8qme_fam10 by enabling SPD ROM properly.Knut Kujat
2010-03-11Replace spaces with tabs. Trivial.Myles Watson
2010-03-11Replace clear_memory with memset.Myles Watson
2010-03-10The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch
2010-03-09sb600 has problems with the virtual wire mode setup in setup_ioapic(). It cau...Marc Jones
2010-03-08Remove Kconfig entries that disablePatrick Georgi
2010-03-08Set options to make AMD CAR code compile correctly,Arne Georg Gleditsch
2010-03-08Trivial fix, use correct define.Mathias Krause
2010-03-06More readable recursive descent macro in MakefilePatrick Georgi