[coreboot] Re Dell Optiplex GX1 support

Anders Jenbo anders at jenbo.dk
Mon May 10 16:44:05 CEST 2010


Remember to reply to all so that the mail also ends up on the mailing
list.

I think it should be:
bool "Optplex GX1"

Also 
select BOARD_ROMSIZE_MB_2
should be
select BOARD_ROMSIZE_KB_2048

Be aware that ROMs are often specified in bit's and not bytes, so if you
have a 2Mb (mega bits) is is actually 256KB (kilo bytes), if that is the
case it should be:
select BOARD_ROMSIZE_KB_256
Witch is what all other 440BX boards seams to have.

-Anders

man, 10 05 2010 kl. 07:56 -0400, skrev Cooper Harrison:
> 
>         bool "Dell Optplex GX1 Mainboard" 





More information about the coreboot mailing list