diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-05-26 17:28:36 -0600 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-05-28 20:09:12 +0000 |
commit | 95a95b1a77cff4a51cd0c912e8579b94be8ae952 (patch) | |
tree | 266dda6853e71a557e09396ebea6f198e3689e61 /Documentation | |
parent | 9cd85d08590e288d87e8bcd15b5e17faf0aa4ded (diff) |
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')
-rw-r--r-- | Documentation/releases/coreboot-4.20-relnotes.md | 20 |
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 98c0d28c8b..8217ca785d 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 | ++-----+-----------------------------------------------------------------+ +``` |