blob: 1d7bbdc822d6ccf44de64ec4532e3d2968f76e60 [file] [log] [blame]
Ward Vandewege2583dd22009-09-30 14:46:43 +00001
2
3There are a number of outstanding issues:
4
Ward Vandewege2583dd22009-09-30 14:46:43 +00005* I'm seeing toolchain issues. I can't get this tree to compile correctly with
6gcc 4.3 (32 bit) - there is an optimization issue where certain parts of the
7CBFS code execute very slowly. With gcc 3.4 (32 bit) that slowness
8disappears. This is probably not a problem related to this port specifically.
9
10* setting CONFIG_DEFAULT_CONSOLE_LOGLEVEL lower than 8 simply hangs the boot
11shortly after the warm reset triggered by the MCP55 code. I think this too
12might be a toolchain problem (but I see it on gcc 3.4 as well as 4.3).
13
14* during startup, the CPU cores talk through each other on serial for a
15while. Again, not an issue specific to this port.
16
17* to avoid very slow LZMA decompression I use this port with LZMA compression
18disabled in CBFS. I'm not sure what's causing this particular slowness.
19
20See also this thread: http://www.coreboot.org/pipermail/coreboot/2009-September/052107.html
21
22Ward, 2009-09-22