ce030987cae63b204d635f4fc7b41bcf08b5510a
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / README
1
2
3 There are a number of outstanding issues:
4
5 * we don't have the mc_patch_01000086.h CPU ucode file yet which is
6 referenced in a comment in src/mainboard/supermicro/h8dmr_fam10/Options.lb.
7 AMD has not released it yet. This is not a problem specific to this port.
8
9 * I'm seeing toolchain issues. I can't get this tree to compile correctly with
10 gcc 4.3 (32 bit) - there is an optimization issue where certain parts of the
11 CBFS code execute very slowly. With gcc 3.4 (32 bit) that slowness
12 disappears. This is probably not a problem related to this port specifically.
13
14 * setting CONFIG_DEFAULT_CONSOLE_LOGLEVEL lower than 8 simply hangs the boot
15 shortly after the warm reset triggered by the MCP55 code. I think this too
16 might be a toolchain problem (but I see it on gcc 3.4 as well as 4.3).
17
18 * during startup, the CPU cores talk through each other on serial for a
19 while. Again, not an issue specific to this port.
20
21 * to avoid very slow LZMA decompression I use this port with LZMA compression
22 disabled in CBFS. I'm not sure what's causing this particular slowness.
23
24 See also this thread: http://www.coreboot.org/pipermail/coreboot/2009-September/052107.html
25
26 Ward, 2009-09-22
27
28 mansoor@iwavesystems.com said, about the last issue:
29
30   Try enabling CONFIG_XIP_ROM_BASE.  It solved the same problem for me in my board.
31
32 So, that's a todo.