summaryrefslogtreecommitdiffstats
path: root/Documentation/releases
diff options
context:
space:
mode:
authorNicholas Chin <nic.c3.14@gmail.com>2023-05-26 17:28:36 -0600
committerLean Sheng Tan <sheng.tan@9elements.com>2023-05-28 20:09:12 +0000
commit95a95b1a77cff4a51cd0c912e8579b94be8ae952 (patch)
tree266dda6853e71a557e09396ebea6f198e3689e61 /Documentation/releases
parent9cd85d08590e288d87e8bcd15b5e17faf0aa4ded (diff)
downloadcoreboot-95a95b1a77cff4a51cd0c912e8579b94be8ae952.tar.gz
coreboot-95a95b1a77cff4a51cd0c912e8579b94be8ae952.tar.bz2
coreboot-95a95b1a77cff4a51cd0c912e8579b94be8ae952.zip
Docs/releases: Fix table in 4.20 release notes
The list of outstanding issues on ticket.coreboot.org is formatted as a Markdown table, which is not supported by Recommonmark. Reformat it as an embedded reStructuredText table. Change-Id: Id885e268d55348a365e38c536aed17f974f47840 Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75463 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/releases')
-rw-r--r--Documentation/releases/coreboot-4.20-relnotes.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/Documentation/releases/coreboot-4.20-relnotes.md b/Documentation/releases/coreboot-4.20-relnotes.md
index 98c0d28c8bd4..8217ca785d70 100644
--- a/Documentation/releases/coreboot-4.20-relnotes.md
+++ b/Documentation/releases/coreboot-4.20-relnotes.md
@@ -207,20 +207,36 @@ Significant Known and Open Issues
---------------------------------
Issues from the coreboot bugtracker: https://ticket.coreboot.org/
-
+```eval_rst
++-----+-----------------------------------------------------------------+
| # | Subject |
-|-----|-----------------------------------------------------------------|
++=====+=================================================================+
| 478 | X200 booting Linux takes a long time with TSC |
++-----+-----------------------------------------------------------------+
| 474 | X200s crashes after graphic init with 8GB RAM |
++-----+-----------------------------------------------------------------+
| 457 | Haswell (t440p): CAR mem region conflicts with CBFS_SIZE > 8mb |
++-----+-----------------------------------------------------------------+
| 453 | Intel HDMI / DP Audio device not showing up after libgfxinit |
++-----+-----------------------------------------------------------------+
| 449 | ThinkPad T440p fail to start, continuous beeping & LED blinking |
++-----+-----------------------------------------------------------------+
| 448 | Thinkpad T440P ACPI Battery Value Issues |
++-----+-----------------------------------------------------------------+
| 446 | Optiplex 9010 No Post |
++-----+-----------------------------------------------------------------+
| 439 | Lenovo X201 Turbo Boost not working (stuck on 2,4GHz) |
++-----+-----------------------------------------------------------------+
| 427 | x200: Two battery charging issues |
++-----+-----------------------------------------------------------------+
| 414 | X9SAE-V: No USB keyboard init on SeaBIOS using Radeon RX 6800XT |
++-----+-----------------------------------------------------------------+
| 412 | x230 reboots on suspend |
++-----+-----------------------------------------------------------------+
| 393 | T500 restarts rather than waking up from suspend |
++-----+-----------------------------------------------------------------+
| 350 | I225 PCIe device not detected on Harcuvar |
++-----+-----------------------------------------------------------------+
| 327 | OperationRegion (OPRG, SystemMemory, ASLS, 0x2000) causes BSOD |
++-----+-----------------------------------------------------------------+
+```