config.mk 606 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # SPDX-License-Identifier: BSD-2-Clause
  3. #
  4. # Copyright (c) 2020 Nuclei Corporation or its affiliates.
  5. #
  6. # Authors:
  7. # lujun <lujun@nucleisys.com>
  8. # hqfang <578567190@qq.com>
  9. #
  10. # Compiler flags
  11. platform-cppflags-y =
  12. platform-cflags-y =
  13. platform-asflags-y =
  14. platform-ldflags-y =
  15. # Command for platform specific "make run"
  16. platform-runcmd = xl_spike \
  17. $(build_dir)/platform/nuclei/ux600/firmware/fw_payload.elf
  18. # Blobs to build
  19. FW_TEXT_START=0xA0000000
  20. FW_DYNAMIC=y
  21. FW_JUMP=y
  22. FW_JUMP_ADDR=0xA0200000
  23. FW_JUMP_FDT_ADDR=0xA8000000
  24. FW_PAYLOAD=y
  25. FW_PAYLOAD_OFFSET=0x200000
  26. FW_PAYLOAD_FDT_ADDR=0xA8000000