coreboot-kgpe-d16/src/mainboard/supermicro/h8dmr_fam10
Timothy Pearson b30d7ed8f0 cpu/amd: Move model_10xxx to family_10h-family_15h
Change-Id: I34501d3fc68b71db7781dad11d5b883868932a60
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/11965
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2015-11-02 23:37:24 +01:00
..
board_info.txt board_info.txt: Categorize various boards 2014-01-19 02:47:06 +01:00
cmos.layout tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
devicetree.cb Drop drivers/generic/debug 2014-04-22 13:42:48 +02:00
get_bus_conf.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
hda_verb.c azalia: fix up and clean up shrinkage of boilerplate code 2015-07-14 13:40:07 +02:00
irq_tables.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
Kconfig AMD Kconfig: Remove QRANK_DIMM_SUPPORT from unsupported platforms 2015-08-23 17:12:04 +00:00
Kconfig.name kconfig: automatically include mainboards 2015-04-18 08:31:08 +02:00
mb_sysconf.h tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
mptable.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
README Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
resourcemap.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
romstage.c cpu/amd: Move model_10xxx to family_10h-family_15h 2015-11-02 23:37:24 +01:00


There are a number of outstanding issues:

* I'm seeing toolchain issues. I can't get this tree to compile correctly with
gcc 4.3 (32 bit) - there is an optimization issue where certain parts of the
CBFS code execute very slowly. With gcc 3.4 (32 bit) that slowness
disappears. This is probably not a problem related to this port specifically.

* setting CONFIG_DEFAULT_CONSOLE_LOGLEVEL lower than 8 simply hangs the boot
shortly after the warm reset triggered by the MCP55 code. I think this too
might be a toolchain problem (but I see it on gcc 3.4 as well as 4.3).

* during startup, the CPU cores talk through each other on serial for a
while. Again, not an issue specific to this port.

* to avoid very slow LZMA decompression I use this port with LZMA compression
disabled in CBFS. I'm not sure what's causing this particular slowness.

See also this thread: http://www.coreboot.org/pipermail/coreboot/2009-September/052107.html

Ward, 2009-09-22