Changeset bd83ccea in mainline


Ignore:
Timestamp:
2008-09-08T06:23:41Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91befde0
Parents:
8ec30d9
Message:

Remove ia64 legacy init address and init size macros.
Remove now unneeded vmaxlma.c.

Files:
1 deleted
2 edited

Legend:

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

    r8ec30d9 rbd83ccea  
    2929#ifeq ($(MACHINE),ski)
    3030
    31 
    32 
    33 #VMAXLMA_SRC = tools/ia64/vmaxlma.c
    34 #build: $(BASE)/kernel.bin
    35 #echo Building SKI
    36 #$(BASE)/kernel.bin: $(KERNELDIR)/kernel.bin vmaxlma
    37 #       cp $(KERNELDIR)/kernel.bin $(BASE)/kernel.bin
    38 #       ./vmaxlma $(BASE)/kernel.bin
    39 #vmaxlma: $(VMAXLMA_SRC)
    40 #       $(CC) $(VMAXLMA_SRC) -o $@
    41 #clean:
    42 #       -rm -f $(BASE)/kernel.bin vmaxlma
    43 
    44 
    45 #else
    46 
    47 
    4831build: $(BASE)/image.boot
    4932
     
    6144        -rm -f $(BASE)/image.boot
    6245
     46#endif
    6347
    64 #endif
  • kernel/arch/ia64/Makefile.inc

    r8ec30d9 rbd83ccea  
    3939TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
    4040
    41 INIT0_ADDRESS = 0xe000000004404000
    42 INIT0_SIZE = 0x100000
    43 
    4441CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
    4542GCC_CFLAGS += $(CMN1)
     
    4946AFLAGS += -mconstant-gp
    5047
    51 DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
    52 
     48DEFS += -D__64_BITS__ -D$(MACHINE)
    5349
    5450## Compile with page hash table support.
     
    10197        DEFS += -DI460GX -DCONFIG_I8042
    10298        BFD = binary
    103 
    10499endif
    105100
Note: See TracChangeset for help on using the changeset viewer.