Home | History | Annotate | Download | only in ls1012afrdm
      1 if TARGET_LS1012AFRDM
      2 
      3 config SYS_BOARD
      4 	default "ls1012afrdm"
      5 
      6 config SYS_VENDOR
      7 	default "freescale"
      8 
      9 config SYS_SOC
     10 	default "fsl-layerscape"
     11 
     12 config SYS_CONFIG_NAME
     13 	default "ls1012afrdm"
     14 
     15 config SYS_LS_PFE_FW_ADDR
     16 	hex "Flash address of PFE firmware"
     17 	default 0x40a00000
     18 
     19 config SYS_LS_PPA_FW_ADDR
     20 	hex "PPA Firmware Addr"
     21 	default 0x40400000
     22 endif
     23 
     24 if FSL_PFE
     25 
     26 config BOARD_SPECIFIC_OPTIONS # dummy
     27 	def_bool y
     28 	select PHYLIB
     29 	imply PHY_REALTEK
     30 	imply PHY_ATHEROS
     31 
     32 config DDR_PFE_PHYS_BASEADDR
     33 	hex "PFE DDR physical base address"
     34 	default 0x03800000
     35 
     36 config DDR_PFE_BASEADDR
     37 	hex "PFE DDR base address"
     38 	default 0x83800000
     39 
     40 config PFE_EMAC1_PHY_ADDR
     41 	hex "PFE DDR base address"
     42 	default 0x2
     43 
     44 config PFE_EMAC2_PHY_ADDR
     45 	hex "PFE DDR base address"
     46 	default 0x1
     47 
     48 endif
     49 
     50 if TARGET_LS1012AFRWY
     51 
     52 config SYS_BOARD
     53 	default "ls1012afrdm"
     54 
     55 config SYS_VENDOR
     56 	default "freescale"
     57 
     58 config SYS_SOC
     59 	default "fsl-layerscape"
     60 
     61 config SYS_CONFIG_NAME
     62 	default "ls1012afrwy"
     63 
     64 config SYS_LS_PFE_FW_ADDR
     65 	hex "Flash address of PFE firmware"
     66 	default 0x40020000
     67 
     68 config SYS_LS_PPA_FW_ADDR
     69 	hex "PPA Firmware Addr"
     70 	default 0x40060000
     71 
     72 config SYS_LS_PPA_ESBC_ADDR
     73 	hex "PPA Firmware HDR Addr"
     74 	default 0x401f4000
     75 
     76 config SYS_LS_PFE_ESBC_ADDR
     77 	hex "PFE Firmware HDR Addr"
     78 	default 0x401f8000
     79 
     80 endif
     81 
     82 if TARGET_LS1012AFRDM || TARGET_LS1012AFRWY
     83 source "board/freescale/common/Kconfig"
     84 endif
     85