summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/pistachio
Commit message (Expand)AuthorAgeFilesLines
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-252-2/+2
* Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann2010-09-241-1/+12
* Move memory type information out of some AMD sockets.Myles Watson2010-09-101-0/+1
* Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek2010-09-071-3/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-301-18/+6
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-4/+1
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Make include paths more consistent. Fixes compilation errors for me.Myles Watson2010-07-262-2/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Add "reasonable" values in ASL at places we overwrite fromStefan Reinauer2010-05-211-11/+11
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-17/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-2/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-2/+2
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* zero warnings days...Stefan Reinauer2010-04-151-6/+2
* Remove few more warnings and some dead code.Myles Watson2010-04-141-24/+0
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-2/+2
* remove some amd mainboard warnings.Stefan Reinauer2010-04-091-6/+5
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-091-3/+4
* Clean up fidvid files using indent.Myles Watson2010-04-081-1/+1
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-2/+2
* move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer2010-04-074-4/+4
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-2/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-1/+1
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+1
* drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer2010-03-301-5/+0
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-291-3/+1
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-291-1/+1
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-291-10/+0
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* Remove dead code and make white space more consistent for acpi_tables.cMyles Watson2010-03-261-70/+0
* Get rid of type-punned pointer errors.Myles Watson2010-03-241-11/+10
* Fix all the format string warnings.Myles Watson2010-03-222-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-226-38/+38
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-181-1/+1
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-50/+9
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-1/+1
* This patch is from 2009-10-20Uwe Hermann2010-03-051-1/+1
* Drop unused doit.sh files (trivial).Uwe Hermann2010-03-011-3/+0
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-282-24/+2
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-10/+0
* Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi2010-02-251-5/+0
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-7/+0
* Only handle code as "driver" that actually uses our driverPatrick Georgi2010-02-231-1/+1
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-6/+4
* Move all the copies of the romstage.inc rule toPatrick Georgi2010-02-091-9/+0
* Clean up ACPI:Patrick Georgi2010-02-088-19/+12
OpenPOWER on IntegriCloud