Changeset 0e9463df in mainline


Ignore:
Timestamp:
2007-09-09T21:08:25Z (17 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a06e2f
Parents:
743ffa6e
Message:

IA64 Makefile changes for simics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/Makefile.inc

    r743ffa6e r0e9463df  
    3232BFD_NAME = elf64-little
    3333BFD_ARCH = ia64-elf64
    34 BFD = elf64-ia64-little
    3534TARGET = ia64-pc-linux-gnu
    3635TOOLCHAIN_DIR = /usr/local/ia64
    3736
    38 INIT0_ADDRESS = 0xe000000000400000
     37INIT0_ADDRESS = 0xe000000004404000
    3938INIT0_SIZE = 0x100000
    4039
     
    8988        ARCH_SOURCES += arch/$(ARCH)/src/ski/ski.c
    9089        DEFS += -DSKI
     90        BFD = elf64-ia64-little
    9191endif
    9292
    9393ifeq ($(MACHINE),i460GX)
    9494        ARCH_SOURCES += arch/$(ARCH)/src/drivers/ega.c
    95         DEFS += -DI460GX
     95        CONFIG_I8042 = y
     96        DEFS += -DI460GX -DCONFIG_I8042
     97        BFD = binary
     98
    9699endif
    97100
Note: See TracChangeset for help on using the changeset viewer.