platform.mk 559 B

1234567891011121314151617181920
  1. #
  2. # Copyright (c) 2021 Sipeed
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. # Without a management processor there is no SCPI support.
  7. SUNXI_PSCI_USE_SCPI := 0
  8. SUNXI_PSCI_USE_NATIVE := 1
  9. # The differences between the platforms are covered by the include files.
  10. include plat/allwinner/common/allwinner-common.mk
  11. # the above could be overwritten on the command line
  12. ifeq (${SUNXI_PSCI_USE_SCPI}, 1)
  13. $(error "R329 does not support SCPI PSCI ops")
  14. endif
  15. # Put NOBITS memory in the first 64K of SRAM A2, overwriting U-Boot's SPL.
  16. SEPARATE_NOBITS_REGION := 1