Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 1 | if TARGET_LS1012ARDB |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "ls1012ardb" |
| 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 "ls1012ardb" |
| 14 | |
Bhaskar Upadhaya | 7191d45 | 2018-05-23 11:03:29 +0530 | [diff] [blame] | 15 | config SYS_LS_PPA_FW_ADDR |
| 16 | hex "PPA Firmware Addr" |
| 17 | default 0x40400000 |
| 18 | |
| 19 | if CHAIN_OF_TRUST |
| 20 | config SYS_LS_PPA_ESBC_ADDR |
| 21 | hex "PPA Firmware HDR Addr" |
| 22 | default 0x40680000 |
| 23 | endif |
| 24 | |
Calvin Johnson | 7ab1647 | 2018-03-08 15:30:30 +0530 | [diff] [blame] | 25 | if FSL_PFE |
| 26 | |
| 27 | config BOARD_SPECIFIC_OPTIONS # dummy |
| 28 | def_bool y |
| 29 | select PHYLIB |
| 30 | imply PHY_REALTEK |
| 31 | |
| 32 | config SYS_LS_PFE_FW_ADDR |
| 33 | hex "Flash address of PFE firmware" |
| 34 | default 0x40a00000 |
| 35 | |
Rajesh Bhagat | 1f6180d | 2018-11-05 18:02:53 +0000 | [diff] [blame] | 36 | config SYS_LS_PFE_ESBC_ADDR |
| 37 | hex "PFE Firmware HDR Addr" |
| 38 | default 0x40700000 |
| 39 | |
Calvin Johnson | 7ab1647 | 2018-03-08 15:30:30 +0530 | [diff] [blame] | 40 | config DDR_PFE_PHYS_BASEADDR |
| 41 | hex "PFE DDR physical base address" |
| 42 | default 0x03800000 |
| 43 | |
| 44 | config DDR_PFE_BASEADDR |
| 45 | hex "PFE DDR base address" |
| 46 | default 0x83800000 |
| 47 | |
| 48 | config PFE_EMAC1_PHY_ADDR |
| 49 | hex "PFE DDR base address" |
| 50 | default 0x2 |
| 51 | |
| 52 | config PFE_EMAC2_PHY_ADDR |
| 53 | hex "PFE DDR base address" |
| 54 | default 0x1 |
| 55 | |
| 56 | endif |
| 57 | |
Tom Rini | 8807771 | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 58 | source "board/freescale/common/Kconfig" |
| 59 | |
Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 60 | endif |
Bhaskar Upadhaya | b0ce187 | 2018-01-11 20:03:31 +0530 | [diff] [blame] | 61 | |
| 62 | if TARGET_LS1012A2G5RDB |
| 63 | |
| 64 | config SYS_BOARD |
| 65 | default "ls1012ardb" |
| 66 | |
| 67 | config SYS_VENDOR |
| 68 | default "freescale" |
| 69 | |
| 70 | config SYS_SOC |
| 71 | default "fsl-layerscape" |
| 72 | |
| 73 | config SYS_CONFIG_NAME |
| 74 | default "ls1012a2g5rdb" |
| 75 | |
Bhaskar Upadhaya | 7191d45 | 2018-05-23 11:03:29 +0530 | [diff] [blame] | 76 | config SYS_LS_PPA_FW_ADDR |
| 77 | hex "PPA Firmware Addr" |
| 78 | default 0x40400000 |
| 79 | |
Calvin Johnson | 28e3c39 | 2018-03-08 15:30:31 +0530 | [diff] [blame] | 80 | if FSL_PFE |
| 81 | |
| 82 | config BOARD_SPECIFIC_OPTIONS # dummy |
| 83 | def_bool y |
| 84 | select PHYLIB |
| 85 | imply CONFIG_PHYLIB_10G |
| 86 | imply CONFIG_PHY_AQUANTIA |
| 87 | |
| 88 | config SYS_LS_PFE_FW_ADDR |
| 89 | hex "Flash address of PFE firmware" |
| 90 | default 0x40a00000 |
| 91 | |
| 92 | config DDR_PFE_PHYS_BASEADDR |
| 93 | hex "PFE DDR physical base address" |
| 94 | default 0x03800000 |
| 95 | |
| 96 | config DDR_PFE_BASEADDR |
| 97 | hex "PFE DDR base address" |
| 98 | default 0x83800000 |
| 99 | |
| 100 | config PFE_EMAC1_PHY_ADDR |
| 101 | hex "PFE DDR base address" |
| 102 | default 0x2 |
| 103 | |
| 104 | config PFE_EMAC2_PHY_ADDR |
| 105 | hex "PFE DDR base address" |
| 106 | default 0x1 |
| 107 | |
| 108 | endif |
| 109 | |
Bhaskar Upadhaya | b0ce187 | 2018-01-11 20:03:31 +0530 | [diff] [blame] | 110 | source "board/freescale/common/Kconfig" |
| 111 | |
| 112 | endif |