aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgainit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04parisc: Fix 64-bit firmware buildHelge Deller1-1/+1
2022-05-26parisc: Avoid build warning in vgainit.cHelge Deller1-1/+2
2018-06-22vgasrc: add allocate_pmm()Gerd Hoffmann1-16/+32
2016-08-05version: Update header files now that version.c is not auto generatedKevin O'Connor1-1/+0
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor1-1/+2
2016-08-05vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor1-8/+0
2016-08-04swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor1-3/+1
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-0/+1
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor1-0/+34
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor1-13/+3
2014-10-27vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor1-2/+1
2014-10-27vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor1-11/+8
2014-04-14vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor1-0/+3
2014-04-11vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor1-6/+6
2014-04-11vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor1-1/+2
2014-03-05vgabios: Fix PMM allocation request size.Kevin O'Connor1-1/+1
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-1/+2
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor1-0/+170