From 0bff4b05b8800aa1bca5ef43732bf9ead859a304 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Mon, 30 Jan 2023 22:25:17 -0700 Subject: Documentation: Fix broken tables - The 4.19 release notes included a list of outstanding issues formatted as a markdown table, which is not supported by Recommonmark. Reformat as an embedded reStructuredText table. - The table of boards supported on the 4.18 branch did not include row separators causing all rows to be rendered in a single row of cells. - Technotes/console.md had a typo in the rST table formatting which generated warnings in the Sphinx build, causing the table to not be rendered in the resulting html. Change-Id: I86e2c5d6d20e6002b87efc4688fc11b24b341227 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/72623 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- .../releases/boards_supported_on_branches.md | 24 ++++++++++++++++++++++ Documentation/releases/coreboot-4.19-relnotes.md | 17 +++++++++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) (limited to 'Documentation/releases') diff --git a/Documentation/releases/boards_supported_on_branches.md b/Documentation/releases/boards_supported_on_branches.md index e9815f71c4..ad7f356d63 100644 --- a/Documentation/releases/boards_supported_on_branches.md +++ b/Documentation/releases/boards_supported_on_branches.md @@ -42,29 +42,53 @@ Branch created, builder configured | Vendor/Board | Processor | Date added | Brd type | +===============================+========================+============+===========+ | amd/inagua | AMD_FAMILY14 | 2011-02-14 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/olivehill | AMD_FAMILY16_KB | 2013-08-05 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/parmer | AMD_FAMILY15_TN | 2012-07-22 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/persimmon | AMD_FAMILY14 | 2011-02-14 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/south_station | AMD_FAMILY14 | 2011-11-18 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/thatcher | AMD_FAMILY15_TN | 2012-08-02 | eval | ++-------------------------------+------------------------+------------+-----------+ | amd/union_station | AMD_FAMILY14 | 2011-11-18 | eval | ++-------------------------------+------------------------+------------+-----------+ | asrock/e350m1 | AMD_FAMILY14 | 2011-02-24 | mini | ++-------------------------------+------------------------+------------+-----------+ | asrock/imb-a180 | AMD_FAMILY16_KB | 2013-08-27 | mini | ++-------------------------------+------------------------+------------+-----------+ | asus/a88xm-e | AMD_FAMILY15_TN | 2020-08-13 | desktop | ++-------------------------------+------------------------+------------+-----------+ | asus/am1i-a | AMD_FAMILY16_KB | 2018-01-14 | mini | ++-------------------------------+------------------------+------------+-----------+ | asus/f2a85-m | AMD_FAMILY15_TN | 2013-03-22 | desktop | ++-------------------------------+------------------------+------------+-----------+ | bap/ode_e20XX | AMD_FAMILY16_KB | 2015-05-27 | eval | ++-------------------------------+------------------------+------------+-----------+ | biostar/a68n_5200 | AMD_FAMILY16_KB | 2017-10-14 | eval | ++-------------------------------+------------------------+------------+-----------+ | biostar/am1ml | AMD_FAMILY16_KB | 2015-04-10 | mini | ++-------------------------------+------------------------+------------+-----------+ | elmex/pcm205400 | AMD_FAMILY14 | 2016-09-29 | sbc | ++-------------------------------+------------------------+------------+-----------+ | gizmosphere/gizmo2 | AMD_FAMILY16_KB | 2014-12-09 | eval | ++-------------------------------+------------------------+------------+-----------+ | gizmosphere/gizmo | AMD_FAMILY14 | 2014-01-03 | half | ++-------------------------------+------------------------+------------+-----------+ | hp/abm | AMD_FAMILY16_KB | 2015-01-05 | mini | ++-------------------------------+------------------------+------------+-----------+ | hp/pavilion_m6_1035dx | AMD_FAMILY15_TN | 2014-03-28 | laptop | ++-------------------------------+------------------------+------------+-----------+ | jetway/nf81-t56n-lf | AMD_FAMILY14 | 2014-02-16 | mini | ++-------------------------------+------------------------+------------+-----------+ | lenovo/g505s | AMD_FAMILY15_TN | 2014-11-27 | laptop | ++-------------------------------+------------------------+------------+-----------+ | lippert/frontrunner-af | AMD_FAMILY14 | 2013-03-02 | half | ++-------------------------------+------------------------+------------+-----------+ | msi/ms7721 | AMD_FAMILY15_TN | 2016-11-22 | desktop | ++-------------------------------+------------------------+------------+-----------+ | pcengines/apu1 | AMD_FAMILY14 | 2015-02-23 | half | +-------------------------------+------------------------+------------+-----------+ ``` diff --git a/Documentation/releases/coreboot-4.19-relnotes.md b/Documentation/releases/coreboot-4.19-relnotes.md index 4b8b39fbaf..0925464c3d 100644 --- a/Documentation/releases/coreboot-4.19-relnotes.md +++ b/Documentation/releases/coreboot-4.19-relnotes.md @@ -217,17 +217,30 @@ Significant Known and Open Issues --------------------------------- Issues from the coreboot bugtracker: https://ticket.coreboot.org/ - +```eval_rst ++-----+-----------------------------------------------------------------+ | # | Subject | -|-----|-----------------------------------------------------------------| ++=====+=================================================================+ | 449 | ThinkPad T440p fail to start, continuous beeping & LED blinking | ++-----+-----------------------------------------------------------------+ | 448 | Thinkpad T440P ACPI Battery Value Issues | ++-----+-----------------------------------------------------------------+ | 446 | Optiplex 9010 No Post | ++-----+-----------------------------------------------------------------+ | 445 | Thinkpad X200 wifi issue | ++-----+-----------------------------------------------------------------+ | 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