Nicholas Chin
8bf53c0162
util/scripts/show_platforms.sh: Fix reStructuredText table output
reStructuredText grid tables require row separators otherwise the rows
get concatenated into a single cell for each column.
Representative output of previous behavior:
```eval_rst
+-------------------------+-------------------+------------+----------+
| Vendor/Board | Processor | Date added | Brd type |
+=========================+===================+============+==========+
| 51nb/x210 | INTEL_KABYLAKE | 2020-03-16 | laptop |
| acer/aspire_vn7_572g | INTEL_SKYLAKE | 2022-01-28 | laptop |
| acer/g43t-am3 | INTEL_X4X | 2020-09-28 | desktop |
+-------------------------+-------------------+------------+----------+
```
Representative output of corrected behavior:
```eval_rst
+-------------------------+-------------------+------------+----------+
| Vendor/Board | Processor | Date added | Brd type |
+=========================+===================+============+==========+
| 51nb/x210 | INTEL_KABYLAKE | 2020-03-16 | laptop |
+-------------------------+-------------------+------------+----------+
| acer/aspire_vn7_572g | INTEL_SKYLAKE | 2022-01-28 | laptop |
+-------------------------+-------------------+------------+----------+
| acer/g43t-am3 | INTEL_X4X | 2020-09-28 | desktop |
+-------------------------+-------------------+------------+----------+
```
Change-Id: I83be58dd2c34c65ae2c65cf2bd98330936fb6f6a
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72624
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
2023-05-11 16:53:23 +00:00
..
2018-11-17 07:32:03 +00:00
2023-04-06 19:54:44 +00:00
2021-01-25 08:57:40 +00:00
2022-11-07 14:16:47 +00:00
2020-05-09 21:22:08 +00:00
2021-01-25 08:57:40 +00:00
2020-05-09 21:22:08 +00:00
2020-05-11 17:11:59 +00:00
2021-04-14 12:18:58 +00:00
2021-01-25 08:57:40 +00:00
2020-05-11 17:11:59 +00:00
2018-11-17 07:32:03 +00:00
2022-08-09 19:22:31 +00:00
2023-05-11 16:53:23 +00:00
2023-02-05 00:51:38 +00:00
2020-05-11 17:11:59 +00:00
2022-10-23 02:39:27 +00:00