summaryrefslogtreecommitdiffstats
path: root/src/mainboard/dell
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* mb/**/cmos.layout: Indent everything with tabsAngel Pons2020-11-231-42/+42
* mb/**/cmos.layout: Remove crusty commentsAngel Pons2020-11-231-20/+0
* src: Include <arch/io.h> when appropriateElyes HAOUAS2020-10-261-1/+0
* {src/mb,util/autoport}: Use macro for DSDT revisionElyes HAOUAS2020-10-131-1/+1
* mb/dell: Fix uninitialized variables usageJohn Zhao2020-09-231-3/+3
* mb/dell: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* nb/intel/sandybridge: Drop casts from DEFAULT_{MCHBAR,DMIBAR}Angel Pons2020-09-171-2/+2
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-07-141-1/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+2
* mb/*/*/Kconfig: guard board name in quotesPatrick Georgi2020-06-191-1/+1
* sandybridge boards: Factor out MAX_CPUSAngel Pons2020-06-151-4/+0
* mb/dell/optiplex_9010: Add Dell OptiPlex 9010 SFF supportMichał Żygowski2020-05-1625-0/+1897
* Remove Dell s1850Ron Minnich2012-04-0614-1183/+0
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* intel/i82801ex: Move HAVE_HARD_RESET to southbridgePatrick Georgi2012-02-171-1/+0
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-6/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-1/+1
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-012-8/+1
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-1/+1
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-221-14/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-10/+3
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-7/+0
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-19/+2
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-6/+4
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-10/+8
* Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi2010-11-182-3/+4
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-18/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Remove a couple of defines that seem to be the result ofPatrick Georgi2010-10-011-6/+0
* Keep the mc146818rtc.h include close to the option table include whereMyles Watson2010-09-251-1/+0
* Cut the crap.Uwe Hermann2010-09-211-1/+1
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-302-12/+17
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-261-3/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-062-2/+2
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-201-25/+3
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-1/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-1/+1
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-051-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-277-70/+70
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-5/+0
* Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer2010-04-091-1/+3
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-28/+28
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-1/+3