config.mk 744 B

1234567891011121314151617181920212223
  1. #
  2. # (C) Copyright 2002
  3. # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  4. # David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
  5. #
  6. # Copyright (C) 2008 Lyrtech <www.lyrtech.com>
  7. # Copyright (C) 2008 Philip Balister, OpenSDR <philip@opensdr.com>
  8. #
  9. # Lyrtech SFF SDR board (ARM926EJS) cpu
  10. #
  11. # SFF SDR board has 1 bank of 128 MB DDR RAM
  12. # Physical Address:
  13. # 8000'0000 to 87FF'FFFF
  14. #
  15. # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
  16. # (mem base + reserved)
  17. #
  18. # Integrity kernel is expected to be at 8000'0000, entry 8000'00D0,
  19. # up to 81FF'FFFF (uses up to 32 MB of memory for text, heap, etc).
  20. #
  21. # we load ourself to 8400'0000 to provide at least 32MB spacing
  22. # between us and the Integrity kernel image
  23. TEXT_BASE = 0x84000000