mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
0cb01df558
Change-Id: I7a413a81d33762f3cb1e8c67883d1e616f83d0e9 Reviewed-on: https://review.haiku-os.org/c/1536 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
19 lines
332 B
Bash
19 lines
332 B
Bash
MACHINE=
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
SCRIPT_NAME=elfxgate
|
|
OUTPUT_FORMAT="elf32-xgate"
|
|
ROM_START_ADDR=0x08000
|
|
ROM_SIZE=0x8000
|
|
RAM_START_ADDR=0x01100
|
|
RAM_SIZE=0x6F00
|
|
EEPROM_START_ADDR=0x0800
|
|
EEPROM_SIZE=2048
|
|
TEXT_MEMORY=text
|
|
DATA_MEMORY=data
|
|
EEPROM_MEMORY=eeprom
|
|
ARCH=xgate
|
|
MAXPAGESIZE=32
|
|
EMBEDDED=yes
|
|
GENERIC_BOARD=no
|