Changeset 278


Ignore:
Timestamp:
Apr 18, 2010 10:31:32 AM (3 years ago)
Author:
stepan
Message:

Buildrom support for Asus M2V-MX SE
Signed-off-by: Cristi Măgherușan <cristi.magherusan@…>
Acked-by: Stefan Reinauer <stepan@…>

Location:
buildrom-devel/config/platforms
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • buildrom-devel/config/platforms/Config.in

    r260 r278  
    100100config PLATFORM_ASUS_A8N_E 
    101101       bool "ASUS A8N-E" 
     102       depends on VENDOR_ASUS 
     103       depends on COREBOOT_V2 
     104       select PLATFORM 
     105       select PLATFORM_SUPPORT_64BIT 
     106 
     107config PLATFORM_ASUS_M2V_MX_SE 
     108       bool "ASUS M2V-MX SE" 
    102109       depends on VENDOR_ASUS 
    103110       depends on COREBOOT_V2 
  • buildrom-devel/config/platforms/platforms.conf

    r260 r278  
    2424PLATFORM-$(CONFIG_PLATFORM_ASUS_A8V_E_SE) = asus_a8v-e_se.conf 
    2525PLATFORM-$(CONFIG_PLATFORM_ASUS_A8N_E) = asus_a8n-e.conf 
     26PLATFORM-$(CONFIG_PLATFORM_ASUS_M2V_MX_SE) = asus_m2v-mx_se.conf 
    2627PLATFORM-$(CONFIG_PLATFORM_TYAN_S2881) = tyan-s2881.conf 
    2728PLATFORM-$(CONFIG_PLATFORM_TYAN_S2882) = tyan-s2882.conf 
Note: See TracChangeset for help on using the changeset viewer.