Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. if TARGET_LS1012AQDS
  2. config SYS_BOARD
  3. default "ls1012aqds"
  4. config SYS_VENDOR
  5. default "freescale"
  6. config SYS_SOC
  7. default "fsl-layerscape"
  8. config SYS_CONFIG_NAME
  9. default "ls1012aqds"
  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 0x40700000
  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_VITESSE
  29. imply PHY_REALTEK
  30. imply PHY_AQUANTIA
  31. imply PHYLIB_10G
  32. config PFE_RGMII_RESET_WA
  33. def_bool y
  34. config SYS_LS_PFE_FW_ADDR
  35. hex "Flash address of PFE firmware"
  36. default 0x40a00000
  37. config SYS_LS_PFE_FW_LENGTH
  38. hex "length of PFE firmware"
  39. default 0x300000
  40. config DDR_PFE_PHYS_BASEADDR
  41. hex "PFE DDR physical base address"
  42. default 0x03800000
  43. config DDR_PFE_BASEADDR
  44. hex "PFE DDR base address"
  45. default 0x83800000
  46. config PFE_EMAC1_PHY_ADDR
  47. hex "PFE DDR base address"
  48. default 0x1e
  49. config PFE_EMAC2_PHY_ADDR
  50. hex "PFE DDR base address"
  51. default 0x1
  52. config PFE_SGMII_2500_PHY1_ADDR
  53. hex "PFE DDR base address"
  54. default 0x1
  55. config PFE_SGMII_2500_PHY2_ADDR
  56. hex "PFE DDR base address"
  57. default 0x2
  58. endif
  59. source "board/freescale/common/Kconfig"
  60. endif