summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro/h8dme/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all AMD K8 boardsKyösti Mälkki2018-05-311-216/+0
* mb/superio: Rename global control devices as SUPERIO_DEVElyes HAOUAS2018-05-081-2/+2
* superio/winbond/*: Unify w*_set_clksel_48()Keith Hui2017-09-211-1/+1
* AMD K8 fam10-15: Consolidate post_cache_as_ram callKyösti Mälkki2017-08-221-2/+0
* K8: Fix indirect includesKyösti Mälkki2017-07-141-0/+1
* mainboard/[m-w]: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-3/+3
* nb/amdk8: Link coherent_ht.cArthur Heymans2017-04-281-1/+0
* sb/nvidia/mcp55: Link early_ctrl.cArthur Heymans2017-04-281-1/+0
* nb/amd/amdk8: Link reset_test.cArthur Heymans2017-04-281-1/+0
* nb/amd/amdk8: Link raminit_f.cArthur Heymans2017-04-271-5/+4
* southbridge/nvidia/mcp55: Get rid of #include early_smbus.cArthur Heymans2017-03-211-1/+1
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-041-1/+14
* src/mainboard/lenovo-winent: Add space around operatorsElyes HAOUAS2016-09-201-3/+3
* src/mainboard: Capitalize ROM, RAM, CPU and APICElyes HAOUAS2016-08-141-1/+1
* lib: compile mdelay for romstagePatrick Georgi2016-01-221-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* AMD K8 boards’ `romstage.c`: Spell sync*hr*onize correctlyPaul Menzel2015-02-121-1/+1
* mainboard: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-12/+4
* mainboard/*/romstage.c: Sanitize system header inclusionsEdward O'Callaghan2015-01-061-5/+5
* mainboard/supermicro/h8dme: Drop unused codeKyösti Mälkki2014-06-181-28/+3
* Drop unused change_i2c_mux()Kyösti Mälkki2014-06-061-24/+0
* superio/winbond/w83627hf: Avoid .c includes in mainboardsEdward O'Callaghan2014-05-311-3/+3
* AMD K8 (rev F): Move rev F0/F1 workaround to headerKyösti Mälkki2013-12-301-4/+0
* AMD K8 (rev F): Move MEM_TRAIN_SEQ check to northbridgeKyösti Mälkki2013-12-301-2/+0
* AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki2013-12-261-1/+0
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-261-1/+0
* Include boot_cpu.c for romstage buildsKyösti Mälkki2013-08-151-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-281-2/+1
* Remove AMD special case for LAPIC based udelay()Patrick Georgi2012-11-271-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-1/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-3/+3
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-4/+4
* Winbond W83627HF: Use existing functions instead of open-coding.Uwe Hermann2010-12-061-4/+3
* MCP55: Add TINY_BOOTBLOCK support.Uwe Hermann2010-11-251-2/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-17/+2
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-21/+2
* Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi2010-11-211-2/+0
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-211-8/+9
* Eliminate SET_NB_CFG_54 option. There was no board thatPatrick Georgi2010-11-181-4/+0
* Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi2010-11-161-6/+1
* Move K8_ALLOCATE_IO_RANGE to Kconfig.Patrick Georgi2010-11-071-3/+0
* Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi2010-11-051-1/+0
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-071-2/+0
* attached patch moves a couple more config flags out of romstage:Patrick Georgi2010-10-051-4/+0
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-2/+1