Changeset 3c0899a7 in mainline


Ignore:
Timestamp:
2019-04-06T13:40:29Z (5 years ago)
Author:
Petr Pavlu <setup@…>
Parents:
5ca10d1
git-author:
Petr Pavlu <setup@…> (2019-03-31 14:46:36)
git-committer:
Petr Pavlu <setup@…> (2019-04-06 13:40:29)
Message:

arm64: Add arm64virt uspace driver

Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r5ca10d1 r3c0899a7  
    339339uspace/drv/nic/virtio-net/virtio-net
    340340uspace/drv/platform/amdm37x/amdm37x
     341uspace/drv/platform/arm64virt/arm64virt
    341342uspace/drv/platform/icp/icp
    342343uspace/drv/platform/mac/mac
  • boot/arch/arm64/Makefile.inc

    r5ca10d1 r3c0899a7  
    5757        RD_DRVS_ESSENTIAL += \
    5858                char/pl011 \
    59                 intctl/gicv2
     59                intctl/gicv2 \
     60                platform/arm64virt
    6061endif
    6162
  • uspace/Makefile

    r5ca10d1 r3c0899a7  
    193193        drv/nic/virtio-net \
    194194        drv/platform/amdm37x \
     195        drv/platform/arm64virt \
    195196        drv/platform/icp \
    196197        drv/platform/mac \
Note: See TracChangeset for help on using the changeset viewer.