Kconfig 1.7 KB

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