Changeset 9754ed2 in mainline for meson/arch/sparc64/meson.build


Ignore:
Timestamp:
2021-12-22T20:47:11Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59768c7
Parents:
dbc1398
Message:

Make user-space mouse/keyboard work on Qemu sun4u machine

Now we can run it in graphical mode. Still need to add kernel keyboard
support for this strange hybrid machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/sparc64/meson.build

    rdbc1398 r9754ed2  
    7676endif
    7777
    78 
    7978if PROCESSOR == 'sun4v'
    8079        rd_essential_drv += [
     
    8988                'drv/intctl/obio',
    9089                'drv/char/ns8250',
     90                'drv/char/i8042',
     91                'drv/hid/ps2mouse',
     92                'drv/hid/xtkbd',
    9193        ]
    9294endif
Note: See TracChangeset for help on using the changeset viewer.