Changeset 2a37b9f in mainline for boot/arch


Ignore:
Timestamp:
2014-08-28T19:54:48Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f2a9be
Parents:
0ddb84b
Message:

Reorganize platform drivers.

Location:
boot/arch
Files:
5 edited

Legend:

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

    r0ddb84b r2a37b9f  
    3535
    3636RD_DRVS_ESSENTIAL += \
    37         infrastructure/rootpc \
     37        platform/pc \
    3838        block/ata_bd \
    3939        bus/pci/pciintel \
  • boot/arch/arm32/Makefile.inc

    r0ddb84b r2a37b9f  
    6666
    6767RD_DRVS_ESSENTIAL += \
    68         infrastructure/rootamdm37x \
     68        platform/amdm37x \
    6969        fb/amdm37x_dispc \
    7070        bus/usb/ehci \
  • boot/arch/ia64/Makefile.inc

    r0ddb84b r2a37b9f  
    6666
    6767RD_DRVS_ESSENTIAL += \
    68         infrastructure/rootpc \
     68        platform/pc \
    6969        bus/pci/pciintel \
    7070        bus/isa \
  • boot/arch/mips32/Makefile.inc

    r0ddb84b r2a37b9f  
    5252ifeq ($(MACHINE), $(filter $(MACHINE),bmalta lmalta))
    5353        RD_DRVS_ESSENTIAL += \
    54                 infrastructure/rootmalta \
     54                platform/malta \
    5555                block/ata_bd \
    5656                bus/pci/pciintel \
  • boot/arch/ppc32/Makefile.inc

    r0ddb84b r2a37b9f  
    4343
    4444RD_DRVS_ESSENTIAL += \
    45         infrastructure/rootmac \
     45        platform/mac \
    4646        bus/pci/pciintel \
    4747        bus/usb/ohci \
Note: See TracChangeset for help on using the changeset viewer.