From 95a95b1a77cff4a51cd0c912e8579b94be8ae952 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Fri, 26 May 2023 17:28:36 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75463 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- Documentation/releases/coreboot-4.20-relnotes.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'Documentation/releases') 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 | ++-----+-----------------------------------------------------------------+ +``` -- cgit v1.2.3