Changeset 8e7c9fe in mainline for boot/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2014-09-12T03:45:25Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c53b58e
Parents:
3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

most usb changes were reverted. blink and usbmass were fixed
known problems:
ehci won't initialize
usbmast asserts on unmount (happens on mainline too)

File:
1 edited

Legend:

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

    r3eb0c85 r8e7c9fe  
    3131BFD_ARCH = ia64
    3232
    33 #
    34 # FIXME:
    35 #
    36 # The -fno-selective-scheduling and -fno-selective-scheduling2 options
    37 # should be removed as soon as a bug in GCC concerning unchecked
    38 # speculative loads is fixed.
    39 #
    40 # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 for reference.
    41 #
    42 
    4333BITS = 64
    4434ENDIANESS = LE
    45 EXTRA_CFLAGS = -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -mno-sdata -fno-selective-scheduling -fno-selective-scheduling2
     35EXTRA_CFLAGS = -fno-unwind-tables -mfixed-range=f32-f127 -mno-pic -mno-sdata
    4636
    4737RD_SRVS_NON_ESSENTIAL +=
     
    7464        arch/$(BARCH)/src/ski.c
    7565endif
     66
     67RD_DRVS_ESSENTIAL += \
     68        platform/pc \
     69        bus/pci/pciintel \
     70        bus/isa \
     71        char/i8042 \
     72        char/xtkbd
     73
     74RD_DRVS_NON_ESSENTIAL += \
     75        char/ns8250 \
     76        time/cmos-rtc \
     77        bus/usb/ehci\
     78        bus/usb/ohci \
     79        bus/usb/uhci \
     80        bus/usb/uhcirh \
     81        bus/usb/usbflbk \
     82        bus/usb/usbhub \
     83        bus/usb/usbhid \
     84        bus/usb/usbmast \
     85        bus/usb/usbmid \
     86        bus/usb/vhc
     87
     88RD_DRV_CFG += \
     89        bus/isa
     90
Note: See TracChangeset for help on using the changeset viewer.