summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-30fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer
2010-09-30drop unneeded earlymtrr.c includeStefan Reinauer
2010-09-30Move CAR settings to board config for socket 940 boards.Warren Turkal
2010-09-30Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal
2010-09-29Don't run clean-abuild on distclean target. It breaks full abuild runs.Patrick Georgi
2010-09-29Forgot to 'svn add' src/cpu/x86/name (trivial).Uwe Hermann
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-09-28As $PWD is not exported by all shells, use make-builtin $(CURDIR)Jonathan Kollasch
2010-09-28Fix small typo in root Makefile.Warren Turkal
2010-09-28Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann
2010-09-28Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson
2010-09-28Trivial. re-Indent the code.Zheng Bao
2010-09-27I missed these boards in a previous commit.Warren Turkal
2010-09-27Good bye, OLPC...Stefan Reinauer
2010-09-27All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal
2010-09-27Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal
2010-09-27The commandline parsing for abuild doing a couple of buggy things:Warren Turkal
2010-09-27This patch moves one of the CAR configs to the socket from the singleWarren Turkal
2010-09-27Obviously missing brackets.Xavi Drudis Ferran
2010-09-27drop some dead code from model_fxx_init.cStefan Reinauer
2010-09-27oops. always run abuild on a clean tree with no other patches applied.Stefan Reinauer
2010-09-27RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer
2010-09-27drop excessive blank lineStefan Reinauer
2010-09-27Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer
2010-09-27minor include cleanupsStefan Reinauer
2010-09-27Add a kconfig option to allow the user to select a specific physicalUwe Hermann
2010-09-27Add a few missing license headers based on svn logs, and also add aUwe Hermann
2010-09-27drop double include (trivial)Stefan Reinauer
2010-09-26Duplicate the MCP55 EHCI Debug Port enable code for use with CK804.Jonathan Kollasch
2010-09-26i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal
2010-09-26Remove hard reset config from some mainboard configsWarren Turkal
2010-09-26drop some more unneeded ../../..Stefan Reinauer
2010-09-26Normalize the config option for the Intel Atom CPU.Warren Turkal
2010-09-26the utility is called dumpmmcr, not dump_mmcrStefan Reinauer
2010-09-26dumpmmcr utility is available under util and shares most of the code.Stefan Reinauer
2010-09-26update license header for dumpmmcr utility according to svn history.Stefan Reinauer
2010-09-26Fix the build, CONFIG_USBDEBUG must always be defined (trivial).Uwe Hermann
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-25Mark read-only data as read-only, so the global vars test doesn't fail on it.Patrick Georgi
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-09-25Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-09-25Make globals in romstage break the build, so we don't have to Patrick Georgi
2010-09-25Drop <cpu/amd/mtrr.h> #include from Intel CPUs.Uwe Hermann
2010-09-25Keep the mc146818rtc.h include close to the option table include whereMyles Watson
2010-09-25- Fix race condition in option_table.h generation by moving the includeStefan Reinauer
2010-09-24Make SB600/SB700 more similar for easier diffs (trivial).Uwe Hermann
2010-09-24Fix CCACHE handling, and make use of ccache's BASEDIR featurePatrick Georgi