Kconfig 2.0 KB

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