config.mk 689 B

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