Doc/mb/supermicro/x10slm-f: Remove PCIe issue that has been fixed
The issue in question was resolved with commit 334be3289d
("nb/intel/haswell: Add support for PEG").
Also add a link to the known issues for Haswell, which has some
information on PCIe.
Change-Id: Icc3061b60893394e3d537d3b86f4ac748cec2eb4
Signed-off-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-on: https://review.coreboot.org/c/30689
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
638dcf9a69
commit
9747f886db
|
@ -128,10 +128,6 @@ for caveats.
|
|||
|
||||
## Known issues
|
||||
|
||||
- The x8 PCIe slots do not work, as the Haswell code is missing support.
|
||||
The code to support it has been written, but it still needs to be
|
||||
reviewed and merged.
|
||||
|
||||
- Broadwell CPUs are not supported. They might work with minimal changes
|
||||
to the code, but this has not been tested.
|
||||
|
||||
|
@ -144,10 +140,14 @@ for caveats.
|
|||
in coreboot. The `coretemp` driver can still be used for accurate CPU
|
||||
temperature readings from an OS, and hence the OS can do fan control.
|
||||
|
||||
```eval_rst
|
||||
Please also see :doc:`../../northbridge/intel/haswell/known-issues`.
|
||||
```
|
||||
|
||||
## Untested
|
||||
|
||||
- TPM
|
||||
- PCIe x4 slot (it will almost certainly work)
|
||||
- PCIe (likely to work, but maybe not at Gen 3 speeds)
|
||||
- BMC (IPMI) functionality
|
||||
- internal serial port
|
||||
- chassis intrusion header
|
||||
|
|
Loading…
Reference in New Issue