memtest86plus/system
Martin Whitaker 9f92ecf761 Fix the remapping of the screen frame buffer.
The size of the region to be mapped is determined by the buffer stride,
not the pixel width.
2022-04-11 21:46:49 +01:00
..
cache.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
cpuid.c Remove distinction between physical and virtual CPUs. 2022-01-31 22:59:14 +00:00
cpuid.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
cpuinfo.c Separate benchmark from smbus/smbios and add a separate flag to enable/disable it 2022-04-01 20:34:52 +02:00
cpuinfo.h Add support for AMD Cezanne APU (Ryzen 5000G) #21 2022-04-01 18:55:43 +02:00
cpulocal.c Faster barrier implementation. 2022-02-28 22:05:21 +00:00
cpulocal.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
ehci.c Optimize the code by declaring several functions static in system/ehci.c. 2022-03-30 11:54:56 +02:00
ehci.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
font.c Initial commit. 2020-05-24 21:30:55 +01:00
font.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
hwctrl.c Reset methods re-ordering (proven more universal for BIOS/UEFI as an attempt to solve #17) 2022-03-24 21:49:56 +01:00
hwctrl.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
io.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
jedec_id.h Minor cosmectic changes on smbus.c & Added Amazon JEP106 per AWS team request 2022-03-24 21:49:56 +01:00
keyboard.c Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
keyboard.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
memrw32.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
memrw64.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
memsize.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
msr.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
ohci.c Include string.h, not memory.h, when using memcpy and memset. 2022-03-11 18:07:01 +00:00
ohci.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
pci.c Minor fixes on previously added temperature code 2022-03-24 21:49:56 +01:00
pci.h Add temperature display for AMD Zen CPU (#3) 2022-03-24 21:49:56 +01:00
pmem.c Store pmem temporary arrays on the stack to reduce memory footprint. 2022-01-09 21:27:44 +00:00
pmem.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
reloc32.c Faster barrier implementation. 2022-02-28 22:05:21 +00:00
reloc64.c Faster barrier implementation. 2022-02-28 22:05:21 +00:00
screen.c Fix the remapping of the screen frame buffer. 2022-04-11 21:46:49 +01:00
screen.h Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
serial.c Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
serial.h Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
smbios.c Fix up the SMBIOS parser so that it doesn't perform all kinds of OOB accesses when dealing with invalid input. (#26) 2022-04-02 15:43:46 +02:00
smbios.h Fix up the SMBIOS parser so that it doesn't perform all kinds of OOB accesses when dealing with invalid input. (#26) 2022-04-02 15:43:46 +02:00
smbus.c Add SPD decoding for DDR memory modules 2022-04-06 23:55:38 +02:00
smbus.h Add support for AMD Ryzen FCH (#21) 2022-03-27 23:47:57 +02:00
smp.c Parse MADT table header with the correct struct (#29) 2022-04-01 13:46:04 +02:00
smp.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
temperature.c Minor fixes on previously added temperature code 2022-03-24 21:49:56 +01:00
temperature.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
tsc.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
uhci.c uhci: use multiple TDs for data transfers larger than the max packet size. 2022-04-11 21:17:09 +01:00
uhci.h Disable UHCI legacy support and make sure all UHCI registers are initialised. 2022-04-09 22:42:59 +01:00
usb.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
usbhcd.c Disable UHCI legacy support and make sure all UHCI registers are initialised. 2022-04-09 22:42:59 +01:00
usbhcd.h Add boot command line option to ignore any EHCI controllers. 2022-04-04 22:53:39 +01:00
vmem.c Add option to map_region to indicate we only use the region during startup. 2022-02-28 22:05:21 +00:00
vmem.h Add support for Zhaoxin ZX-E & KX CPUs 2022-03-25 20:14:16 +01:00
xhci.c Use the PRC status bit to detect when an XHCI port reset is complete (issue #31). 2022-04-02 09:28:34 +01:00
xhci.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00