Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. endif
  18. if FSL_PFE
  19. config BOARD_SPECIFIC_OPTIONS # dummy
  20. def_bool y
  21. select PHYLIB
  22. imply PHY_REALTEK
  23. config SYS_LS_PFE_FW_ADDR
  24. hex "Flash address of PFE firmware"
  25. default 0x40a00000
  26. config SYS_LS_PFE_ESBC_ADDR
  27. hex "PFE Firmware HDR Addr"
  28. default 0x40700000
  29. config DDR_PFE_PHYS_BASEADDR
  30. hex "PFE DDR physical base address"
  31. default 0x03800000
  32. config DDR_PFE_BASEADDR
  33. hex "PFE DDR base address"
  34. default 0x83800000
  35. config PFE_EMAC1_PHY_ADDR
  36. hex "PFE DDR base address"
  37. default 0x2
  38. config PFE_EMAC2_PHY_ADDR
  39. hex "PFE DDR base address"
  40. default 0x1
  41. endif
  42. source "board/freescale/common/Kconfig"
  43. endif
  44. if TARGET_LS1012A2G5RDB
  45. config SYS_BOARD
  46. default "ls1012ardb"
  47. config SYS_VENDOR
  48. default "freescale"
  49. config SYS_SOC
  50. default "fsl-layerscape"
  51. config SYS_CONFIG_NAME
  52. default "ls1012a2g5rdb"
  53. config SYS_LS_PPA_FW_ADDR
  54. hex "PPA Firmware Addr"
  55. default 0x40400000
  56. if FSL_PFE
  57. config BOARD_SPECIFIC_OPTIONS # dummy
  58. def_bool y
  59. select PHYLIB
  60. imply CONFIG_PHYLIB_10G
  61. imply CONFIG_PHY_AQUANTIA
  62. config SYS_LS_PFE_FW_ADDR
  63. hex "Flash address of PFE firmware"
  64. default 0x40a00000
  65. config DDR_PFE_PHYS_BASEADDR
  66. hex "PFE DDR physical base address"
  67. default 0x03800000
  68. config DDR_PFE_BASEADDR
  69. hex "PFE DDR base address"
  70. default 0x83800000
  71. config PFE_EMAC1_PHY_ADDR
  72. hex "PFE DDR base address"
  73. default 0x2
  74. config PFE_EMAC2_PHY_ADDR
  75. hex "PFE DDR base address"
  76. default 0x1
  77. endif
  78. source "board/freescale/common/Kconfig"
  79. endif