summaryrefslogtreecommitdiff
path: root/src/mainboard
AgeCommit message (Expand)Author
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. 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-26Remove dead code and make white space more consistent for acpi_tables.cMyles Watson
2010-03-261. Remove warnings and multiple blank lines.Zheng Bao
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-24fix acpi dsdt copy on roda rk886exStefan Reinauer
2010-03-23mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boardsStefan Reinauer
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-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-17Remove failover/fallback/normal handling in mainboards'Patrick Georgi
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
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-17remove more warnings, and fix some boards (watchdog.h)Stefan Reinauer
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-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-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 clear_memory with memset.Myles Watson
2010-03-08Remove Kconfig entries that disablePatrick Georgi
2010-03-08Set options to make AMD CAR code compile correctly,Arne Georg Gleditsch
2010-03-05Add support for the ASUS P2B-LS mainboard.Keith Hui
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01Whitespace changes to make s2912_fam10/ms9652_fam10 more similar.Uwe Hermann
2010-03-01Drop unused doit.sh files (trivial).Uwe Hermann
2010-03-01Various cometic and coding-style fixes (trivial).Uwe Hermann
2010-03-01- Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi
2010-03-01Add msi/ms9652_fam10 board.Timothy Pearson
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-03-01- Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi
2010-02-28disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,Stefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-27This does the following:Stefan Reinauer
2010-02-25drop unused fileStefan Reinauer
2010-02-25Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi