Changeset 430 for trunk/board_enable.c


Ignore:
Timestamp:
Apr 18, 2009 1:01:45 AM (4 years ago)
Author:
stuge
Message:

Original v2 revision: 4132

flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC.

Signed-off-by: Peter Stuge <peter@…>
Acked-by: illdred <illdred@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r424 r430  
    10411041        }, 
    10421042        { 
     1043                .first_vendor           = 0x1106, 
     1044                .first_device           = 0x5337, 
     1045                .first_card_vendor      = 0x1458, 
     1046                .first_card_device      = 0xb003, 
     1047                .second_vendor          = 0x1106, 
     1048                .second_device          = 0x287e, 
     1049                .second_card_vendor     = 0x1106, 
     1050                .second_card_device     = 0x337e, 
     1051                .lb_vendor              = "via", 
     1052                .lb_part                = "pc3500g", 
     1053                .name                   = "VIA PC3500G", 
     1054                .enable                 = it87xx_probe_spi_flash, 
     1055        }, 
     1056        { 
    10431057                .first_vendor           = 0, 
    10441058                .first_device           = 0, 
Note: See TracChangeset for help on using the changeset viewer.