On Tue, Sep 29, 2009 at 12:15 PM, svn@coreboot.org wrote:
Author: uwe Date: 2009-09-29 20:15:06 +0200 (Tue, 29 Sep 2009) New Revision: 4688
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig config BOARD_TYAN_S2895
- bool "Tyan Thunder K8WE S2895"
- bool "Thunder K8WE (S2895)"
select PIRQ_TABLE
- help
- Tyan Thunder K8WE (S2895) mainboard.
Do we need the help here? I'd rather not have the duplication.
Thanks, Myles
On Tue, Sep 29, 2009 at 12:23:29PM -0600, Myles Watson wrote:
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig config BOARD_TYAN_S2895
- bool "Tyan Thunder K8WE S2895"
- bool "Thunder K8WE (S2895)"
select PIRQ_TABLE
- help
- Tyan Thunder K8WE (S2895) mainboard.
Do we need the help here? I'd rather not have the duplication.
True, it might not be too useful. This may be the right place to put board-specific documentation/notes (if any), though. Whether or not the board name should be mentioned again here is indeed debatable. I wouldn't object a patch removing it, but I'd like to hear what others think.
Uwe.
On Tue, Sep 29, 2009 at 12:47 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
On Tue, Sep 29, 2009 at 12:23:29PM -0600, Myles Watson wrote:
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/Kconfig config BOARD_TYAN_S2895
- bool "Tyan Thunder K8WE S2895"
- bool "Thunder K8WE (S2895)"
select PIRQ_TABLE
- help
- Tyan Thunder K8WE (S2895) mainboard.
Do we need the help here? I'd rather not have the duplication.
True, it might not be too useful. This may be the right place to put board-specific documentation/notes (if any), though.
Sure. That could be useful.
Whether or not the board name should be mentioned again here is indeed debatable. I wouldn't object a patch removing it, but I'd like to hear what others think.
A semi-related question I have is what we should do with mainboards that are re-branded. I just bought a HP XW9300 board, and it has a Tyan s2895 BIOS. I wanted to add that to Kconfig somehow, but I don't see a very good way. Suggestions?
Thanks, Myles
Uwe Hermann wrote:
config BOARD_TYAN_S2895
- bool "Tyan Thunder K8WE S2895"
- bool "Thunder K8WE (S2895)"
select PIRQ_TABLE
- help
- Tyan Thunder K8WE (S2895) mainboard.
Do we need the help here? I'd rather not have the duplication.
..
I wouldn't object a patch removing it, but I'd like to hear what others think.
Remove it. The help text for a mainboard would cover things that are important for that particular board. Maybe there are two revisions of a board, which are similar. The help text would have instructions for identifying which revision one has.
Most board help texts should be empty.
//Peter