memtest86plus/app
Sam Demeulemeester bc8235f50d
Add a way to handle hardware quirks at init or later in the code. Add ASUS TUSL2-C ASB100 Mux as (working) example (#77)
2022-05-20 13:23:25 +02:00
..
badram.c Fix badram error display (issue #7) 2021-07-18 19:26:23 +01:00
badram.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
config.c Fix console kernel parameters parsed too late at boot (#66). Reorder global init to start tty after config parsed. Allow a wider options for console argument (ie: console - console=ttySx - console=ttySx,115200 2022-05-12 16:55:52 +02:00
config.h Rework Line #7 left block. Add preliminary CPUID function to detect CPU Topology 2022-04-16 13:31:28 +02:00
display.c Add support for non-DDR RAM in display.c 2022-05-19 16:02:31 +02:00
display.h Add support for non-DDR RAM in display.c 2022-05-19 16:02:31 +02:00
error.c Rework the right block of lines 8/9 2022-04-16 13:31:28 +02:00
error.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
interrupt.c Work around the halt/wakeup race in barrier_halt_wait() (issue #13) 2022-03-08 23:25:16 +00:00
interrupt.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
main.c Add a way to handle hardware quirks at init or later in the code. Add ASUS TUSL2-C ASB100 Mux as (working) example (#77) 2022-05-20 13:23:25 +02:00
test.h Rework memory mapping to allow for larger program size (#54) 2022-04-28 23:04:01 +02:00