From d7c01f45691d4289c5b8d5cafe9e2776b03731ea Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Sun, 4 Aug 2019 01:49:43 +0530 Subject: fbd: Port to RTEMS --- libbsd.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libbsd.py') diff --git a/libbsd.py b/libbsd.py index bdc91776..4b729b6a 100644 --- a/libbsd.py +++ b/libbsd.py @@ -797,6 +797,14 @@ class display(builder.Module): 'sys/dev/videomode/ediddevs.h', 'sys/dev/videomode/ediddevs_data.h', 'sys/dev/videomode/vesagtf.h', + 'sys/dev/vt/hw/fb/vt_fb.h', + 'sys/dev/vt/colors/vt_termcolors.h', + 'sys/dev/vt/vt.h', + 'sys/dev/fb/fbreg.h', + 'sys/teken/teken.h', + 'sys/sys/fbio.h', + 'sys/sys/consio.h', + 'sys/sys/terminal.h', ] ) self.addKernelSpaceSourceFiles( @@ -806,6 +814,8 @@ class display(builder.Module): 'sys/dev/videomode/edid.c', 'sys/dev/videomode/vesagtf.c', 'sys/dev/videomode/videomode.c', + 'sys/dev/fb/fb.c', + 'sys/dev/fb/fbd.c', ], mm.generator['source']() ) @@ -813,6 +823,7 @@ class display(builder.Module): [ 'local/clknode_if.c', 'local/hdmi_if.c', + 'local/fb_if.c', ], mm.generator['source']() ) -- cgit v1.2.3