Changeset f7842ef in mainline


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

arm64: Add GICv2 uspace driver

Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    ra4bd537 rf7842ef  
    327327uspace/drv/hid/xtkbd/xtkbd
    328328uspace/drv/intctl/apic/apic
     329uspace/drv/intctl/gicv2/gicv2
    329330uspace/drv/intctl/i8259/i8259
    330331uspace/drv/intctl/icp-ic/icp-ic
  • boot/arch/arm64/Makefile.inc

    ra4bd537 rf7842ef  
    5454EXTRA_LDFLAGS = -Wl,-shared
    5555
     56ifeq ($(MACHINE), virt)
     57        RD_DRVS_ESSENTIAL += \
     58                intctl/gicv2
     59endif
     60
    5661SOURCES = \
    5762        arch/$(BARCH)/src/asm.S \
  • uspace/Makefile

    ra4bd537 rf7842ef  
    181181        drv/hid/xtkbd \
    182182        drv/intctl/apic \
     183        drv/intctl/gicv2 \
    183184        drv/intctl/i8259 \
    184185        drv/intctl/icp-ic \
Note: See TracChangeset for help on using the changeset viewer.