Home | History | Annotate | Download | only in edison
      1 if TARGET_EDISON
      2 
      3 config SYS_BOARD
      4 	default "edison"
      5 
      6 config SYS_VENDOR
      7 	default "intel"
      8 
      9 config SYS_SOC
     10 	default "tangier"
     11 
     12 config SYS_CONFIG_NAME
     13 	default "edison"
     14 
     15 config SYS_TEXT_BASE
     16 	default 0x01101000
     17 
     18 config ROM_TABLE_ADDR
     19 	default 0x0e4500
     20 
     21 config ROM_TABLE_SIZE
     22 	default 0x007b00
     23 
     24 config BOARD_SPECIFIC_OPTIONS # dummy
     25 	def_bool y
     26 	select X86_LOAD_FROM_32_BIT
     27 	select INTEL_MID
     28 	select INTEL_TANGIER
     29 	select BOARD_LATE_INIT
     30 	select MD5
     31 
     32 endif
     33