Hi,
When boards are removed, they are also automatically removed from the supported boards page[1] in the wiki.
The unfortunate downside is that, assuming that coreboot worked fine on such boards in the past (and may still do), they don't show up in any list.
A place where to put the list of such boards already exist in the wiki[2].
Would it be possible to get such page updated (for instance by the commit author) when the commit has been pushed to master?
A pointer to the commit would also be very appreciated, like I did in "Graveyard (v4, - v4.2)" status.
The use case I had in mind was to make it easier to check if a given board was supported, and how (by pointing to its commit).
References: ----------- [1]https://www.coreboot.org/Supported_Motherboards [2]https://www.coreboot.org/Graveyard
Denis.
2016-02-08 23:19 GMT+01:00 Denis 'GNUtoo' Carikli GNUtoo@no-log.org:
The unfortunate downside is that, assuming that coreboot worked fine on such boards in the past (and may still do), they don't show up in any list.
You're right, thanks for bringing this up!
Would it be possible to get such page updated (for instance by the commit author) when the commit has been pushed to master?
Maybe the board-status to wiki tool should check multiple versions of the coreboot tree (eg. master plus all tags) and work from that, presenting the information on the "supported motherboards" page ("last version supporting the board: (master, 4.1, ...)").
Patrick